Skip to content

Commit

Permalink
Merge pull request #6 from gardziejewskik/master
Browse files Browse the repository at this point in the history
Added support for zend-diacrotos in version 2
  • Loading branch information
snapshotpl authored Nov 16, 2018
2 parents 77c5501 + 0dbc4a5 commit 87fdca7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: php
php:
- 7.0
- 7.1
- 7.2

env:
- COMPOSER_FLAGS=--prefer-lowest
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"php": ">=7.0",
"psr/log": "^1.0",
"psr/http-message": "^1.0",
"zendframework/zend-diactoros": "^1.4",
"zendframework/zend-diactoros": "^1.4 || ^2.0",
"http-interop/http-middleware": "^0.4.1",
"php-middleware/double-pass-compatibility": "^1.0"
},
Expand Down

0 comments on commit 87fdca7

Please sign in to comment.