From 6ecf076dfce232b11ae3e033974bd6111d8fa82d Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Sat, 25 Apr 2015 15:23:50 -0500 Subject: [PATCH] Updating composer.json description to note the name change. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5427177..cd86044 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "ramsey/uuid", - "description": "A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", + "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", "type": "library", "keywords": ["uuid", "identifier", "guid"], "homepage": "https://github.com/ramsey/uuid", @@ -8,6 +8,7 @@ "authors": [ { "name": "Ben Ramsey", + "email": "ben@benramsey.com", "homepage": "http://benramsey.com" }, {