mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-11 16:23:57 +02:00
Cleaning up some oddly worded text
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user