mirror of
https://github.com/flarum/core.git
synced 2025-08-29 11:00:12 +02:00
Use zend-httphandlerrunner for marshalling requests and returning responses
Since Diactoros 1.8, the emitter and server classes have been deprecated. They can be replaced by using this new package directly.
This commit is contained in:
@@ -58,6 +58,7 @@
|
||||
"symfony/yaml": "^3.3",
|
||||
"tobscure/json-api": "^0.3.0",
|
||||
"zendframework/zend-diactoros": "^1.8.4",
|
||||
"zendframework/zend-httphandlerrunner": "^1.0",
|
||||
"zendframework/zend-stratigility": "^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
|
Reference in New Issue
Block a user