File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 9
9
env :
10
10
global :
11
11
- TEST_COMMAND="composer test"
12
- - SYMFONY_VERSION=2.8 .*
12
+ - SYMFONY_VERSION=3.0 .*
13
13
14
14
matrix :
15
15
fast_finish : true
@@ -20,9 +20,9 @@ matrix:
20
20
- COVERAGE=true
21
21
- TEST_COMMAND="composer test-ci"
22
22
- php : 5.6
23
- env : SYMFONY_VERSION=2.8 .*
23
+ env : SYMFONY_VERSION=2.7 .*
24
24
- php : 5.6
25
- env : SYMFONY_VERSION=3.0 .*
25
+ env : SYMFONY_VERSION=2.8 .*
26
26
27
27
before_install :
28
28
- travis_retry composer self-update
Original file line number Diff line number Diff line change 15
15
"prefer-stable" : true ,
16
16
"require" : {
17
17
"php" : " >=5.4" ,
18
- "php-http/discovery" : " ^0.6" ,
18
+ "php-http/discovery" : " ^0.5|^0.6" ,
19
+ "puli/discovery" : " ^1.0" ,
19
20
"php-http/client-implementation" : " ^1.0" ,
20
21
"php-http/message-factory" : " ^1.0" ,
21
22
"php-http/plugins" : " dev-master" ,
You can’t perform that action at this time.
0 commit comments