Skip to content

Commit

Permalink
Merge pull request #3 from githubjeka/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
bazilio91 committed Aug 10, 2015
2 parents 640853f + 34ff461 commit 6d730d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ The preferred way to install this extension is through [composer](http://getcomp
Either run

```
php composer.phar require --prefer-dist bazilio/yii2-stubs-generator
php composer.phar require --dev --prefer-dist bazilio/yii2-stubs-generator:"~0.0.3"
```

or add

```json
"bazilio/yii2-stubs-generator": "*"
"bazilio/yii2-stubs-generator": "~0.0.3"
```

to the require section of your composer.json.
to the `require-dev` section of your `composer.json`.


Usage
Expand Down

0 comments on commit 6d730d6

Please sign in to comment.