Skip to content

Commit cef8c08

Browse files
committed
added support for php 7
1 parent 75ce11e commit cef8c08

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ php:
44
- '5.3'
55
- '5.4'
66
- '5.6'
7+
- '7.0'
8+
- '7.1'
9+
- 'nightly'
710

811
before_script:
912
- composer update

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require" : {
19-
"php" : "~5.3",
19+
"php" : ">=5.3",
2020
"php-platform/config" : "~0.1"
2121
},
2222
"require-dev" : {

composer.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)