mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-11 00:03:58 +02:00
Merge pull request #1023 from raph007/dependency-managment-composer-context-update
Remove "until recently" phrase regarding dependency management
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