File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 9
9
env :
10
10
global :
11
11
- deps=""
12
+ - COMPOSER_OPTIONS="--prefer-stable"
12
13
13
14
php :
14
15
- 5.5
@@ -18,11 +19,13 @@ matrix:
18
19
fast_finish : true
19
20
include :
20
21
- php : 5.4
21
- env : $COMPOSER_OPTIONS="--prefer-lowest --ignore-platform-reqs"
22
+ env : $COMPOSER_OPTIONS="--prefer-lowest --prefer-stable -- ignore-platform-reqs"
22
23
- php : 5.6
23
24
env : PACKAGES="php-http/discovery:^1.0 php-http/guzzle6-adapter:^1.0 php-http/message:^1.0 xabbuh/oauth1-authentication:~1.0"
24
25
- php : 7.0
25
26
env : xdebug="yes"
27
+ - php : 7.1
28
+ - php : 7.2
26
29
27
30
before_install :
28
31
- if [[ "$xdebug" != "yes" ]]; then phpenv config-rm xdebug.ini; fi
Original file line number Diff line number Diff line change 18
18
"php-http/httplug" : " ^1.0" ,
19
19
"php-http/message" : " ^1.0" ,
20
20
"php-http/message-factory" : " ^1.0" ,
21
- "php-xapi/exception" : " ^0.1.0 " ,
22
- "php-xapi/model" : " ^1.0 || ^2.0" ,
21
+ "php-xapi/exception" : " ^0.1 || ^0.2 " ,
22
+ "php-xapi/model" : " ^1.0 || ^2.0 || ^3.0 " ,
23
23
"php-xapi/serializer" : " ^2.0" ,
24
24
"php-xapi/serializer-implementation" : " ^2.0" ,
25
25
"php-xapi/symfony-serializer" : " ^2.0" ,
You can’t perform that action at this time.
0 commit comments