You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
For Composer, vagrant-cachier uses $HOME/.composer as cache bucket. But this folder is not a cache-only folder. Composer store other data in there, such as global configuration ($HOME/.composer/config.json) and globally installed packages ($HOME/.composer/composer.json, $HOME/.composer/vendor and $HOME/.composer/bin).
Good point, @pbuyle is correct here. (Though I personally like having the global composer.json shared as well, but that is obviously not sth everyone wants).
@fgrehm Are you going to tackle this one, or should I?
For Composer, vagrant-cachier uses
$HOME/.composer
as cache bucket. But this folder is not a cache-only folder. Composer store other data in there, such as global configuration ($HOME/.composer/config.json
) and globally installed packages ($HOME/.composer/composer.json
,$HOME/.composer/vendor
and$HOME/.composer/bin
).According to Composer documentation (see https://getcomposer.org/doc/03-cli.md#composer-cache-dir), the folder to use as cache bucket should be
$HOME/.composer/cache
.The text was updated successfully, but these errors were encountered: