We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b1fd59 commit 066972fCopy full SHA for 066972f
.travis.yml
@@ -7,7 +7,6 @@ cache:
7
- $HOME/.composer/cache
8
9
php:
10
- - 5.4
11
- 5.5
12
- 5.6
13
- 7.0
@@ -26,7 +25,7 @@ matrix:
26
25
- php: hhvm
27
fast_finish: true
28
include:
29
- - php: 5.4
+ - php: 5.5
30
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
31
32
before_install:
composer.json
@@ -9,7 +9,7 @@
}
],
"require": {
- "php": ">=5.4",
+ "php": "^5.5|^7.0",
"symfony/options-resolver": "^2.6|^3.0",
14
"php-http/httplug": "^1.0",
15
"php-http/message-factory": "^1.0.2",
0 commit comments