Using composer to install tp5.1, Zsh: no matches found: 5.1*
blog description
The information involved in this article comes from Internet collation and personal summary, which means personal learning and experience summary. If there is any infringement, please contact me to delete it. Thank you!
question prompt
zsh: no matches found: 5.1.*
problem solving
In the past, it can be executed, but now the problem appears when creating a new one
The solution is to determine the version directly without using the ambiguous command of this version
composer create-project topthink/think=5.1.31 sight
thank you
Omnipotent network
And industrious self