paliarush / magento2-vagrant-for-developers

Vagrant Box for Magento 2 Developers
MIT License
446 stars 165 forks source link

Composer upgrade #193

Open piotrekkaminski opened 6 years ago

piotrekkaminski commented 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?

Vinai commented 5 years ago

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?