Skip to content
This repository has been archived by the owner on Sep 26, 2020. It is now read-only.

Commit

Permalink
alcaeus/mongo-php-adapter is not a hard dependency anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
1ma committed Apr 23, 2019
1 parent 81f8fa4 commit d0e9d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
},
"require": {
"php": ">=5.3.0",
"alcaeus/mongo-php-adapter": "^1.0",
"paragonie/random_compat": ">=2.0"
},
"suggest": {
Expand All @@ -24,6 +23,7 @@
"ext-mongo": "Mongo is needed to store profiler results for PHP < 7.",
"ext-mongodb": "Mongo is needed to store profiler results for PHP > 7.",
"ext-curl": "You need to install the curl extension to upload saved files",
"ext-pdo": "You need to install the pdo extension to store profiler results to a relational database",
"alcaeus/mongo-php-adapter": "Mongo PHP Adapter is required for PHP >7 (when using ext-mongodb)"
}
}

0 comments on commit d0e9d1e

Please sign in to comment.