File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ matrix:
1515 include :
1616 # Minimum supported dependencies with the latest and oldest PHP version
1717 - php : 7.2
18- env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak_vendors "
18+ env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="max[self]=0 "
1919 - php : 7.0
20- env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak_vendors "
20+ env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="max[self]=0 "
2121
2222 # Test the latest stable release
2323 - php : 7.0
Original file line number Diff line number Diff line change 1919 "symfony/console" : " ^3.3 || ^4.0"
2020 },
2121 "require-dev" : {
22- "symfony/phpunit-bridge" : " ^3.4 || ^4.0 " ,
22+ "symfony/phpunit-bridge" : " ^4.3 " ,
2323 "symfony/yaml" : " ^3.3 || ^4.0" ,
2424 "geoip/geoip" : " ~1.17" ,
2525 "doctrine/cache" : " ~1.3" ,
Original file line number Diff line number Diff line change 88 convertWarningsToExceptions =" true"
99 processIsolation =" false"
1010 stopOnFailure =" false"
11- syntaxCheck =" false"
1211 bootstrap =" Tests/bootstrap.php"
1312 >
1413 <testsuites >
You can’t perform that action at this time.
0 commit comments