From 01e9ccf84d5a8e21d9dfc995a8d11ac285828f77 Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Fri, 19 Dec 2014 16:36:40 -0500 Subject: [PATCH] Rename package to mongodb/mongodb and update metadata --- composer.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 38f190c5c..5f712005b 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,8 @@ { - "name": "10gen-labs/mongo-php-library-prototype", - "description": "phongo libraries for MongoDB", + "name": "mongodb/mongodb", + "description": "MongoDB driver library", + "keywords": ["database", "driver", "mongodb", "persistence"], + "homepage": "https://jira.mongodb.org/browse/PHPLIB", "license": "Apache-2.0", "authors": [ { "name": "Hannes Magnusson", "email": "bjori@mongodb.com" },