Skip to content

Commit 3bd91e3

Browse files
#234: Used extension installer
1 parent c3a222e commit 3bd91e3

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

composer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"require-dev": {
1818
"darkwebdesign/symfony-addon-transformers": "6.0.*",
1919
"doctrine/orm": "^2.7",
20+
"phpstan/extension-installer": "^1.3",
2021
"phpstan/phpstan": "^1.11",
2122
"phpstan/phpstan-doctrine": "^1.4",
2223
"phpstan/phpstan-phpunit": "^1.4",
@@ -41,5 +42,11 @@
4142
"psr-4": {
4243
"DarkWebDesign\\SymfonyAddonFormTypes\\Tests\\": "tests/"
4344
}
45+
},
46+
"config": {
47+
"allow-plugins": {
48+
"phpstan/extension-installer": true
49+
},
50+
"sort-packages": true
4451
}
4552
}

phpstan.neon.dist

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
includes:
2-
- 'vendor/phpstan/phpstan-doctrine/extension.neon'
3-
- 'vendor/phpstan/phpstan-phpunit/extension.neon'
4-
- 'vendor/phpstan/phpstan-symfony/extension.neon'
5-
61
parameters:
72
level: 8
83

0 commit comments

Comments
 (0)