Skip to content

Commit

Permalink
Updated composer requirements to use stable version of yii2-mongodb e…
Browse files Browse the repository at this point in the history
…xtension
  • Loading branch information
joni-jones committed Jul 20, 2016
1 parent 3f46883 commit 7d06ca6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ or add

to the require section of your `composer.json` file.

IMPORTANT: Because a `yii2-mongodb` extension is still not released for PHP 7, you need to set `minimum-stability` to `dev` in your `composer.json`

Usage
------------

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"require": {
"yiisoft/yii2": "*",
"yiisoft/yii2-mongodb": "2.1.*-dev",
"yiisoft/yii2-mongodb": "2.1.*",
"yiisoft/yii2-bootstrap": "*",
"cboden/ratchet": "0.3.*",
"bower-asset/jquery": "2.*",
Expand Down

0 comments on commit 7d06ca6

Please # to comment.