Skip to content

Commit f72f135

Browse files
committed
added support for php 7
1 parent 9d44766 commit f72f135

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ php:
44
- '5.3'
55
- '5.4'
66
- '5.6'
7-
7+
- '7.0'
8+
- '7.1'
9+
- 'nightly'
10+
811
before_script:
912
- composer update
1013

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require" : {
17-
"php" : "~5.3"
17+
"php" : ">=5.3"
1818
},
1919
"require-dev" : {
2020
"phpunit/phpunit" : "~4.8"

0 commit comments

Comments
 (0)