Skip to content

Commit 066972f

Browse files
committed
Bump to php 5.5
1 parent 3b1fd59 commit 066972f

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
88

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

3231
before_install:

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.4",
12+
"php": "^5.5|^7.0",
1313
"symfony/options-resolver": "^2.6|^3.0",
1414
"php-http/httplug": "^1.0",
1515
"php-http/message-factory": "^1.0.2",

0 commit comments

Comments
 (0)