Skip to content

Commit a06b744

Browse files
authored
Merge pull request #57 from deguif/clean-php-versions
Clean PHP versions
2 parents 7dcd804 + f727b95 commit a06b744

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ cache:
77
- $HOME/.composer/cache/files
88

99
php:
10-
- 5.4
11-
- 5.5
12-
- 5.6
13-
- 7.0
1410
- 7.1
1511
- 7.2
1612
- 7.3
@@ -26,7 +22,7 @@ branches:
2622
matrix:
2723
fast_finish: true
2824
include:
29-
- php: 5.4
25+
- php: 7.1
3026
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
3127
- php: 7.1
3228
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^5.4 || ^7.0",
14+
"php": "^7.1",
1515
"psr/cache": "^1.0",
1616
"php-http/client-common": "^1.9 || ^2.0",
1717
"php-http/message-factory": "^1.0",

0 commit comments

Comments
 (0)