File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11
11
- 5.6
12
12
- 7.0
13
13
- 7.1
14
+ - 7.2
15
+ - 7.3
14
16
15
17
env :
16
18
global :
@@ -32,7 +34,7 @@ before_install:
32
34
install :
33
35
# To be removed when this issue will be resolved: https://github.com/composer/composer/issues/5355
34
36
- if [[ "$COMPOSER_FLAGS" == *"--prefer-lowest"* ]]; then travis_retry composer update --prefer-dist --no-interaction --prefer-stable --quiet; fi
35
- - travis_retry composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
37
+ - composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
36
38
37
39
script :
38
40
- $TEST_COMMAND
Original file line number Diff line number Diff line change 13
13
"require" : {
14
14
"php" : " ^5.5 || ^7.0" ,
15
15
"php-http/httplug" : " ^1.0" ,
16
- "php-http/client-common" : " ^1.1" ,
16
+ "php-http/client-common" : " ^1.1 || ^2.0 " ,
17
17
"php-http/discovery" : " ^1.0" ,
18
18
"php-http/message-factory" : " ^1.0"
19
19
},
36
36
},
37
37
"extra" : {
38
38
"branch-alias" : {
39
- "dev-master" : " 1.1 -dev"
39
+ "dev-master" : " 1.2 -dev"
40
40
}
41
- }
41
+ },
42
+ "prefer-stable" : true ,
43
+ "minimum-stability" : " dev"
42
44
}
You can’t perform that action at this time.
0 commit comments