slimphp / Slim-Psr7

PSR-7 implementation for use with Slim 4
MIT License
133 stars 45 forks source link

New version with `psr/http-message` 2 support #296

Closed Ayesh closed 4 months ago

Ayesh commented 10 months ago

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.

clownmeister commented 10 months ago

I would be most grateful as well. Looking for workaround at the moment.

willy-opale commented 9 months ago

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.

trendschau commented 7 months ago

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.

clownmeister commented 7 months ago

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

piotr-cz commented 6 months ago

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

mbezhanov commented 6 months ago

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

piotr-cz commented 5 months ago

This has been added in #289 and is now available in v1.7.0