fix(composer): migrate to accolades

This commit is contained in:
Jérémy Dufraisse 2023-12-25 17:22:09 +01:00
parent f3574dd6d6
commit ad27076824

View File

@ -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"