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
It could be nice to let the ability to the user to choose which version of symfony-cli he install.
I mean, wget https://get.symfony.com/cli/installer -O - | bash will install by default the latest version (as it is now in fact) and wget https://get.symfony.com/cli/installer --version=x.y.z -O - | bash will let the user choose the version he want.