Skip to content

Commit 5d75e5b

Browse files
nenaddbu
authored andcommitted
Stop support for PHP 5.5 (#37)
* Stop support for PHP 5.5 * Run lowest dependencies test on 5.6
1 parent e3dc672 commit 5d75e5b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

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

99
php:
10-
- 5.5
1110
- 5.6
1211
- 7.0
1312
- 7.1
@@ -26,7 +25,7 @@ matrix:
2625
- php: hhvm
2726
fast_finish: true
2827
include:
29-
- php: 5.5
28+
- php: 5.6
3029
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
3130
- php: hhvm
3231
dist: trusty

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.5 || ^7.0",
14+
"php": "^5.6 || ^7.0",
1515
"php-http/httplug": "^1.0",
1616
"react/http-client": "~0.5.9",
1717
"react/dns": "^0.4.15",

0 commit comments

Comments
 (0)