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.
2 parents 7dcd804 + f727b95 commit a06b744Copy full SHA for a06b744
.travis.yml
@@ -7,10 +7,6 @@ cache:
7
- $HOME/.composer/cache/files
8
9
php:
10
- - 5.4
11
- - 5.5
12
- - 5.6
13
- - 7.0
14
- 7.1
15
- 7.2
16
- 7.3
@@ -26,7 +22,7 @@ branches:
26
22
matrix:
27
23
fast_finish: true
28
24
include:
29
- - php: 5.4
25
+ - php: 7.1
30
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
31
- php: 7.1
32
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
composer.json
@@ -11,7 +11,7 @@
}
],
"require": {
- "php": "^5.4 || ^7.0",
+ "php": "^7.1",
"psr/cache": "^1.0",
"php-http/client-common": "^1.9 || ^2.0",
17
"php-http/message-factory": "^1.0",
0 commit comments