mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-30 16:50:06 +02:00
Minor (non-quote) grammar/spelling fixes
This commit is contained in:
@@ -5,7 +5,7 @@ isChild: true
|
||||
## PEAR {#pear_title}
|
||||
|
||||
Another veteran package manager that many PHP developers enjoy is [PEAR][1]. It behaves much the same way as Composer,
|
||||
but has some noteable differences.
|
||||
but has some notable differences.
|
||||
|
||||
PEAR requires each package to have a specific structure, which means that the author of the package must prepare it
|
||||
for usage with PEAR. Using a project which was not prepared to work with PEAR is not possible.
|
||||
@@ -19,8 +19,8 @@ if version conflicts between two projects arise.
|
||||
You can install PEAR by downloading the phar installer and executing it. The PEAR documentation has detailed
|
||||
[install instructions][2] for every operating system.
|
||||
|
||||
If you are using Linux, you can also have a look at your distribution package manager. Debian and Ubuntu for example
|
||||
have a apt ``php-pear`` package.
|
||||
If you are using Linux, you can also have a look at your distribution package manager. Debian and Ubuntu, for example,
|
||||
have an apt ``php-pear`` package.
|
||||
|
||||
### How to install a package
|
||||
|
||||
|
Reference in New Issue
Block a user