-
Notifications
You must be signed in to change notification settings - Fork 173
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
Your requirements could not be resolved to an installable set of packages. #749
Comments
symfony/symfony#51100 moved |
My hunch is that the recent change in Symfony caused this. I opened symfony/symfony#51192 for further clarification. I assume this will be resolved once 6.4 is tagged, but this has yet to happen. |
This issue seems to be caused by Symfony Flex. As a workaround, you can add |
Thanks, @derrabus add "symfony/psr-http-message-bridge": "^2.3" to require worked perfectly. I wish json allowed for comments, so I could reference this issue as to why I installed that! |
I usually use the git commit for that. True, it's a little less convenient but works for me. |
Released in 4.12.0 |
How do you use Sentry?
Self-hosted / on-premises
SDK version
4.9.2
Steps to reproduce
composer update -W
Expected result
Problem 1
- Root composer.json requires sentry/sentry-symfony ^4.9.2 -> satisfiable by sentry/sentry-symfony[4.9.2].
- sentry/sentry-symfony 4.9.2 requires 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.
Actual result
Now I have installed symfony/psr-http-message-bridge v2.2.0.
The text was updated successfully, but these errors were encountered: