File tree 3 files changed +2
-5
lines changed
3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 32
32
"ergebnis/composer-normalize" : " ^2.45" ,
33
33
"laravel/pint" : " ^1.21" ,
34
34
"orchestra/testbench" : " ^3.1 || ^4.18 || ^5.20 || ^6.47 || ^7.53 || ^8.34 || ^9.12 || ^10.1" ,
35
- "phpstan/phpstan" : " ^1.12 " ,
35
+ "phpstan/phpstan" : " ^2.1 " ,
36
36
"phpunit/phpunit" : " ^5.7 || ^6.5 || ^7.5 || ^8.5 || ^9.6 || ^10.5 || ^11.5 || ^12.0"
37
37
},
38
38
"minimum-stability" : " stable" ,
Original file line number Diff line number Diff line change 1
1
parameters :
2
2
level : 5
3
3
4
- parallel :
5
- maximumNumberOfProcesses : 4
6
-
7
4
paths :
8
5
- src
9
6
- tests
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ protected function getEnvironmentSetUp($app)
45
45
$ this ->_response = 'response ' ;
46
46
}
47
47
48
- $ app ->make (HttpKernel::class)->pushMiddleware (SecureHeadersMiddleware::class);
48
+ $ app ->make (HttpKernel::class)->pushMiddleware (SecureHeadersMiddleware::class); // @phpstan-ignore-line
49
49
}
50
50
51
51
public function test_middleware ()
You can’t perform that action at this time.
0 commit comments