mongo-php-library
Required library to work with pecl-mongodb
Showing
| ... | @@ -14,7 +14,9 @@ | ... | @@ -14,7 +14,9 @@ |
| "illuminate/support": "^5.1", | "illuminate/support": "^5.1", | ||
| "illuminate/container": "^5.1", | "illuminate/container": "^5.1", | ||
| "illuminate/database": "^5.1", | "illuminate/database": "^5.1", | ||
| "illuminate/events": "^5.1" | "illuminate/events": "^5.1", | ||
| "mongodb/mongodb": "^1.0.0@beta" | |||
| }, | }, | ||
| "require-dev": { | "require-dev": { | ||
| "phpunit/phpunit": "^4.0|^5.0", | "phpunit/phpunit": "^4.0|^5.0", | ||
| ... | ... |
Please
register
or
sign in
to comment