We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e557f4 commit 33fceb7Copy full SHA for 33fceb7
1 file changed
composer.json
@@ -40,10 +40,13 @@
40
"branch-alias": {
41
"dev-master": "3.0.x-dev"
42
},
43
+ "config-plugin-options": {
44
+ "source-directory": "config"
45
+ },
46
"config-plugin": {
- "params": "config/params.php",
- "common": "config/common.php",
- "web": "config/web.php"
47
+ "params": "params.php",
48
+ "common": "common.php",
49
+ "web": "web.php"
50
}
51
52
"autoload": {
0 commit comments