We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96b0913 commit fefffceCopy full SHA for fefffce
composer.json
@@ -20,7 +20,9 @@
20
},
21
"require-dev": {
22
"friendsofphp/php-cs-fixer": "^3.89",
23
+ "phpstan/extension-installer": "^1.4",
24
"phpstan/phpstan": "^2.1",
25
+ "phpstan/phpstan-symfony": "^2.0",
26
"symfony/http-client": "^7.0",
27
"symfony/monolog-bundle": "^3.6",
28
"symfony/twig-bundle": "^7.0",
@@ -33,6 +35,9 @@
33
35
}
34
36
37
"config": {
- "sort-packages": true
38
+ "sort-packages": true,
39
+ "allow-plugins": {
40
+ "phpstan/extension-installer": true
41
+ }
42
43
0 commit comments