fix(composer): migrate to accolades

This commit is contained in:
Jérémy Dufraisse 2023-12-25 17:20:24 +01:00
parent 1955005a69
commit bf53ce4d33

View File

@ -3,7 +3,7 @@
"type": "pico-plugin", "type": "pico-plugin",
"description": "API route for SeaCMS", "description": "API route for SeaCMS",
"keywords": [ "pico", "picocms", "picocms-plugin", "auth"], "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", "license": "EUPL-1.2",
"readme": "README.md", "readme": "README.md",
"authors": [ "authors": [
@ -14,9 +14,9 @@
} }
], ],
"support": { "support": {
"docs": "https://git.defis.info/SeaCMS/seacms-auth/src/branch/master/README.md", "docs": "https://git.accolades.coop/SeaCMS/seacms-auth/src/branch/master/README.md",
"issues": "https://git.defis.info/SeaCMS/seacms-auth/issues", "issues": "https://git.accolades.coop/SeaCMS/seacms-auth/issues",
"source": "https://git.defis.info/SeaCMS/seacms-auth" "source": "https://git.accolades.coop/SeaCMS/seacms-auth"
}, },
"require": { "require": {
"php": "^7.2.5||^8.0", "php": "^7.2.5||^8.0",