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 3
3
DATE =` date +%Y-%m-%d--%H-%M-%S `
4
4
PHONGO_VERSION =` php -n -dextension=modules/phongo.so -r ' echo PHONGO_VERSION;' `
5
5
PHONGO_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
7
7
COMPOSER_ARGS =update --no-interaction --prefer-source
8
8
PHPUNIT_ARGS =--process-isolation
9
9
Original file line number Diff line number Diff line change 1
1
{
2
2
"require-dev" : {
3
3
"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
+ }
12
6
}
You can’t perform that action at this time.
0 commit comments