Open piotrekkaminski opened 6 years ago
Seems like the composer inside the environment is pretty ancient (1.1.2) and doesn't support things like composer show --outdated --minor-only
would it make sense to upgrade it?
Ran into problems with that, too, while using composer in a vagrant ssh session. Maybe ./scripts/host/composer.phar can be copied to /usr/local/bin/composer?
vagrant ssh
./scripts/host/composer.phar
/usr/local/bin/composer
Seems like the composer inside the environment is pretty ancient (1.1.2) and doesn't support things like composer show --outdated --minor-only
would it make sense to upgrade it?