-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I would prefer to move that to |
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) |
Releasing a new symfony version is a highly involving task. The more things we have to do, the more error prone it is. |
So, what should I do? |
@nicolas-grekas but here, there is nothing to do at each release, only when bumping to a new minor version. |
yes, that's what I mean. The releasing process is tedious enough, I know by experience. |
Why does it need to be required in dev, since the component is already installed / included in the mono repo? |
Because it is a composer-plugin, so it can't just be replaced. |
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. |
I think that's used by tests yes. But that's simple to validate :) |
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