Skip to content

Commit dba04b0

Browse files
committed
Add PHP 5.5 and hhvm to travis
1 parent 9d0e4b9 commit dba04b0

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ language: php
22
sudo: false
33

44
php:
5+
- 5.5
56
- 5.6
67
- 7.0
78
- 7.1
9+
- hhvm
810

911
install:
1012
- travis_retry composer self-update

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## Installation
77

8-
Requires PHP 5.6.
8+
Requires PHP 5.5.
99

1010

1111
Install with Composer

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"require": {
1818
"guzzlehttp/guzzle": "~6.0",
19-
"php": ">= 5.6"
19+
"php": ">= 5.5"
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit": "4.8.12",

0 commit comments

Comments
 (0)