File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 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" ,
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}
Original file line number Diff line number Diff line change 1- includes:
2- - 'vendor/phpstan/phpstan-doctrine/extension.neon'
3- - 'vendor/phpstan/phpstan-phpunit/extension.neon'
4- - 'vendor/phpstan/phpstan-symfony/extension.neon'
5-
61parameters:
72 level: 8
83
You can’t perform that action at this time.
0 commit comments