From a6751c78afc0916b3029453ffa0d354558da5a8e Mon Sep 17 00:00:00 2001 From: Sandro Keil Date: Wed, 18 Dec 2019 10:27:02 +0100 Subject: [PATCH] Use graphp package --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a8c7a0d..f2c5221 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "require": { "php": ">=5.3", "ext-simplexml": "*", - "clue/graph": "~0.9.0|~0.8.0" + "graphp/graph": "~0.9.0|~0.8.0" }, "require-dev": { "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"