Skip to content

Commit cfa7adc

Browse files
committed
Use source-directory option for configs
1 parent ed9ca77 commit cfa7adc

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
@@ -49,8 +49,11 @@
4949
}
5050
},
5151
"extra": {
52+
"config-plugin-options": {
53+
"source-directory": "config"
54+
},
5255
"config-plugin": {
53-
"events-web": "config/events-web.php"
56+
"events-web": "events-web.php"
5457
}
5558
},
5659
"config": {

0 commit comments

Comments
 (0)