Skip to content

Commit

Permalink
Don't have the mongodb driver library as a hard dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
christeredvartsen committed Mar 16, 2016
1 parent 6158803 commit 205f13e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 69 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"symfony/http-foundation": "~2.7.3",
"symfony/event-dispatcher": "~2.7.3",
"symfony/console": "~2.7.3",
"ramsey/uuid": "~3.0.0",
"mongodb/mongodb": "~1.0.0"
"ramsey/uuid": "~3.0.0"
},
"require-dev": {
"symfony/filesystem": "~2.8.3",
Expand All @@ -39,6 +38,7 @@
"suggest": {
"ext-mongo": "Enables usage of MongoDB and GridFS as database and store. Recommended version: >=1.4.0",
"ext-mongodb": "Enables usage of the new MongoDB extension. Recommended version: >=1.1.3",
"mongodb/mongodb": "Enables usage of the new MongoDB extension using the PHP MongoDB driver library. Recommended version: >=1.0.0",
"ext-memcached": "Enables usage of the Memcached cache adapter for custom event listeners. Recommended version: >=2.0.0",
"doctrine/dbal": "Enables usage of using RDMS for storing data (and optionally images). Recommended version: >=2.3",
"aws/aws-sdk-php": "Enables usage of the AWS S3 storage adapter. Recommended version >=2.4"
Expand Down
74 changes: 7 additions & 67 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 205f13e

Please sign in to comment.