Skip to content

Commit 1fbe11d

Browse files
authored
Merge pull request #538 from Geolim4/final
Testing V6 against php 7.2
2 parents d2d485e + 84e00e4 commit 1fbe11d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ php:
3333
- 5.6
3434
- 7.0
3535
- 7.1
36+
- 7.2
3637
- nightly
3738
- hhvm
3839

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
],
2222
"require": {
23-
"php": "^5.6 || ^7.0",
23+
"php": "^5.6 || ^7.0 || ^7.1 || ^7.2",
2424
"psr/cache": "~1.0.0",
2525
"psr/simple-cache": "~1.0.0",
2626
"ext-mbstring": "*",

0 commit comments

Comments
 (0)