Created
April 7, 2015 14:04
-
-
Save frankdejonge/3b12a4b1cd85ba6b72ad to your computer and use it in GitHub Desktop.
Require doctrine/mbongodb without ext-mongo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "frankdejonge/tester", | |
"require": { | |
"doctrine/mongodb": "*" | |
}, | |
"minimun-stability": "dev", | |
"prefer-stable": true | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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