Merge branch 'gh-pages' of https://github.com/mkyaw/php-the-right-way into gh-pages

This commit is contained in:
Phil Sturgeon
2016-11-12 15:30:39 -05:00
14 changed files with 19 additions and 19 deletions

View File

@@ -58,7 +58,7 @@ handle your PEAR dependencies. This example will install code from `pear2.php.ne
{% endhighlight %}
The first section `"repositories"` will be used to let Composer know it should "initialize" (or "discover" in PEAR
terminology) the pear repo. Then the require section will prefix the package name like this:
terminology) the pear repo. Then the `require` section will prefix the package name like this:
> pear-channel/Package