-
Notifications
You must be signed in to change notification settings - Fork 103
Description
Hello,
When trying to update the app to symfony 5 I get the following dependency error:
Problem 1
- Conclusion: don't install symfony/console v5.0.0
- Conclusion: don't install symfony/console v5.0.0-RC1
- Conclusion: don't install symfony/console v5.0.0-BETA2
- Installation request for easycorp/easy-deploy-bundle dev-master -> satisfiable by easycorp/easy-deploy-bundle[dev-master].
- Conclusion: don't install symfony/console v5.0.0-BETA1
- Conclusion: don't install symfony/console 5.1.x-dev
- easycorp/easy-deploy-bundle dev-master requires symfony/console ~2.3|~3.0|~4.0 -> satisfiable by symfony/console[2.3.x-dev, 2.4.x-dev, 2.5.x-dev, 2.6.x-dev, 2.7.x-dev, 2.8.x-dev, 3.0.x-dev, 3.1.x-dev, 3.2.x-dev, 3.3.x-dev, 3.4.x-dev, 4.0.x-dev, 4.1.x-dev, 4.2.x-dev, 4.3.x-dev, 4.4.x-dev].
- Can only install one of: symfony/console[5.0.x-dev, 3.4.x-dev].
- Can only install one of: symfony/console[5.0.x-dev, 4.3.x-dev].
- Can only install one of: symfony/console[5.0.x-dev, 4.4.x-dev].
- Can only install one of: symfony/console[5.0.x-dev, 2.3.x-dev].
- Can only install one of: symfony/console[5.0.x-dev, 2.4.x-dev].
- Can only install one of: symfony/console[5.0.x-dev, 2.5.x-dev].
- Can only install one of: symfony/console[5.0.x-dev, 2.6.x-dev].
- Can only install one of: symfony/console[5.0.x-dev, 2.7.x-dev].
- Can only install one of: symfony/console[5.0.x-dev, 2.8.x-dev].
- Can only install one of: symfony/console[5.0.x-dev, 3.0.x-dev].
- Can only install one of: symfony/console[5.0.x-dev, 3.1.x-dev].
- Can only install one of: symfony/console[5.0.x-dev, 3.2.x-dev].
- Can only install one of: symfony/console[5.0.x-dev, 3.3.x-dev].
- Can only install one of: symfony/console[5.0.x-dev, 4.0.x-dev].
- Can only install one of: symfony/console[5.0.x-dev, 4.1.x-dev].
- Can only install one of: symfony/console[5.0.x-dev, 4.2.x-dev].
- Installation request for symfony/console 5.* -> satisfiable by symfony/console[5.0.x-dev, 5.1.x-dev, v5.0.0, v5.0.0-BETA1, v5.0.0-BETA2, v5.0.0-RC1].
Thanks.