File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,15 @@ matrix:
32
32
33
33
# Test LTS versions
34
34
- php : 7.3
35
- env : DEPENDENCIES="dunglas/symfony-lock:^3"
35
+ env : SYMFONY_REQUIRE=3.4.*
36
36
- php : 7.3
37
- env : DEPENDENCIES="dunglas/symfony-lock:^4"
37
+ env : SYMFONY_REQUIRE=4.2.*
38
+ - php : 7.3
39
+ env : SYMFONY_REQUIRE=4.3.*
40
+ - php : 7.3
41
+ env : SYMFONY_REQUIRE=4.4.*
42
+ - php : 7.3
43
+ env : SYMFONY_REQUIRE=5.0.*
38
44
39
45
# Test with httplug 1.x clients
40
46
- php : 7.2
@@ -56,6 +62,7 @@ before_install:
56
62
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
57
63
- if ! [ -z "$STABILITY" ]; then composer config minimum-stability ${STABILITY}; fi;
58
64
- if ! [ -v "$DEPENDENCIES" ]; then composer require --no-update ${DEPENDENCIES}; fi;
65
+ - composer global require --no-progress --no-scripts --no-plugins symfony/flex
59
66
60
67
install :
61
68
# To be removed when this issue will be resolved: https://github.com/composer/composer/issues/5355
Original file line number Diff line number Diff line change 55
55
"php-http/promise" : " ^1.0" ,
56
56
"polishsymfonycommunity/symfony-mocker-container" : " ^1.0" ,
57
57
"symfony/browser-kit" : " ^3.4.34 || ^4.2.12 || ^5.0" ,
58
- "symfony/cache" : " ^3.4.34 || ^ 4.2.12 || ^5.0" ,
58
+ "symfony/cache" : " ^3.4.34 || ~ 4.2.12 || ^4.3.8 || ^5.0" ,
59
59
"symfony/dom-crawler" : " ^3.4.34 || ^4.2.12 || ^5.0" ,
60
60
"symfony/framework-bundle" : " ^3.4.34 || ^4.2.12 || ^5.0" ,
61
- "symfony/http-foundation" : " ^3.4.34 || ^ 4.2.12 || ^5.0" ,
61
+ "symfony/http-foundation" : " ^3.4.34 || ~ 4.2.12 || ^4.3.8 || ^5.0" ,
62
62
"symfony/phpunit-bridge" : " ^3.4.34 || ^4.2.12 || ^5.0" ,
63
63
"symfony/stopwatch" : " ^3.4.34 || ^4.2.12 || ^5.0" ,
64
64
"symfony/twig-bundle" : " ^3.4.34 || ^4.2.12 || ^5.0" ,
You can’t perform that action at this time.
0 commit comments