You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #16893 Adding single quotes around version param (ThePeterMick)
This PR was submitted for the 6.1 branch but it was merged into the 6.0 branch instead.
Discussion
----------
Adding single quotes around version param
Adding single quotes around version param as otherwise getting this in zsh on MBP:
peter@Peters-MacBook-Pro-3 Projects % symfony new my_project_directory --version=6.0.* --webapp
zsh: no matches found: --version=6.0.*
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `6.x` for features of unreleased versions).
-->
Commits
-------
44bc6c3 Adding single quotes around version param
0 commit comments