1
0
Fork 0

Tweak path repo docs, refs #4588

pull/4627/head
Jordi Boggiano 2015-11-22 16:39:17 +00:00
parent 1de34e0968
commit 25fd5065f7
1 changed files with 5 additions and 5 deletions

View File

@ -550,7 +550,7 @@ repository.
### Toran Proxy ### Toran Proxy
[Toran Proxy](https://toranproxy.com/) is a web app much like Packagist but [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) packagist.org. Check its homepage and the [Satis/Toran Proxy article](articles/handling-private-packages-with-satis.md)
for more information. for more information.
@ -634,14 +634,14 @@ file, you can use the following configuration:
} }
], ],
"require": { "require": {
"my/package": "*@dev" "my/package": "*"
} }
} }
``` ```
The local package will be symlinked if possible, in which case the output in 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 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 is _not_ possible the package will be copied. In that case, the console will
output `Mirrored from ../../packages/my-package`. output `Mirrored from ../../packages/my-package`.
Instead of using a relative path, an absolute path can also be used. Instead of using a relative path, an absolute path can also be used.