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
Mister-42 committed Mar 25, 2021
1 parent df87c2e commit c7c3bca
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Expand Up @@ -84,9 +84,12 @@
"branch-alias": {
"dev-master": "1.0.x-dev"
},
"config-plugin-options": {
"source-directory": "config"
},
"config-plugin": {
"common": "config/common.php",
"params": "config/params.php"
"common": "common.php",
"params": "params.php"
}
},
"config": {
Expand Down

0 comments on commit c7c3bca

Please sign in to comment.