We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
i.e.
composer require magento/composer-root-update-plugin ~2.0 --no-update zsh: no such user or named directory: 2.0
Confirmed same issue on Mac OS running default zsh shell
Documentation for installation should be changed to add double-quotes "" around ~2.0 if zsh is used as the shell
composer require magento/composer-root-update-plugin "~2.0" --no-update
Activity
sweetappleuk commentedon Apr 13, 2022
Confirmed same issue on Mac OS running default zsh shell
sweetappleuk commentedon Apr 13, 2022
Documentation for installation should be changed to add double-quotes "" around ~2.0 if zsh is used as the shell
composer require magento/composer-root-update-plugin "~2.0" --no-update