From 60cf410acf20087de1aec3809964a6ee76f4146e Mon Sep 17 00:00:00 2001 From: Matteo Date: Tue, 10 Jan 2017 15:09:03 +0100 Subject: [PATCH] Update 05-repositories.md Another thing noted while trying to solve the problem here #6056 --- doc/05-repositories.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/05-repositories.md b/doc/05-repositories.md index eee342ffb..8a8f13717 100644 --- a/doc/05-repositories.md +++ b/doc/05-repositories.md @@ -311,6 +311,7 @@ the requested credentials like this (more info [here](https://getcomposer.org/do } } ``` +* **If you already used a private repository**, this means Composer should have cloned it in cache. If you want to install the same package with drivers, remember to launch the command `composer clearcache` followed by the command `composer update` to update composer cache and install the package from dist. #### Subversion Options