From 6c608cf1e939cdb0eaba95dc17a3f0b917bb3d04 Mon Sep 17 00:00:00 2001 From: Frederik Bosch Date: Mon, 31 Aug 2015 11:09:34 +0200 Subject: [PATCH] Update composer.json Just did a `composer show -i` and saw a big warning NO LONGER MAINTAINED on the ramsay/uuid package. This confused me because I was sure I switched months ago. I found out that there are still references to the old package inside the composer.json. --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index a02198d..6128c03 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,9 @@ { - "name": "rhumsaa/uuid", - "description": "NO LONGER MAINTAINED. Use ramsey/uuid instead. A PHP 5.3+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", + "name": "ramsey/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"], - "homepage": "https://github.com/ramsey/rhumsaa-uuid", + "homepage": "https://github.com/ramsey/uuid", "license": "MIT", "authors": [ { @@ -16,8 +16,8 @@ } ], "support": { - "issues": "https://github.com/ramsey/rhumsaa-uuid/issues", - "source": "https://github.com/ramsey/rhumsaa-uuid" + "issues": "https://github.com/ramsey/uuid/issues", + "source": "https://github.com/ramsey/uuid" }, "require": { "php": ">=5.3.3"