Skip to content

Commit eb6ffdb

Browse files
#234: Used extension installer
1 parent 4e6f81a commit eb6ffdb

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

composer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"symfony/validator": "6.0.*"
1515
},
1616
"require-dev": {
17+
"phpstan/extension-installer": "^1.3",
1718
"phpstan/phpstan": "^1.11",
1819
"phpstan/phpstan-phpunit": "^1.4",
1920
"phpstan/phpstan-symfony": "^1.4",
@@ -32,5 +33,11 @@
3233
"psr-4": {
3334
"DarkWebDesign\\SymfonyAddonConstraints\\Tests\\": "tests/"
3435
}
36+
},
37+
"config": {
38+
"allow-plugins": {
39+
"phpstan/extension-installer": true
40+
},
41+
"sort-packages": true
3542
}
3643
}

phpstan.neon.dist

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
includes:
2-
- 'vendor/phpstan/phpstan-phpunit/extension.neon'
3-
- 'vendor/phpstan/phpstan-symfony/extension.neon'
4-
51
parameters:
62
level: 8
73

0 commit comments

Comments
 (0)