From 2b56bef57271faccde733591dd98002ac70d8992 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Wed, 23 Oct 2013 22:23:19 -0200 Subject: [PATCH] readme: Add link to npm and mention composer --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c03b42f..5771af2 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ folder under the result of running `rvm info` as the default SSH user (usualy it is already installed before enabling the bucket, otherwise you won't benefit from this plugin. -#### npm +#### [npm](https://npmjs.org/) ```ruby Vagrant.configure("2") do |config| @@ -225,6 +225,18 @@ If you use on the guest machine, make sure it is already installed before enabling the bucket, otherwise you won't benefit from this plugin. +#### [Composer](http://getcomposer.org/) + +```ruby +Vagrant.configure("2") do |config| + config.vm.box = 'some-box-with-php-installed' + config.cache.enable :composer +end +``` + +Compatible with probably any type of linux guest distro, will cache guests' +`$HOME/.composer` if PHP is detected. + ##### APT-CACHER ```ruby