Skip to content

Commit 864f55a

Browse files
committed
dependecny fix
1 parent d2a0d8c commit 864f55a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ php:
99
env:
1010
global:
1111
- TEST_COMMAND="composer test"
12-
- SYMFONY_VERSION=2.8.*
12+
- SYMFONY_VERSION=3.0.*
1313

1414
matrix:
1515
fast_finish: true
@@ -20,9 +20,9 @@ matrix:
2020
- COVERAGE=true
2121
- TEST_COMMAND="composer test-ci"
2222
- php: 5.6
23-
env: SYMFONY_VERSION=2.8.*
23+
env: SYMFONY_VERSION=2.7.*
2424
- php: 5.6
25-
env: SYMFONY_VERSION=3.0.*
25+
env: SYMFONY_VERSION=2.8.*
2626

2727
before_install:
2828
- travis_retry composer self-update

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"prefer-stable": true,
1616
"require": {
1717
"php": ">=5.4",
18-
"php-http/discovery": "^0.6",
18+
"php-http/discovery": "^0.5|^0.6",
19+
"puli/discovery": "^1.0",
1920
"php-http/client-implementation": "^1.0",
2021
"php-http/message-factory": "^1.0",
2122
"php-http/plugins": "dev-master",

0 commit comments

Comments
 (0)