File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 33DATE =` date +%Y-%m-%d--%H-%M-%S `
44PHONGO_VERSION =` php -n -dextension=modules/phongo.so -r ' echo PHONGO_VERSION;' `
55PHONGO_STABILITY =` php -n -dextension=modules/phongo.so -r ' echo PHONGO_STABILITY;' `
6- LIB_PATH =vendor/10gen-labs/mongo-php-library-prototype
6+ LIB_PATH =vendor/mongodb/mongodb
77COMPOSER_ARGS =update --no-interaction --prefer-source
88PHPUNIT_ARGS =--process-isolation
99
Original file line number Diff line number Diff line change 11{
22 "require-dev" : {
33 "fzaninotto/faker" : " ~1.0" ,
4- "10gen-labs/mongo-php-library-prototype" : " dev-master"
5- },
6- "repositories" : [
7- {
8- "type" : " vcs" ,
9- "url" : " https://github.com/10gen-labs/mongo-php-library-prototype"
10- }
11- ]
4+ "mongodb/mongodb" : " dev-master"
5+ }
126}
You can’t perform that action at this time.
0 commit comments