Merge pull request #375 from kpnbg/patch-2
Require MongoDB Extension
Showing
| ... | @@ -11,6 +11,7 @@ | ... | @@ -11,6 +11,7 @@ |
| "license" : "MIT", | "license" : "MIT", | ||
| "require": { | "require": { | ||
| "php": ">=5.4.0", | "php": ">=5.4.0", | ||
| "ext-mongo": "*", | |||
| "illuminate/support": "4.2.*", | "illuminate/support": "4.2.*", | ||
| "illuminate/container": "4.2.*", | "illuminate/container": "4.2.*", | ||
| "illuminate/database": "4.2.*", | "illuminate/database": "4.2.*", | ||
| ... | ... |
Please
register
or
sign in
to comment