Skip to content

Commit 8184631

Browse files
committed
Minimal version
1 parent a0ab513 commit 8184631

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
language: php
22

33
php:
4-
- 5.4
54
- 5.5
65
- 5.6
7-
- hhvm
6+
- 7.0
7+
- 7.1
88

99
before_script:
1010
- composer self-update

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"minimum-stability": "dev",
1313
"require": {
14-
"php": ">= 5.3.0",
14+
"php": ">= 5.5.0",
1515
"psr/container": "^1.0"
1616
},
1717
"require-dev": {

0 commit comments

Comments
 (0)