diff --git a/_posts/04-01-01-Dependency-Management.md b/_posts/04-01-01-Dependency-Management.md index d892a95..8b55043 100644 --- a/_posts/04-01-01-Dependency-Management.md +++ b/_posts/04-01-01-Dependency-Management.md @@ -9,9 +9,9 @@ several of them — these are project dependencies. Until recently, PHP did not these project dependencies. Even if you managed them manually, you still had to worry about autoloaders. That is no longer an issue. -Currently there are two major package management systems for PHP - [Composer] and [PEAR]. Composer is -the main package manager to use for PHP, however for a long time PEAR used to fill that role. Knowing what -PEAR is will be a good idea as you may still find references to it, even if you never use it. +Currently there are two major package management systems for PHP - [Composer] and [PEAR]. Composer is currently +the most popular package manager for PHP, however for a long time PEAR was the primary package manager in use. +Knowing PEAR's history is a good idea, since you may still find references to it even if you never use it. [Composer]: /#composer_and_packagist -[PEAR]: /#pear \ No newline at end of file +[PEAR]: /#pear