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 49e62c7 commit cf43bff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Expand Up @@ -53,8 +53,11 @@
"branch-alias": {
"dev-master": "3.0.x-dev"
},
"config-plugin-options": {
"source-directory": "config"
},
"config-plugin": {
"common": "config/common.php"
"common": "common.php"
}
},
"config": {
Expand Down

0 comments on commit cf43bff

Please sign in to comment.