File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,24 @@ cache:
18
18
env :
19
19
global :
20
20
- setup=basic
21
+ - symfony="*"
21
22
22
23
matrix :
23
24
include :
24
25
- php : 5.6
25
26
env : setup=lowest
26
- - php : 7.0
27
- env : setup=lowest
27
+ - setup=lowest
28
+ - symfony="^2.1"
29
+ - php : 5.6
30
+ - setup=lowest
31
+ - symfony="^3"
32
+ - php : 7.2
33
+ env :
34
+ - setup=lowest
35
+ - symfony="^4"
28
36
29
37
install :
38
+ - if [[ $symfony != '*' ]]; then travis_retry composer require symfony/http-foundation:${symfony} --no-update --no-interaction; fi
30
39
- if [[ $setup = 'basic' ]]; then travis_retry composer install --prefer-dist --no-interaction; fi
31
40
- if [[ $setup = 'lowest' ]]; then travis_retry composer update --prefer-dist --no-interaction --prefer-lowest --prefer-stable; fi
32
41
Original file line number Diff line number Diff line change 31
31
"php-http/client-implementation" : " ^1" ,
32
32
"php-http/message" : " ^1.5" ,
33
33
"php-http/discovery" : " ^1.2.1" ,
34
- "symfony/http-foundation" : " ^2.1|^3.0|~4.0 " ,
34
+ "symfony/http-foundation" : " ^2.1|^3|^4 " ,
35
35
"moneyphp/money" : " ^3.0.5"
36
36
},
37
37
"require-dev" : {
38
38
"omnipay/tests" : " ^3" ,
39
39
"php-http/mock-client" : " ^1" ,
40
- "squizlabs/php_codesniffer" : " ^2.8.1 " ,
41
- "phpro/grumphp" : " ^0.11.6 "
40
+ "squizlabs/php_codesniffer" : " ^3 " ,
41
+ "phpro/grumphp" : " ^0.12 "
42
42
},
43
43
"extra" : {
44
44
"branch-alias" : {
You can’t perform that action at this time.
0 commit comments