Skip to content

Commit 1118fc8

Browse files
committed
Remove "until recently" phrase regarding dependency management
Composer is 13 years old.
1 parent 465d6d9 commit 1118fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/04-01-01-Dependency-Management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ anchor: dependency_management
55
# Dependency Management {#dependency_management_title}
66

77
There are a ton of PHP libraries, frameworks, and components to choose from. Your project will likely use
8-
several of them — these are project dependencies. Until recently, PHP did not have a good way to manage
8+
several of them — these are project dependencies. PHP did not have a good way to manage
99
these project dependencies. Even if you managed them manually, you still had to worry about autoloaders.
1010
That is no longer an issue.
1111

0 commit comments

Comments
 (0)