Skip to content

Commit

Permalink
Fixed composer name in README.md;
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardmessias committed Jul 8, 2015
1 parent c7e5256 commit 742389e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 742389e

Please sign in to comment.