mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-13 09:13:58 +02:00
Remove "until recently" phrase regarding dependency management
Composer is 13 years old.
This commit is contained in:
@@ -5,7 +5,7 @@ anchor: dependency_management
|
|||||||
# Dependency Management {#dependency_management_title}
|
# Dependency Management {#dependency_management_title}
|
||||||
|
|
||||||
There are a ton of PHP libraries, frameworks, and components to choose from. Your project will likely use
|
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
|
several of them — these are project dependencies. 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.
|
these project dependencies. Even if you managed them manually, you still had to worry about autoloaders.
|
||||||
That is no longer an issue.
|
That is no longer an issue.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user