Cleaning up some oddly worded text

This commit is contained in:
Jonathan Klein
2015-10-27 22:13:34 +01:00
parent 085413b396
commit 6ec6351d53

View File

@@ -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
[PEAR]: /#pear