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

Commit fd91d88

Browse files
committed
Refactors to use a response factory instead of prototype
Updates to use a response factory instead of a prototype. This alleviates the need for a stream factory, and allows re-use of the `ResponseInterface` service with Expressive v3. It also simplifies the constructors.
1 parent 948285c commit fd91d88

7 files changed

+272
-373
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
},
2626
"require": {
2727
"php": "^7.1",
28+
"http-interop/http-middleware": "^0.5.0",
2829
"psr/http-message": "^1.0.1",
2930
"psr/http-message-implementation": "^1.0",
3031
"psr/link": "^1.0",
3132
"willdurand/negotiation": "^2.3.1"
3233
},
3334
"require-dev": {
34-
"phpunit/phpunit": "^6.4.3",
35+
"phpunit/phpunit": "^7.0.1",
3536
"zendframework/zend-coding-standard": "~1.0.0",
36-
"zendframework/zend-diactoros": "^1.6",
3737
"zendframework/zend-expressive-helpers": "^4.2 || ^5.0.0-dev || ^5.0.0",
3838
"zendframework/zend-hydrator": "^2.3.1",
3939
"zendframework/zend-paginator": "^2.7"

0 commit comments

Comments
 (0)