Skip to content

Commit 0051c03

Browse files
committed
monorepo-builderによる変更を反映
1 parent 1c0eecb commit 0051c03

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

composer.json

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "baserproject/basercms",
33
"description": "baserCMS plugin for CakePHP",
4+
"homepage": "https://basercms.net",
45
"license": "MIT",
56
"type": "project",
6-
"homepage": "https://basercms.net",
77
"require": {
88
"php": ">=8.1",
99
"ext-gd": "*",
@@ -31,32 +31,6 @@
3131
"vierge-noire/cakephp-fixture-factories": "^3.0",
3232
"vierge-noire/cakephp-test-suite-light": "^3.0"
3333
},
34-
"replace": {
35-
"baserproject/baser-core": "5.1.6",
36-
"baserproject/bc-admin-third": "5.1.6",
37-
"baserproject/bc-blog": "5.1.6",
38-
"baserproject/bc-column": "5.1.6",
39-
"baserproject/bc-content-link": "5.1.6",
40-
"baserproject/bc-custom-content": "5.1.6",
41-
"baserproject/bc-editor-template": "5.1.6",
42-
"baserproject/bc-favorite": "5.1.6",
43-
"baserproject/bc-front": "5.1.6",
44-
"baserproject/bc-installer": "5.1.6",
45-
"baserproject/bc-mail": "5.1.6",
46-
"baserproject/bc-plugin-sample": "5.1.6",
47-
"baserproject/bc-search-index": "5.1.6",
48-
"baserproject/bc-theme-config": "5.1.6",
49-
"baserproject/bc-theme-file": "5.1.6",
50-
"baserproject/bc-theme-sample": "5.1.6",
51-
"baserproject/bc-uploader": "5.1.6",
52-
"baserproject/bc-widget-area": "5.1.6"
53-
},
54-
"suggest": {
55-
"markstory/asset_compress": "An asset compression plugin which provides file concatenation and a flexible filter system for preprocessing and minification.",
56-
"dereuromark/cakephp-ide-helper": "After baking your code, this keeps your annotations in sync with the code evolving from there on for maximum IDE and PHPStan/Psalm compatibility.",
57-
"phpstan/phpstan": "PHPStan focuses on finding errors in your code without actually running it. It catches whole classes of bugs even before you write tests for the code.",
58-
"cakephp/repl": "Console tools for a REPL interface for CakePHP applications."
59-
},
6034
"autoload": {
6135
"psr-4": {
6236
"App\\": "src/",
@@ -98,13 +72,6 @@
9872
"BcWidgetArea\\Test\\": "plugins/bc-widget-area/tests/"
9973
}
10074
},
101-
"config": {
102-
"sort-packages": true,
103-
"allow-plugins": {
104-
"cakephp/plugin-installer": true,
105-
"dealerdirect/phpcodesniffer-composer-installer": true
106-
}
107-
},
10875
"scripts": {
10976
"post-install-cmd": "App\\Console\\Installer::postInstall",
11077
"post-update-cmd": "App\\Console\\Installer::postInstall",
@@ -126,5 +93,38 @@
12693
"Composer\\Config::disableProcessTimeout",
12794
"vendor/bin/phpunit --colors=always"
12895
]
96+
},
97+
"suggest": {
98+
"markstory/asset_compress": "An asset compression plugin which provides file concatenation and a flexible filter system for preprocessing and minification.",
99+
"dereuromark/cakephp-ide-helper": "After baking your code, this keeps your annotations in sync with the code evolving from there on for maximum IDE and PHPStan/Psalm compatibility.",
100+
"phpstan/phpstan": "PHPStan focuses on finding errors in your code without actually running it. It catches whole classes of bugs even before you write tests for the code.",
101+
"cakephp/repl": "Console tools for a REPL interface for CakePHP applications."
102+
},
103+
"config": {
104+
"sort-packages": true,
105+
"allow-plugins": {
106+
"cakephp/plugin-installer": true,
107+
"dealerdirect/phpcodesniffer-composer-installer": true
108+
}
109+
},
110+
"replace": {
111+
"baserproject/baser-core": "5.1.7",
112+
"baserproject/bc-admin-third": "5.1.7",
113+
"baserproject/bc-blog": "5.1.7",
114+
"baserproject/bc-column": "5.1.7",
115+
"baserproject/bc-content-link": "5.1.7",
116+
"baserproject/bc-custom-content": "5.1.7",
117+
"baserproject/bc-editor-template": "5.1.7",
118+
"baserproject/bc-favorite": "5.1.7",
119+
"baserproject/bc-front": "5.1.7",
120+
"baserproject/bc-installer": "5.1.7",
121+
"baserproject/bc-mail": "5.1.7",
122+
"baserproject/bc-plugin-sample": "5.1.7",
123+
"baserproject/bc-search-index": "5.1.7",
124+
"baserproject/bc-theme-config": "5.1.7",
125+
"baserproject/bc-theme-file": "5.1.7",
126+
"baserproject/bc-theme-sample": "5.1.7",
127+
"baserproject/bc-uploader": "5.1.7",
128+
"baserproject/bc-widget-area": "5.1.7"
129129
}
130130
}

0 commit comments

Comments
 (0)