We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 108aa7b commit e884e06Copy full SHA for e884e06
1 file changed
composer.json
@@ -30,7 +30,8 @@
30
"phpunit/phpunit": "^9.4",
31
"roave/infection-static-analysis-plugin": "^1.14",
32
"spatie/phpunit-watcher": "^1.23",
33
- "vimeo/psalm": "^4.4"
+ "vimeo/psalm": "^4.4",
34
+ "yiisoft/psr-dummy-provider": "^1.0"
35
},
36
"provide": {
37
"psr/simple-cache-implementation": "1.0.0"
@@ -49,8 +50,11 @@
49
50
"branch-alias": {
51
"dev-master": "3.0.x-dev"
52
53
+ "config-plugin-options": {
54
+ "source-directory": "config"
55
+ },
56
"config-plugin": {
- "params": "config/params.php"
57
+ "params": "params.php"
58
}
59
60
"config": {
0 commit comments