1
0
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:
Franz Liedke
2018-08-02 23:46:39 +02:00
parent 0222692c53
commit 626d16de6f
2 changed files with 19 additions and 9 deletions

View File

@@ -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": {