Skip to content

Commit

Permalink
Use source-directory option for configs
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Mar 23, 2021
1 parent 569d40b commit b2d5ddf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Expand Up @@ -50,9 +50,12 @@
"branch-alias": {
"dev-master": "1.0.x-dev"
},
"config-plugin-options": {
"source-directory": "config"
},
"config-plugin": {
"params": "config/params.php",
"web": "config/web/*.php"
"params": "params.php",
"web": "web/*.php"
}
},
"config": {
Expand Down

0 comments on commit b2d5ddf

Please sign in to comment.