Skip to content

Commit c1625bf

Browse files
committed
Remove support for old version of php
1 parent 65c2afd commit c1625bf

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.travis.yml

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

99
php:
10-
- 5.5
11-
- 5.6
12-
- 7.0
1310
- 7.1
1411
- 7.2
1512
- 7.3
@@ -23,15 +20,10 @@ branches:
2320
- /^analysis-.*$/
2421

2522
matrix:
26-
allow_failures:
27-
- php: hhvm
28-
dist: trusty
2923
fast_finish: true
3024
include:
31-
- php: 5.5
25+
- php: 7.1
3226
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
33-
- php: hhvm
34-
dist: trusty
3527

3628
before_install:
3729
- travis_retry composer self-update

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": "^5.5 || ^7.0",
12+
"php": "^7.1",
1313
"symfony/options-resolver": "^2.6 || ^3.0 || ^4.0",
1414
"php-http/httplug": "^1.0",
1515
"php-http/message-factory": "^1.0.2",

0 commit comments

Comments
 (0)