File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2020 ],
2121 "require" : {
2222 "php" : " >= 7.1" ,
23- "codeception/codeception" : " ^2.5.1" ,
23+ "codeception/codeception" : " ^2.5.1|^3.0.2 " ,
2424 "nette/di" : " ~2.4.14" ,
2525 "nette/bootstrap" : " ~2.4.6" ,
2626 "nette/http" : " ~2.4.10" ,
6565 ],
6666 "phpstan-install" : [
6767 " mkdir -p temp/phpstan" ,
68+ " composer require -d temp/phpstan nette/utils:~2.5.3" ,
6869 " composer require -d temp/phpstan phpstan/phpstan:^0.10" ,
6970 " composer require -d temp/phpstan phpstan/phpstan-deprecation-rules:^0.10" ,
7071 " 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:
2424
2525 # Complicated to test dev-required phpstan with separatly installed version
2626 - ' #^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