Skip to content

Commit 0f9f320

Browse files
committed
monorepo-builderによる変更を反映
1 parent d35381e commit 0f9f320

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": "*",
@@ -32,32 +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.1.9",
37-
"baserproject/bc-admin-third": "5.1.9",
38-
"baserproject/bc-blog": "5.1.9",
39-
"baserproject/bc-column": "5.1.9",
40-
"baserproject/bc-content-link": "5.1.9",
41-
"baserproject/bc-custom-content": "5.1.9",
42-
"baserproject/bc-editor-template": "5.1.9",
43-
"baserproject/bc-favorite": "5.1.9",
44-
"baserproject/bc-front": "5.1.9",
45-
"baserproject/bc-installer": "5.1.9",
46-
"baserproject/bc-mail": "5.1.9",
47-
"baserproject/bc-plugin-sample": "5.1.9",
48-
"baserproject/bc-search-index": "5.1.9",
49-
"baserproject/bc-theme-config": "5.1.9",
50-
"baserproject/bc-theme-file": "5.1.9",
51-
"baserproject/bc-theme-sample": "5.1.9",
52-
"baserproject/bc-uploader": "5.1.9",
53-
"baserproject/bc-widget-area": "5.1.9"
54-
},
55-
"suggest": {
56-
"markstory/asset_compress": "An asset compression plugin which provides file concatenation and a flexible filter system for preprocessing and minification.",
57-
"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.",
58-
"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.",
59-
"cakephp/repl": "Console tools for a REPL interface for CakePHP applications."
60-
},
6135
"autoload": {
6236
"psr-4": {
6337
"App\\": "src/",
@@ -99,13 +73,6 @@
9973
"BcWidgetArea\\Test\\": "plugins/bc-widget-area/tests/"
10074
}
10175
},
102-
"config": {
103-
"sort-packages": true,
104-
"allow-plugins": {
105-
"cakephp/plugin-installer": true,
106-
"dealerdirect/phpcodesniffer-composer-installer": true
107-
}
108-
},
10976
"scripts": {
11077
"post-install-cmd": "App\\Console\\Installer::postInstall",
11178
"post-update-cmd": "App\\Console\\Installer::postInstall",
@@ -127,5 +94,38 @@
12794
"Composer\\Config::disableProcessTimeout",
12895
"vendor/bin/phpunit --colors=always"
12996
]
97+
},
98+
"suggest": {
99+
"markstory/asset_compress": "An asset compression plugin which provides file concatenation and a flexible filter system for preprocessing and minification.",
100+
"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.",
101+
"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.",
102+
"cakephp/repl": "Console tools for a REPL interface for CakePHP applications."
103+
},
104+
"config": {
105+
"sort-packages": true,
106+
"allow-plugins": {
107+
"cakephp/plugin-installer": true,
108+
"dealerdirect/phpcodesniffer-composer-installer": true
109+
}
110+
},
111+
"replace": {
112+
"baserproject/baser-core": "5.1.10",
113+
"baserproject/bc-admin-third": "5.1.10",
114+
"baserproject/bc-blog": "5.1.10",
115+
"baserproject/bc-column": "5.1.10",
116+
"baserproject/bc-content-link": "5.1.10",
117+
"baserproject/bc-custom-content": "5.1.10",
118+
"baserproject/bc-editor-template": "5.1.10",
119+
"baserproject/bc-favorite": "5.1.10",
120+
"baserproject/bc-front": "5.1.10",
121+
"baserproject/bc-installer": "5.1.10",
122+
"baserproject/bc-mail": "5.1.10",
123+
"baserproject/bc-plugin-sample": "5.1.10",
124+
"baserproject/bc-search-index": "5.1.10",
125+
"baserproject/bc-theme-config": "5.1.10",
126+
"baserproject/bc-theme-file": "5.1.10",
127+
"baserproject/bc-theme-sample": "5.1.10",
128+
"baserproject/bc-uploader": "5.1.10",
129+
"baserproject/bc-widget-area": "5.1.10"
130130
}
131131
}

0 commit comments

Comments
 (0)