Merge pull request #605 from jklein/gh-pages

Cleaning up some oddly worded text
This commit is contained in:
Josh Lockhart
2016-02-02 08:53:53 -05:00

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