Skip to content

Commit 0dbc4a5

Browse files
Support zend-diacrotos v2
1 parent 77c5501 commit 0dbc4a5

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
@@ -3,6 +3,7 @@ language: php
33
php:
44
- 7.0
55
- 7.1
6+
- 7.2
67

78
env:
89
- COMPOSER_FLAGS=--prefer-lowest

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"php": ">=7.0",
1717
"psr/log": "^1.0",
1818
"psr/http-message": "^1.0",
19-
"zendframework/zend-diactoros": "^1.4",
19+
"zendframework/zend-diactoros": "^1.4 || ^2.0",
2020
"http-interop/http-middleware": "^0.4.1",
2121
"php-middleware/double-pass-compatibility": "^1.0"
2222
},

0 commit comments

Comments
 (0)