Skip to content

Commit 0a8dee3

Browse files
committed
php 7 and higher supported
1 parent 43aa036 commit 0a8dee3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: .travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: php
22
php:
3-
- 5.6
43
- 7.0
54
- 7.1
65
- hhvm

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^5.6 || ^7.0"
13+
"php": "^7.0"
1414
},
1515
"require-dev": {
1616
"phpunit/phpunit": "^6.0"

0 commit comments

Comments
 (0)