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

[7.x] Removed legacy HTTP PSR code #31028

Merged
merged 1 commit into from
Jan 4, 2020
Merged

[7.x] Removed legacy HTTP PSR code #31028

merged 1 commit into from
Jan 4, 2020

Conversation

GrahamCampbell
Copy link
Member

Previous versions of Laravel (up until 6.10.0), used the Zend Diactoros PSR implementations. This package was abandoned a few days ago, and Symfony now recommend to use the nyholm/psr7 package. Laravel 6.11.0 and upwards will now first look for this new package first, and fall back to Zend if not available. In Laravel 7, we can remove this fallback code, which we couldn't do in 6.x, without it being a breaking change.

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

Successfully merging this pull request may close these issues.

None yet

2 participants