File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -22,19 +22,20 @@ matrix:
2222 - php : 7.2
2323 env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak_vendors"
2424 - php : 5.5
25+ dist : precise
2526 env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak_vendors"
2627
2728 - php : 7.1
2829 env : COVERAGE=true TEST_COMMAND="composer test-ci"
2930
3031 # Test the latest stable release
3132 - php : 5.5
33+ dist : precise
3234 - php : 5.6
35+ dist : precise
3336 - php : 7.0
3437 - php : 7.2
3538 dist : trusty
36- - php : 7.1
37- env : DEPENDENCIES="dunglas/symfony-lock:^2"
3839 - php : 7.1
3940 env : DEPENDENCIES="dunglas/symfony-lock:^3"
4041 - php : 7.1
Original file line number Diff line number Diff line change 1111 ],
1212 "require" : {
1313 "php" : " ^5.5 || ^7.0" ,
14- "symfony/dependency-injection" : " ^2.3 || ^3.0 || ^4.0 " ,
15- "symfony/framework-bundle" : " ^2.3 || ^3.0 || ^4.0 " ,
16- "symfony/http-kernel" : " ^2.3 || ^3.0 || ^4.0 " ,
17- "symfony/yaml" : " ^2.3 || ^3.0 || ^4.0 "
14+ "symfony/dependency-injection" : " ^3.4 || ^4.3 " ,
15+ "symfony/framework-bundle" : " ^3.4 || ^4.3 " ,
16+ "symfony/http-kernel" : " ^3.4 || ^4.3 " ,
17+ "symfony/yaml" : " ^3.4 || ^4.3 "
1818 },
1919 "require-dev" : {
2020 "phpunit/phpunit" : " ^4.8.36 || ^5.5 || ^6.2"
You can’t perform that action at this time.
0 commit comments