From a695684af0551cbb7fc8e7d30e03805a3b29fb9b Mon Sep 17 00:00:00 2001 From: Kristian Novev Date: Sun, 30 Nov 2014 16:23:44 -0500 Subject: [PATCH] Require MongoDB Extension --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 74698c634..807faa36d 100644 --- a/composer.json +++ b/composer.json @@ -11,6 +11,7 @@ "license" : "MIT", "require": { "php": ">=5.4.0", + "ext-mongo": "*", "illuminate/support": "4.2.*", "illuminate/container": "4.2.*", "illuminate/database": "4.2.*",