From 75d596d95dfdb1ca6fc529f0b6a1990019e7ba89 Mon Sep 17 00:00:00 2001 From: Frederik Bosch Date: Mon, 31 Aug 2015 12:20:47 +0200 Subject: [PATCH] Update composer.json of dev-master Changed old support location to new support location. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 571afb9..0a7810f 100644 --- a/composer.json +++ b/composer.json @@ -21,8 +21,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.4"