Browse Source

Replace toran

Jordi Boggiano 8 years ago
parent
commit
363bab90fa
1 changed files with 3 additions and 2 deletions
  1. 3 2
      doc/faqs/why-can't-composer-load-repositories-recursively.md

+ 3 - 2
doc/faqs/why-can't-composer-load-repositories-recursively.md

@@ -8,8 +8,9 @@ Before going into details as to why this is like that, you have to understand
 that the main use of custom VCS & package repositories is to temporarily try
 some things, or use a fork of a project until your pull request is merged, etc.
 You should not use them to keep track of private packages. For that you should
-look into [setting up Satis](../articles/handling-private-packages-with-satis.md)
-or getting a [Toran Proxy](https://toranproxy.com) license for your company.
+rather look into [Private Packagist](https://packagist.com) which lets you
+configure all your private packages in one place, and avoids the slow-downs
+associated with inline VCS repositories.
 
 There are three ways the dependency solver could work with custom repositories: