File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1919 },
2020 "require-dev" : {
2121 "friendsofphp/php-cs-fixer" : " ^3.53" ,
22- "phpstan/extension-installer " : " ^1.4 " ,
23- "phpstan/phpstan" : " ^1.11 " ,
24- "phpstan/phpstan-strict-rules" : " ^1.6 " ,
22+ "phpstan/phpstan " : " ^2.0 " ,
23+ "phpstan/phpstan-deprecation-rules " : " ^2.0 " ,
24+ "phpstan/phpstan-strict-rules" : " ^2.0 " ,
2525 "phpunit/phpunit" : " ^10.5|^11.0" ,
2626 "rector/rector" : " ^1.1"
2727 },
4343 "optimize-autoloader" : true ,
4444 "preferred-install" : {
4545 "*" : " dist"
46- },
47- "allow-plugins" : {
48- "phpstan/extension-installer" : true
4946 }
5047 },
5148 "scripts" : {
Original file line number Diff line number Diff line change 11includes :
22 - phar://phpstan.phar/conf/bleedingEdge.neon
3+ - vendor/phpstan/phpstan-deprecation-rules/rules.neon
4+ - vendor/phpstan/phpstan-strict-rules/rules.neon
35parameters :
4- level : 9
6+ level : max
57 strictRules :
68 allRules : true
79 fileExtensions :
You can’t perform that action at this time.
0 commit comments