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 4e6f81a commit eb6ffdbCopy full SHA for eb6ffdb
composer.json
@@ -14,6 +14,7 @@
14
"symfony/validator": "6.0.*"
15
},
16
"require-dev": {
17
+ "phpstan/extension-installer": "^1.3",
18
"phpstan/phpstan": "^1.11",
19
"phpstan/phpstan-phpunit": "^1.4",
20
"phpstan/phpstan-symfony": "^1.4",
@@ -32,5 +33,11 @@
32
33
"psr-4": {
34
"DarkWebDesign\\SymfonyAddonConstraints\\Tests\\": "tests/"
35
}
36
+ },
37
+ "config": {
38
+ "allow-plugins": {
39
+ "phpstan/extension-installer": true
40
41
+ "sort-packages": true
42
43
phpstan.neon.dist
@@ -1,7 +1,3 @@
1
-includes:
2
- - 'vendor/phpstan/phpstan-phpunit/extension.neon'
3
- - 'vendor/phpstan/phpstan-symfony/extension.neon'
4
-
5
parameters:
6
level: 8
7
0 commit comments