Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Upgrade to and retest against diactoros 2
Browse files Browse the repository at this point in the history
  • Loading branch information
alextech authored and weierophinney committed Dec 13, 2018
1 parent 1840da4 commit 2cfda42
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 67 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"php": "^5.6 || ^7.0",
"zendframework/zend-stdlib": "^2.7.6 || ^3.1",
"container-interop/container-interop": "^1.1",
"psr/http-message": "^1.0"
"psr/http-message": "^1.0",
"zendframework/zend-diactoros": "^2.0"
},
"require-dev": {
"zendframework/zend-cache": "^2.6.1",
Expand All @@ -30,8 +31,7 @@
"zendframework/zend-session": "^2.8",
"zendframework/zend-uri": "^2.5",
"phpunit/PHPUnit": "^6.0.8 || ^5.7.15",
"zendframework/zend-coding-standard": "~1.0.0",
"zendframework/zend-diactoros": "^1.8"
"zendframework/zend-coding-standard": "~1.0.0"
},
"suggest": {
"psr/http-message": "Zend\\Filter component, required by PsrFileInput validator",
Expand Down
183 changes: 119 additions & 64 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2cfda42

Please sign in to comment.