-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New version with psr/http-message
2 support
#296
Comments
I would be most grateful as well. Looking for workaround at the moment. |
I guess the only work around that comes to mind is forking the repo and implementing the commit ourselves. It seems Slim is dying slowly, as opposed to Symfony and other frameworks. |
Yes, that would be really great, I start to get errors with other libraries and switched to dev-master in composer now, but it would be great if you can add a release. |
Hey so I started using Note to the devs: Please try to release current master if possible |
At this moment there is one PR pending for the 1.7.0 milestone: https://github.com/slimphp/Slim-Psr7/milestone/14. |
You could use a different PSR-7 implementation as a workaround. nyholm/psr7 and nyholm/psr7-server work well for me: composer require slim/slim nyholm/psr7 nyholm/psr7-server Doesn't solve the original issue, but gets the job done! 🙂 |
PSR-7 v2 support was added in #289, but there is no version released.
Please cut a new release with the recent changes included.
Thank you.
The text was updated successfully, but these errors were encountered: