Closed
Description
Symfony version(s) affected
6.3
Description
With #51100, symfony/psr-http-message-bridge
was moved into this repo.
What is the update strategy for packages that required this package before?
How to reproduce
When installing the Sentry Symfony SDK, we now run into issues resolving composer dependencies
Problem 1
- Root composer.json requires sentry/sentry-symfony ^4.9 -> satisfiable by sentry/sentry-symfony[4.9.0, 4.9.1, 4.9.2].
- sentry/sentry-symfony[4.9.0, ..., 4.9.2] require symfony/psr-http-message-bridge ^1.2||^2.0 -> found symfony/psr-http-message-bridge[v1.2.0, v1.3.0, v2.0.0, ..., v2.3.1] but these were not loaded, likely because it conflicts with another require.
Possible Solution
No response
Additional Context
No response