File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 30
30
"require-dev" : {
31
31
"friendsofphp/php-cs-fixer" : " ^v3.10.0" ,
32
32
"httpwg/structured-field-tests" : " *@dev" ,
33
- "phpstan/phpstan" : " ^1.8 .2" ,
34
- "phpstan/phpstan-strict-rules" : " ^1.4.2 " ,
35
- "phpstan/phpstan-phpunit" : " ^1.1.1 " ,
33
+ "phpstan/phpstan" : " ^1.9 .2" ,
34
+ "phpstan/phpstan-strict-rules" : " ^1.4.4 " ,
35
+ "phpstan/phpstan-phpunit" : " ^1.2.2 " ,
36
36
"phpstan/phpstan-deprecation-rules" : " ^1.0" ,
37
- "phpunit/phpunit" : " ^9.5.23 "
37
+ "phpunit/phpunit" : " ^9.5.26 "
38
38
},
39
39
"autoload" : {
40
40
"psr-4" : {
48
48
"scripts" : {
49
49
"phpcs" : " php-cs-fixer fix --dry-run --diff -vvv --allow-risky=yes --ansi" ,
50
50
"phpcs:fix" : " php-cs-fixer fix -vvv --allow-risky=yes --ansi" ,
51
- "phpstan" : " phpstan analyse -c phpstan.neon --ansi --memory-limit 192M" ,
51
+ "phpstan" : " phpstan analyse -c phpstan.neon --ansi --xdebug -- memory-limit 192M" ,
52
52
"phpunit" : " XDEBUG_MODE=coverage phpunit --coverage-text" ,
53
53
"test" : [
54
54
" @phpunit" ,
You can’t perform that action at this time.
0 commit comments