File tree 2 files changed +6
-1
lines changed 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 20
20
],
21
21
"require" : {
22
22
"php" : " >= 7.1" ,
23
- "codeception/codeception" : " ^2.5.1" ,
23
+ "codeception/codeception" : " ^2.5.1|^3.0.2 " ,
24
24
"nette/di" : " ~2.4.14" ,
25
25
"nette/bootstrap" : " ~2.4.6" ,
26
26
"nette/http" : " ~2.4.10" ,
65
65
],
66
66
"phpstan-install" : [
67
67
" mkdir -p temp/phpstan" ,
68
+ " composer require -d temp/phpstan nette/utils:~2.5.3" ,
68
69
" composer require -d temp/phpstan phpstan/phpstan:^0.10" ,
69
70
" composer require -d temp/phpstan phpstan/phpstan-deprecation-rules:^0.10" ,
70
71
" composer require -d temp/phpstan phpstan/phpstan-nette:^0.10" ,
Original file line number Diff line number Diff line change @@ -24,3 +24,7 @@ parameters:
24
24
25
25
# Complicated to test dev-required phpstan with separatly installed version
26
26
- ' #^Call to an undefined method PHPStan\\ #'
27
+
28
+ # Symfony 4.3 deprecation message
29
+ - ' #^Class Contributte\\Codeception\\Connector\\NetteConnector extends deprecated class Symfony\\Component\\BrowserKit\\Client\. #'
30
+
You can’t perform that action at this time.
0 commit comments