File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 14
14
"php" : " ^7.4 || ^8.0"
15
15
},
16
16
"require-dev" : {
17
- "phpstan/phpstan" : " ^0.12.50" ,
18
- "phpstan/phpstan-phpunit" : " ^0.12.16" ,
19
- "phpunit/phpunit" : " ^9.4.2" ,
20
- "slam/php-cs-fixer-extensions" : " ^2.0.0" ,
17
+ "malukenho/mcbumpface" : " ^1.1.5" ,
18
+ "phpstan/phpstan" : " ^0.12.64" ,
19
+ "phpstan/phpstan-phpunit" : " ^0.12.17" ,
20
+ "phpunit/phpunit" : " ^9.5.0" ,
21
+ "slam/php-cs-fixer-extensions" : " ^2.1.0" ,
21
22
"slam/php-debug-r" : " ^1.6.1" ,
22
- "slam/phpstan-extensions" : " ^5.0.2" ,
23
- "symfony/console" : " ^5.1.6" ,
24
- "thecodingmachine/phpstan-strict-rules" : " ^0.12.1"
23
+ "slam/phpstan-extensions" : " ^5.1.0" ,
24
+ "symfony/console" : " ^5.2.1"
25
+ },
26
+ "extra" : {
27
+ "mc-bumpface" : {
28
+ "stripVersionPrefixes" : true
29
+ }
25
30
},
26
31
"autoload" : {
27
32
"psr-4" : {
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ includes:
2
2
- phar://phpstan.phar/conf/config.levelmax.neon
3
3
- vendor/phpstan/phpstan-phpunit/extension.neon
4
4
- vendor/slam/phpstan-extensions/conf/slam-rules.neon
5
- - vendor/slam/phpstan-extensions/conf/thecodingmachine-rules.neon
6
5
7
6
parameters :
8
7
paths :
You can’t perform that action at this time.
0 commit comments