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 2305dfa commit e4ff9ce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,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 e4ff9ce

Please # to comment.