From ad27076824c0c03bdb49ac983a7c588ba1d6c31b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Dufraisse?= Date: Mon, 25 Dec 2023 17:22:09 +0100 Subject: [PATCH] fix(composer): migrate to accolades --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 3304808..7b1cf0a 100644 --- a/composer.json +++ b/composer.json @@ -3,20 +3,20 @@ "type": "pico-plugin", "description": "API route for SeaCMS", "keywords": [ "pico", "picocms", "picocms-plugin", "api"], - "homepage": "https://git.defis.info/SeaCMS/seacms-api", + "homepage": "https://git.accolades.coop/SeaCMS/seacms-api", "license": "EUPL-1.2", "readme": "README.md", "authors": [ { "name": "Jérémy Dufraisse", - "homepage": "https://github.com/J9rem", + "homepage": "https://git.accolades.coop/jeremy", "role": "SeaCMS developer" } ], "support": { - "docs": "https://git.defis.info/SeaCMS/seacms-api/src/branch/master/README.md", - "issues": "https://git.defis.info/SeaCMS/seacms-api/issues", - "source": "https://git.defis.info/SeaCMS/seacms-api" + "docs": "https://git.accolades.coop/SeaCMS/seacms-api/src/branch/master/README.md", + "issues": "https://git.accolades.coop/SeaCMS/seacms-api/issues", + "source": "https://git.accolades.coop/SeaCMS/seacms-api" }, "require": { "php": "^7.2.5||^8.0"