File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 105
105
"require-dev" : {
106
106
"composer/composer" : " ^1.10.27 || ^2.7" ,
107
107
"composer/semver" : " ^1.7.2 || ^3.4.0" ,
108
- "symfony/phpunit-bridge" : " ^5.3 " ,
108
+ "symfony/phpunit-bridge" : " ^7.1.1 " ,
109
109
"phpstan/phpstan" : " ^1.11" ,
110
110
"symfony/process" : " ^5 || ^6 || ^7" ,
111
111
"phpstan/phpstan-phpunit" : " ^1"
112
112
},
113
113
"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"
116
116
}
117
117
}
Original file line number Diff line number Diff line change @@ -9,4 +9,5 @@ parameters:
9
9
- '~Test::[a-zA-Z0-9]+Provider\(\) return type~'
10
10
11
11
includes:
12
+ - phpstan-baseline.neon
12
13
- vendor/phpstan/phpstan-phpunit/extension.neon
You can’t perform that action at this time.
0 commit comments