Skip to content

Commit aac1258

Browse files
committed
monorepo-builderによる変更を反映
1 parent 4ad72f2 commit aac1258

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

composer.json

Lines changed: 35 additions & 35 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": "*",
@@ -32,33 +32,6 @@
3232
"vierge-noire/cakephp-fixture-factories": "^3.0",
3333
"vierge-noire/cakephp-test-suite-light": "^3.0"
3434
},
35-
"replace": {
36-
"baserproject/baser-core": "5.2.1",
37-
"baserproject/bc-admin-third": "5.2.1",
38-
"baserproject/bc-blog": "5.2.1",
39-
"baserproject/bc-column": "5.2.1",
40-
"baserproject/bc-content-link": "5.2.1",
41-
"baserproject/bc-custom-content": "5.2.1",
42-
"baserproject/bc-editor-template": "5.2.1",
43-
"baserproject/bc-favorite": "5.2.1",
44-
"baserproject/bc-front": "5.2.1",
45-
"baserproject/bc-installer": "5.2.1",
46-
"baserproject/bc-mail": "5.2.1",
47-
"baserproject/bc-plugin-sample": "5.2.1",
48-
"baserproject/bc-search-index": "5.2.1",
49-
"baserproject/bc-seo": "5.2.1",
50-
"baserproject/bc-theme-config": "5.2.1",
51-
"baserproject/bc-theme-file": "5.2.1",
52-
"baserproject/bc-theme-sample": "5.2.1",
53-
"baserproject/bc-uploader": "5.2.1",
54-
"baserproject/bc-widget-area": "5.2.1"
55-
},
56-
"suggest": {
57-
"markstory/asset_compress": "An asset compression plugin which provides file concatenation and a flexible filter system for preprocessing and minification.",
58-
"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.",
59-
"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.",
60-
"cakephp/repl": "Console tools for a REPL interface for CakePHP applications."
61-
},
6235
"autoload": {
6336
"psr-4": {
6437
"App\\": "src/",
@@ -102,13 +75,6 @@
10275
"BcWidgetArea\\Test\\": "plugins/bc-widget-area/tests/"
10376
}
10477
},
105-
"config": {
106-
"sort-packages": true,
107-
"allow-plugins": {
108-
"cakephp/plugin-installer": true,
109-
"dealerdirect/phpcodesniffer-composer-installer": true
110-
}
111-
},
11278
"scripts": {
11379
"post-install-cmd": "App\\Console\\Installer::postInstall",
11480
"post-update-cmd": "App\\Console\\Installer::postInstall",
@@ -130,5 +96,39 @@
13096
"Composer\\Config::disableProcessTimeout",
13197
"vendor/bin/phpunit --colors=always"
13298
]
99+
},
100+
"suggest": {
101+
"markstory/asset_compress": "An asset compression plugin which provides file concatenation and a flexible filter system for preprocessing and minification.",
102+
"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.",
103+
"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.",
104+
"cakephp/repl": "Console tools for a REPL interface for CakePHP applications."
105+
},
106+
"config": {
107+
"sort-packages": true,
108+
"allow-plugins": {
109+
"cakephp/plugin-installer": true,
110+
"dealerdirect/phpcodesniffer-composer-installer": true
111+
}
112+
},
113+
"replace": {
114+
"baserproject/baser-core": "5.2.2",
115+
"baserproject/bc-admin-third": "5.2.2",
116+
"baserproject/bc-blog": "5.2.2",
117+
"baserproject/bc-column": "5.2.2",
118+
"baserproject/bc-content-link": "5.2.2",
119+
"baserproject/bc-custom-content": "5.2.2",
120+
"baserproject/bc-editor-template": "5.2.2",
121+
"baserproject/bc-favorite": "5.2.2",
122+
"baserproject/bc-front": "5.2.2",
123+
"baserproject/bc-installer": "5.2.2",
124+
"baserproject/bc-mail": "5.2.2",
125+
"baserproject/bc-plugin-sample": "5.2.2",
126+
"baserproject/bc-search-index": "5.2.2",
127+
"baserproject/bc-seo": "5.2.2",
128+
"baserproject/bc-theme-config": "5.2.2",
129+
"baserproject/bc-theme-file": "5.2.2",
130+
"baserproject/bc-theme-sample": "5.2.2",
131+
"baserproject/bc-uploader": "5.2.2",
132+
"baserproject/bc-widget-area": "5.2.2"
133133
}
134134
}

0 commit comments

Comments
 (0)