Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7ab95b4

Browse files
committedMar 23, 2021
Use source-directory option for configs
1 parent 68da092 commit 7ab95b4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎composer.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,11 @@
4848
"branch-alias": {
4949
"dev-master": "1.0.x-dev"
5050
},
51+
"config-plugin-options": {
52+
"source-directory": "config"
53+
},
5154
"config-plugin": {
52-
"web": "config/web.php"
55+
"web": "web.php"
5356
}
5457
},
5558
"config": {

0 commit comments

Comments
 (0)
Failed to load comments.