From bf53ce4d33ab052139dc809f0d4f0423f6f9b737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Dufraisse?= Date: Mon, 25 Dec 2023 17:20:24 +0100 Subject: [PATCH] fix(composer): migrate to accolades --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index bafd96d..6a6d2b9 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "pico-plugin", "description": "API route for SeaCMS", "keywords": [ "pico", "picocms", "picocms-plugin", "auth"], - "homepage": "https://git.defis.info/SeaCMS/seacms-auth", + "homepage": "https://git.accolades.coop/SeaCMS/seacms-auth", "license": "EUPL-1.2", "readme": "README.md", "authors": [ @@ -14,9 +14,9 @@ } ], "support": { - "docs": "https://git.defis.info/SeaCMS/seacms-auth/src/branch/master/README.md", - "issues": "https://git.defis.info/SeaCMS/seacms-auth/issues", - "source": "https://git.defis.info/SeaCMS/seacms-auth" + "docs": "https://git.accolades.coop/SeaCMS/seacms-auth/src/branch/master/README.md", + "issues": "https://git.accolades.coop/SeaCMS/seacms-auth/issues", + "source": "https://git.accolades.coop/SeaCMS/seacms-auth" }, "require": { "php": "^7.2.5||^8.0",