-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Drop requirement for zendframework/zend-diactoros #12
Comments
So you're proposing to adopt PSR-17 factories, I assume? I'm currently using Diactoros here: whoops-middleware/src/WhoopsRunner.php Lines 26 to 30 in 040df4c
|
Yes, PSR-15 factories would be a good solution. |
using PSR-7 Diactoros library is good, I too use that, but I would request you to replace zendframework/zend-diactoros with laminas/laminas-diactoros instead in the composer based dependencies list. Coming to PSR-15 library, laminas/laminas-stratigility is good like many other PSR-15 Dispatchers. thank you |
This has been done with #13 or, more precisely, commit 71d75c5. @shadowhand Please let me know whether this change does the trick for you. Released as version 2.0. Happy new year! 😃 |
There's no need for this requirement. I am using Slim and already have a PSR-7 implementation.
The text was updated successfully, but these errors were encountered: