contao / website

Issue tracker for contao.org
2 stars 0 forks source link

Composer install command not working on zsh #99

Closed loilo closed 6 years ago

loilo commented 6 years ago

The Z shell tries to auto-expand the asterisk in 4.4.* and complains that there are no matches found.

This could be easily fixed by wrapping the version in quotes:

php composer.phar create-project contao/managed-edition <ziel> '4.4.*'
aschempp commented 6 years ago

How is this related to the Contao website? Did you find that command somewhere?

netzarbeiter commented 6 years ago

https://contao.org/de/download.html

loilo commented 6 years ago

Uhm. I maybe should have mentioned the URL. 🙈

aschempp commented 6 years ago

This has to be fixed by @leofeyer in the custom Downloader content element.

leofeyer commented 6 years ago

Fixed.