You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 25, 2022. It is now read-only.
Installing an updated version of a Composer package will fail if the new package's dependency versions conflict with the currently installed on. This will break the auto-updater for joomlatools/console when upgrading whilst symfony/console is currently at 2.8.x and wants to update to 4.x.
The solution is to add the --update-with-dependencies flag to the Composer command.
Installing an updated version of a Composer package will fail if the new package's dependency versions conflict with the currently installed on. This will break the auto-updater for joomlatools/console when upgrading whilst symfony/console is currently at 2.8.x and wants to update to 4.x.
The solution is to add the
--update-with-dependenciesflag to the Composer command.Background: composer/composer#5362
The text was updated successfully, but these errors were encountered: