Skip to content

Commit

Permalink
composer
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmunir committed Jul 26, 2015
1 parent ac77e0d commit 9133c62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ The preferred way to install this extension is through [composer](http://getcomp
Either run

```
php composer.phar require mdmsoft//yii2-format-converter "*"
php composer.phar require mdmsoft//yii2-format-converter "~1.0"
```

or add

```
"mdmsoft//yii2-format-converter": "*"
"mdmsoft//yii2-format-converter": "~1.0"
```

to the require section of your `composer.json` file.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
"dev-master": "1.x-dev"
}
}
}

0 comments on commit 9133c62

Please sign in to comment.