Skip to content
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

Open
Ayesh opened this issue Dec 26, 2023 · 6 comments
Open

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

Ayesh opened this issue Dec 26, 2023 · 6 comments

Comments

@Ayesh
Copy link

Ayesh commented Dec 26, 2023

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
Copy link

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

@willy-opale
Copy link

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
Copy link

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
Copy link

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
Copy link

piotr-cz commented Apr 19, 2024

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 #294 forward

@mbezhanov
Copy link

mbezhanov commented Apr 22, 2024

@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! 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants