Skip to content

Commit b996593

Browse files
committed
Merge pull request #7 from everzet/support-php-7.0
Add support for php 7.0
2 parents 35e3677 + 1016da1 commit b996593

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: php
22

3-
php: [5.4, 5.5, 5.6, hhvm]
3+
php: [5.4, 5.5, 5.6, 7.0, hhvm]
44

55
branches:
66
except:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
],
1515
"require": {
16-
"php": "~5.4"
16+
"php": ">5.4,<7.1"
1717
},
1818

1919
"require-dev": {

0 commit comments

Comments
 (0)