Skip to content

Commit 3d64364

Browse files
committed
Update composer after the repo renaming
1 parent 6b4dbbc commit 3d64364

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

Makefile.frag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
DATE=`date +%Y-%m-%d--%H-%M-%S`
44
PHONGO_VERSION=`php -n -dextension=modules/phongo.so -r 'echo PHONGO_VERSION;'`
55
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
77
COMPOSER_ARGS=update --no-interaction --prefer-source
88
PHPUNIT_ARGS=--process-isolation
99

composer.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
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
}

0 commit comments

Comments
 (0)