Skip to content

Conversation

@muba00
Copy link

@muba00 muba00 commented Jan 22, 2025

composer create-project command will return an error if laravel/laravel:^10.0 isn't inside quotes, fixed.

~ composer create-project laravel/laravel:^10.0 example-app
zsh: no matches found: laravel/laravel:^10.0

below works:
~ composer create-project 'laravel/laravel:^10.0' example-app

muba00 and others added 2 commits January 22, 2025 22:52
composer create-project command will return an error if laravel/laravel:^10.0 isn't inside quotes, fixed.
@taylorotwell taylorotwell merged commit 4a2567e into laravel:10.x Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants