Redid anchor changes to be sure each doc was updated properly

This commit is contained in:
Eric Martel
2014-03-14 23:13:39 -04:00
parent 248aa25dfc
commit 7df82049e8
54 changed files with 105 additions and 7 deletions

View File

@@ -1,3 +1,7 @@
---
anchor: dependency_management
---
# Dependency Management {#dependency_management_title}
There are a ton of PHP libraries, frameworks, and components to choose from. Your project will likely use several of them — these are project dependencies. Until recently, PHP did not have a good way to manage these project dependencies. Even if you managed them manually, you still had to worry about autoloaders. No more.