Skip to content

Commit 87fdca7

Browse files
authored
Merge pull request #6 from gardziejewskik/master
Added support for zend-diacrotos in version 2
2 parents 77c5501 + 0dbc4a5 commit 87fdca7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1
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

+1-1
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)