diff --git a/README.md b/README.md index 4d95959..fa4602a 100644 --- a/README.md +++ b/README.md @@ -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 ------------ diff --git a/composer.json b/composer.json index c2f19d9..b2e4a66 100644 --- a/composer.json +++ b/composer.json @@ -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.*",