mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-25 06:21:34 +02:00
Fixed w3c validator errors for "Duplicate ID"
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# 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.
|
||||
|
||||
|
Reference in New Issue
Block a user