We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d44766 commit f72f135Copy full SHA for f72f135
.travis.yml
@@ -4,7 +4,10 @@ php:
4
- '5.3'
5
- '5.4'
6
- '5.6'
7
-
+ - '7.0'
8
+ - '7.1'
9
+ - 'nightly'
10
+
11
before_script:
12
- composer update
13
composer.json
@@ -14,7 +14,7 @@
14
}
15
],
16
"require" : {
17
- "php" : "~5.3"
+ "php" : ">=5.3"
18
},
19
"require-dev" : {
20
"phpunit/phpunit" : "~4.8"
0 commit comments