Added 64-bit requirement to the description.

This commit is contained in:
Ben Ramsey
2012-07-19 18:56:14 -05:00
parent 13cc05ab36
commit 7844efd86d
+1 -1
View File
@@ -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",