Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Relax requirement on symfony/runtime#41512
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
nicolas-grekas commentedJun 2, 2021
I would prefer to move that to |
stof commentedJun 2, 2021
I don't understand the maintenance concern here. This line only needs an update for each minor version (unless a prefer-lowest job requires bumping the min version at some point, but that's the same workload than for component dependencies) |
nicolas-grekas commentedJun 2, 2021
Releasing a new symfony version is a highly involving task. The more things we have to do, the more error prone it is. |
lyrixx commentedJun 2, 2021
So, what should I do? |
stof commentedJun 2, 2021
@nicolas-grekas but here, there is nothing to do at each release, only when bumping to a new minor version. |
nicolas-grekas commentedJun 2, 2021
yes, that's what I mean. The releasing process is tedious enough, I know by experience. |
lyrixx commentedJun 2, 2021
Why does it need to be required in dev, since the component is already installed / included in the mono repo? |
nicolas-grekas commentedJun 2, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Because it is a composer-plugin, so it can't just be replaced. |
stof commentedJun 2, 2021
do we actually use symfony/runtime for the dev requirements ? AFAICT, it was added in the composer.json so that projects installing symfony/symfony get the new runtime component too. |
nicolas-grekas commentedJun 2, 2021
I think that's used by tests yes. But that's simple to validate :) |
nicolas-grekas commentedJun 2, 2021
Thank you@lyrixx. |
It looks like we have an issue with runtime:
So symfony/symfony require symfony/runtime with "self.version"
But symfony/runtime 5.3.1 does not exist
=> so symfony/symfony 5.3.1 is not installable