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
Currently acquia_cli requires "consolidation/robo": "^2" which works fine with Drush 10 which had a requirement of "consolidation/robo": "^1.4.11 || ^2 || ^3". Since Drush 11 though the requirement is now "consolidation/robo": "^3". This means it is no longer possible to have the latest versions of both acquia_cli and drush in the same project.
The text was updated successfully, but these errors were encountered:
Currently acquia_cli requires
"consolidation/robo": "^2"
which works fine with Drush 10 which had a requirement of"consolidation/robo": "^1.4.11 || ^2 || ^3"
. Since Drush 11 though the requirement is now"consolidation/robo": "^3"
. This means it is no longer possible to have the latest versions of both acquia_cli and drush in the same project.The text was updated successfully, but these errors were encountered: