From 7844efd86d56fdc247436485aa8bfbf3d6ee8096 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Thu, 19 Jul 2012 18:56:14 -0500 Subject: [PATCH] Added 64-bit requirement to the description. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 90bc282..4d130a6 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "rhumsaa/uuid", - "description": "A PHP 5.3+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", + "description": "A PHP 5.3+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID). Requires a 64-bit build of PHP.", "type": "library", "keywords": ["uuid", "identifier", "guid"], "homepage": "https://github.com/ramsey/uuid",