Closed Ayesh closed 4 months ago
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 "slim/psr7": "dev-master#08dbc65964bf2c1fb0fe54256322a272cd02596b as 1.6.1",
as a workaround but only for some dev testing. We are kind of forced to stop using slim because of this. We will slowly make a transition to do so.
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. I think if we want new release, we have to help to move https://github.com/slimphp/Slim-Psr7/pull/294 forward
@willy-opale
I guess the only work around that comes to mind is forking the repo and implementing the commit ourselves.
@clownmeister
Hey so I started using
"slim/psr7": "dev-master#08dbc65964bf2c1fb0fe54256322a272cd02596b as 1.6.1",
as a workaround but only for some dev testing. We are kind of forced to stop using slim because of this. We will slowly make a transition to do so.
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! :slightly_smiling_face:
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.