mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-20 04:11:44 +02:00
Merge branch 'gh-pages' of https://github.com/mkyaw/php-the-right-way into gh-pages
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user