Skip to content

Instantly share code, notes, and snippets.

@frankdejonge
Created April 7, 2015 14:04
Show Gist options
  • Save frankdejonge/3b12a4b1cd85ba6b72ad to your computer and use it in GitHub Desktop.
Save frankdejonge/3b12a4b1cd85ba6b72ad to your computer and use it in GitHub Desktop.
Require doctrine/mbongodb without ext-mongo
{
"name": "frankdejonge/tester",
"require": {
"doctrine/mongodb": "*"
},
"minimun-stability": "dev",
"prefer-stable": true
}
{
"name": "frankdejonge/tester",
"require": {
"doctrine/mongodb": "*"
},
"replace": {
"ext-mongo": "*"
},
"minimun-stability": "dev",
"prefer-stable": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment