-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
symfony/psr-http-message-bridge
version conflict
#51192
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
Comments
A composer resolution conflict without the composer.json is not enough to help you. (if this is a require command, we would need both the composer.json and composer.lock from before the run as well as the exact command being run) |
I can install everything correctly with that |
@cleptric this composer.json is clearly not the one causing the error as the error message says |
Sorry, try this one https://github.com/cleptric/symfony/blob/main/composer.json |
With that file,
|
You can also try running |
Here's a minimal composer.json that fails: {
"type": "project",
"license": "MIT",
"minimum-stability": "stable",
"require": {
"php": ">=8.1",
"sentry/sentry-symfony": "^4.9",
"symfony/flex": "^2.3.1"
},
"extra": {
"symfony": {
"require": "^6.3"
}
},
"config": {
"allow-plugins": {
"symfony/flex": true,
"php-http/discovery": true
}
}
} If I add |
I wonder if the PSR-7 bridge should really follow the usual Symfony release cycle. Otherwise, I suggest to not mark it as replaced by the symfony/symfony package (see #51194). |
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
Possible Solution
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: