Skip to content

Commit 742389e

Browse files
committed
Fixed composer name in README.md;
1 parent c7e5256 commit 742389e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ The preferred way to install this extension is through [composer](http://getcomp
1919
Either run
2020

2121
```
22-
php composer.phar require --prefer-dist yiisoft/yii2-firebird
22+
php composer.phar require --prefer-dist edgardmessias/yii2-firebird
2323
```
2424

2525
or add
2626

2727
```json
28-
"yiisoft/yii2-firebird": "*"
28+
"edgardmessias/yii2-firebird": "*"
2929
```
3030

3131
to the require section of your composer.json.

0 commit comments

Comments
 (0)