vagrant-cachier-ng/docs/buckets/composer.md
2014-07-20 23:02:04 -03:00

315 B

Composer

Compatible with probably any type of linux guest distro, will cache guests' $HOME/.composer/cache if PHP is detected.

To manually enable it:

Vagrant.configure("2") do |config|
  config.vm.box = 'some-box-with-php-installed'
  config.cache.enable :composer
end