Skip to content

Conversation

@GrahamCampbell
Copy link
Collaborator

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.

3 participants