mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-10 15:54:01 +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}
|
||||
|
||||
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.
|
||||
That is no longer an issue.
|
||||
|
||||
|
Reference in New Issue
Block a user