From 3f46883ed16cd6b2a0448d8d01b1c5fef1c0cbf7 Mon Sep 17 00:00:00 2001 From: Ievgen Sentiabov Date: Thu, 23 Jun 2016 22:55:17 +0300 Subject: [PATCH] Added note about mongo extension --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fa4602a..4d95959 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ 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 ------------