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