Skip to content

Commit 715154d

Browse files
committed
Testing V6 against php 7.2
1 parent 1ab9043 commit 715154d

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)