Skip to content

Commit e884e06

Browse files
devanychsamdark
andauthored
Add config source directory and yiisoft/psr-dummy-provider (#13)
Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
1 parent 108aa7b commit e884e06

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"phpunit/phpunit": "^9.4",
3131
"roave/infection-static-analysis-plugin": "^1.14",
3232
"spatie/phpunit-watcher": "^1.23",
33-
"vimeo/psalm": "^4.4"
33+
"vimeo/psalm": "^4.4",
34+
"yiisoft/psr-dummy-provider": "^1.0"
3435
},
3536
"provide": {
3637
"psr/simple-cache-implementation": "1.0.0"
@@ -49,8 +50,11 @@
4950
"branch-alias": {
5051
"dev-master": "3.0.x-dev"
5152
},
53+
"config-plugin-options": {
54+
"source-directory": "config"
55+
},
5256
"config-plugin": {
53-
"params": "config/params.php"
57+
"params": "params.php"
5458
}
5559
},
5660
"config": {

0 commit comments

Comments
 (0)