File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 105105 "require-dev" : {
106106 "composer/composer" : " ^1.10.27 || ^2.7" ,
107107 "composer/semver" : " ^1.7.2 || ^3.4.0" ,
108- "symfony/phpunit-bridge" : " ^5.3 " ,
108+ "symfony/phpunit-bridge" : " ^7.1.1 " ,
109109 "phpstan/phpstan" : " ^1.11" ,
110110 "symfony/process" : " ^5 || ^6 || ^7" ,
111111 "phpstan/phpstan-phpunit" : " ^1"
112112 },
113113 "scripts" : {
114- "test" : " vendor/bin/simple-phpunit" ,
115- "phpstan" : " vendor/bin/phpstan analyse"
114+ "test" : " @php vendor/bin/simple-phpunit" ,
115+ "phpstan" : " @php vendor/bin/phpstan analyse"
116116 }
117117}
Original file line number Diff line number Diff line change @@ -9,4 +9,5 @@ parameters:
99 - '~Test::[a-zA-Z0-9]+Provider\(\) return type~'
1010
1111includes:
12+ - phpstan-baseline.neon
1213 - vendor/phpstan/phpstan-phpunit/extension.neon
You can’t perform that action at this time.
0 commit comments