Remove "until recently" phrase regarding dependency management

Composer is 13 years old.
This commit is contained in:
Raph
2025-03-02 22:25:04 +01:00
parent 465d6d90f3
commit 1118fc8cd2

View File

@@ -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.