Merge pull request #1023 from raph007/dependency-managment-composer-context-update

Remove "until recently" phrase regarding dependency management
This commit is contained in:
Xymph
2025-03-03 09:33:16 +01:00
committed by GitHub

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.