From c672506e4fa395496a2db77e873958ba8e2578ee Mon Sep 17 00:00:00 2001 From: Myo T Kyaw Date: Sat, 17 Sep 2016 10:06:51 -0700 Subject: [PATCH] Correct wrong fix for _posts/04-03-01-PEAR.md:60 --- _posts/04-03-01-PEAR.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/04-03-01-PEAR.md b/_posts/04-03-01-PEAR.md index 997586d..3c9af2a 100644 --- a/_posts/04-03-01-PEAR.md +++ b/_posts/04-03-01-PEAR.md @@ -57,7 +57,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 required 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