From 25fd5065f7a0449dba7362001bd39e0ffe7a7884 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Sun, 22 Nov 2015 16:39:17 +0000 Subject: [PATCH] Tweak path repo docs, refs #4588 --- doc/05-repositories.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/05-repositories.md b/doc/05-repositories.md index 6543e919e..7541f2a22 100644 --- a/doc/05-repositories.md +++ b/doc/05-repositories.md @@ -550,7 +550,7 @@ repository. ### Toran Proxy [Toran Proxy](https://toranproxy.com/) is a web app much like Packagist but -providing private package hosting as well as mirroring/proxying of GitHub and +providing private package hosting as well as mirroring/proxying of GitHub and packagist.org. Check its homepage and the [Satis/Toran Proxy article](articles/handling-private-packages-with-satis.md) for more information. @@ -634,14 +634,14 @@ file, you can use the following configuration: } ], "require": { - "my/package": "*@dev" + "my/package": "*" } } ``` -The local package will be symlinked if possible, in which case the output in -the console will read `Symlinked from ../../packages/my-package`. If symlinking -is _not_ possible the package will be copied. In that case, the console will +The local package will be symlinked if possible, in which case the output in +the console will read `Symlinked from ../../packages/my-package`. If symlinking +is _not_ possible the package will be copied. In that case, the console will output `Mirrored from ../../packages/my-package`. Instead of using a relative path, an absolute path can also be used.