λ [fixed]composer global update from 1.4.1 doesn't work
-
λ composer --v
Composer version 1.4.1 2017-03-10 09:29:45
...
Nothing to install or update
...
Composer store at
AppData\Local
AppData\Roaming
C:\laragon\bin\composer
-
@martin :
Did you run this:composer selfupdate
-
λ composer selfupdate
Updating to version 1.5.2 (stable channel).
Downloading (100%)
Use composer self-update --rollback to return to version 1.4.1C:\laragon\www
λ composer --v[Symfony\Component\Console\Exception\RuntimeException]
The "--v" option does not exist.list [--xml] [--raw] [--format FORMAT] [--] [<namespace>]
-
@martin : I don't get what do you mean. If you want to check version, use:
composer -V
-
Thank you!