Skip to content

Commit 5834c41

Browse files
committed
Use source-directory option for configs
1 parent cfb7b75 commit 5834c41

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,11 @@
5050
}
5151
},
5252
"extra": {
53+
"config-plugin-options": {
54+
"source-directory": "config"
55+
},
5356
"config-plugin": {
54-
"common": "config/common.php"
57+
"common": "common.php"
5558
}
5659
},
5760
"config": {

0 commit comments

Comments
 (0)