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.
2 parents d2d485e + 84e00e4 commit 1fbe11dCopy full SHA for 1fbe11d
.travis.yml
@@ -33,6 +33,7 @@ php:
33
- 5.6
34
- 7.0
35
- 7.1
36
+ - 7.2
37
- nightly
38
- hhvm
39
composer.json
@@ -20,7 +20,7 @@
20
}
21
],
22
"require": {
23
- "php": "^5.6 || ^7.0",
+ "php": "^5.6 || ^7.0 || ^7.1 || ^7.2",
24
"psr/cache": "~1.0.0",
25
"psr/simple-cache": "~1.0.0",
26
"ext-mbstring": "*",
0 commit comments