From 1118fc8cd2b5739d752bdca176d5c178c1c4d581 Mon Sep 17 00:00:00 2001 From: Raph Date: Sun, 2 Mar 2025 22:25:04 +0100 Subject: [PATCH] Remove "until recently" phrase regarding dependency management Composer is 13 years old. --- _posts/04-01-01-Dependency-Management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/04-01-01-Dependency-Management.md b/_posts/04-01-01-Dependency-Management.md index 8b55043..ed0fe9d 100644 --- a/_posts/04-01-01-Dependency-Management.md +++ b/_posts/04-01-01-Dependency-Management.md @@ -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.