I've seen this error "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"?
in multiple questions both here and online-- but every solution simply says to upgrade composer
to fix it. I've updated composer, updated laravel installer, and globally updated all packages, yet I still see the error:
➜ laravel -V
Laravel Installer 3.0.1
➜ composer self-update
You are already using composer version 1.10.1 (stable channel).
➜ php -v
PHP 7.3.16 (cli) (built: Mar 19 2020 11:19:09) ( NTS )
➜ composer global update
Changed current directory to ~/.composer
Loading composer repositories with package information
Updating dependencies (including require-dev)
Nothing to install or update
Generating autoload files
➜ laravel new myprojectname
Crafting application...
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
[ErrorException]
"continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"?
Any other ideas what to check?
This is on Mac OSX Catalina