From 2b812d8200e3f863f398d6e1afaecd4609ad7633 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Tue, 17 Jul 2012 20:32:36 -0500 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e65c38f..cc4fdd5 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "Rhumsaa/Uuid", + "name": "rhumsaa/uuid", "description": "A PHP 5.3+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", "type": "library", "keywords": ["uuid", "identifier", "guid"], @@ -16,7 +16,7 @@ "source": "https://github.com/ramsey/uuid" }, "require": { - "php": ">=5.3.0" + "php": ">=5.3.3" }, "autoload": { "psr-0": {"Rhumsaa\\Uuid": "library/"}