summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json13
1 files changed, 9 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 7c772ca..11d5c2d 100644
--- a/composer.json
+++ b/composer.json
@@ -5,18 +5,18 @@
"homepage": "https://jira.mongodb.org/browse/PHPLIB",
"license": "Apache-2.0",
"authors": [
- { "name": "Hannes Magnusson", "email": "bjori@mongodb.com" },
{ "name": "Jeremy Mikola", "email": "jmikola@gmail.com" },
- { "name": "Derick Rethans", "email": "github@derickrethans.nl" }
+ { "name": "Derick Rethans", "email": "github@derickrethans.nl" },
+ { "name": "Katherine Walker", "email": "katherine.walker@mongodb.com" }
],
"require": {
"php": ">=5.5",
"ext-hash": "*",
"ext-json": "*",
- "ext-mongodb": "^1.3.0"
+ "ext-mongodb": "^1.4.0"
},
"require-dev": {
- "phpunit/phpunit": "^4.8"
+ "phpunit/phpunit": "^4.8.36"
},
"autoload": {
"psr-4": { "MongoDB\\": "src/" },
@@ -24,5 +24,10 @@
},
"autoload-dev": {
"psr-4": { "MongoDB\\Tests\\": "tests/" }
+ },
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.3.x-dev"
+ }
}
}