Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

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 0b2b4e7 commit ab20bad
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,12 @@
"branch-alias": {
"dev-master": "3.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",
"tests": "$web"
}
},
Expand Down

0 comments on commit ab20bad

Please sign in to comment.