mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-20 20:31:29 +02:00
Put backticks for 'require' in _posts/04-03-01-PEAR.md:60
This commit is contained in:
@@ -57,7 +57,7 @@ handle your PEAR dependencies. This example will install code from `pear2.php.ne
|
|||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
The first section `"repositories"` will be used to let Composer know it should "initialize" (or "discover" in PEAR
|
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
|
> pear-channel/Package
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user