Closed halfer closed 7 years ago
The demo code for the current unstable version in the README does not work without an extra class library, Zend\Diactoros\ServerRequestFactory. Is it OK to send a PR to fix up the docs?
README
Zend\Diactoros\ServerRequestFactory
It just needs something like this in the appropriate place:
composer require zendframework/zend-diactoros
The composer file has "zendframework/zend-diactoros": "^1.0", though.
"zendframework/zend-diactoros": "^1.0",
Ah! I didn't spot that, thanks. I installed via Composer, and that gave me the current stable version, which does not include that.
The demo code for the current unstable version in the
README
does not work without an extra class library,Zend\Diactoros\ServerRequestFactory
. Is it OK to send a PR to fix up the docs?It just needs something like this in the appropriate place: