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 3bb1b68 commit 9cf5c16Copy full SHA for 9cf5c16
.travis.yml
@@ -3,6 +3,7 @@ php:
3
- 5.5
4
- 5.6
5
- 7.0
6
+ - 7.1
7
- hhvm
8
- nightly
9
composer.json
@@ -6,7 +6,7 @@
{"name": "Mike van Riel", "email": "[email protected]"}
],
"require": {
- "php": ">=5.5",
+ "php": "^5.5 || ^7.0",
10
"phpdocumentor/reflection-common": "^1.0"
11
},
12
"autoload": {
0 commit comments