Skip to content

Commit 306fb28

Browse files
authored
Merge 9bb3e56 into e45ace2
2 parents e45ace2 + 9bb3e56 commit 306fb28

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
@@ -2,6 +2,7 @@ language: php
22

33
php:
44
- 7.1
5+
- 7.2
56

67
env:
78
matrix:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Doctrine Cache adapter for PSR-16 Simple Cache",
44
"type": "library",
55
"require": {
6-
"php": "~7.1.0",
6+
"php": "~7.1.0 || ~7.2.0",
77
"doctrine/cache": "^1.6",
88
"psr/simple-cache": "^1.0"
99
},

0 commit comments

Comments
 (0)