From 742389ea0d43932c1efb57e632ef47a056b18741 Mon Sep 17 00:00:00 2001 From: Edgard Lorraine Messias Date: Tue, 7 Jul 2015 23:18:55 -0300 Subject: [PATCH] Fixed composer name in README.md; --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e18526a..8bb7bf8 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,13 @@ The preferred way to install this extension is through [composer](http://getcomp Either run ``` -php composer.phar require --prefer-dist yiisoft/yii2-firebird +php composer.phar require --prefer-dist edgardmessias/yii2-firebird ``` or add ```json -"yiisoft/yii2-firebird": "*" +"edgardmessias/yii2-firebird": "*" ``` to the require section of your composer.json.