Skip to content

Commit

Permalink
Remove old mongo ext requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
sokil authored Nov 21, 2017
1 parent dbf09cf commit 0264ed3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
},
"require": {
"php": ">=5.3 || ^7.0",
"ext-mongo": ">=0.9.0",
"psr/log": "~1.0",
"psr/simple-cache": "^1.0",
"jmikola/geojson": "~1.0",
Expand All @@ -32,9 +31,6 @@
"squizlabs/php_codesniffer": "^2.3",
"phpmd/phpmd" : "@stable"
},
"provide": {
"ext-mongo": "*"
},
"suggest": {
"sokil/php-mongo-migrator": "Add support of migrations",
"sokil/php-mongo-bundle": "Symfony Bundle",
Expand Down

0 comments on commit 0264ed3

Please sign in to comment.