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 805396e commit ec421b2Copy full SHA for ec421b2
composer.json
@@ -15,7 +15,9 @@
15
"symplify/easy-coding-standard": "^12.6",
16
"phpstan/phpstan": "^2.1",
17
"phpunit/phpunit": "^12.4",
18
- "rector/rector": "^2.2.2"
+ "rector/rector": "^2.2.2",
19
+ "phpstan/phpstan-deprecation-rules": "^2.0",
20
+ "phpstan/extension-installer": "^1.4"
21
},
22
"autoload": {
23
"psr-4": {
@@ -32,5 +34,10 @@
32
34
"fix-cs": "vendor/bin/ecs check --fix --ansi",
33
35
"phpstan": "vendor/bin/phpstan analyse --ansi",
36
"build": "bin/console dump-nodes"
37
+ },
38
+ "config": {
39
+ "allow-plugins": {
40
+ "phpstan/extension-installer": true
41
+ }
42
}
43
0 commit comments