From 21d1131813a2b5a013a9fd2d147c59978e18d760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Belin?= Date: Mon, 19 Nov 2018 17:48:53 +0100 Subject: [PATCH] Updated the dependencies --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index c4f6a08..e8a2a41 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "description": "Gitea client library.", - "homepage": "https://github.com/sab-international/gitea.php", + "homepage": "https://dev.sabcomputer.com/gitea.php", "license": "MIT", "name": "sab-international/gitea", "type": "library", @@ -30,22 +30,22 @@ "php": ">=7.2.0", "ext-curl": "*", "ext-json": "*", - "cedx/enum": "^7.3.0", + "cedx/enum": "^7.4.0", "guzzlehttp/guzzle": "^6.3.3" }, "require-dev": { - "cedx/coveralls": "^9.0.1", + "cedx/coveralls": "^9.1.2", "consolidation/robo": "^1.3.1", "henrikbjorn/lurker": "^1.2.0", "phpstan/phpstan": "^0.10.5", - "phpunit/phpunit": "^7.4.3" + "phpunit/phpunit": "^7.4.4" }, "scripts": { "coverage": "robo coverage", "test": "robo test" }, "support": { - "docs": "https://github.com/sab-international/gitea.php/wiki", + "docs": "https://dev.sabcomputer.com/gitea.php/api", "issues": "https://github.com/sab-international/gitea.php/issues" } }