magento / composer-root-update-plugin

Open Software License 3.0
57 stars 17 forks source link

Does not work with zsh #33

Open snez opened 2 years ago

snez commented 2 years ago

i.e.

composer require magento/composer-root-update-plugin ~2.0 --no-update
zsh: no such user or named directory: 2.0

sweetappleuk commented 2 years ago

Confirmed same issue on Mac OS running default zsh shell

sweetappleuk commented 2 years ago

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