Skip to content

Commit 79c9671

Browse files
Fixed .travis.yml and composer.json dependencies
1 parent ae9ed6b commit 79c9671

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
language: php
22

33
php:
4-
- 5.4
54
- 5.5
65
- 5.6
7-
- hhvm
8-
6+
97
before_script:
108
- composer self-update
119
- composer install --prefer-source --no-interaction --dev

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=5.4",
15+
"php": ">=5.5",
1616
"guzzlehttp/guzzle": "~6.0",
1717
"guzzlehttp/psr7": "1.2.*",
1818
"psr/http-message": "1.0.*",

0 commit comments

Comments
 (0)