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

Commit 8e3c6c6

Browse files
committed
Revert adding the zend-diactoros dependency
As explained by others, there is a test in place before using Response(). If the class does not exist an exception is thrown.
1 parent d0fd422 commit 8e3c6c6

File tree

2 files changed

+4
-56
lines changed

2 files changed

+4
-56
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"http",
1010
"middleware",
1111
"zend-expressive",
12-
"psr-7"
12+
"psr-7",
13+
"psr-15"
1314
],
1415
"support": {
1516
"docs": "https://docs.zendframework.com/zend-expressive-authentication/",
@@ -23,8 +24,7 @@
2324
"php": "^7.1",
2425
"psr/container": "^1.0",
2526
"psr/http-message": "^1.0.1",
26-
"psr/http-server-middleware": "^1.0",
27-
"zendframework/zend-diactoros": "^1.7"
27+
"psr/http-server-middleware": "^1.0"
2828
},
2929
"require-dev": {
3030
"phpunit/phpunit": "^6.5.5",

composer.lock

Lines changed: 1 addition & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)