seacms-auth/composer.json
2023-12-25 17:20:24 +01:00

37 lines
961 B
JSON

{
"name": "seacms/seacms-auth",
"type": "pico-plugin",
"description": "API route for SeaCMS",
"keywords": [ "pico", "picocms", "picocms-plugin", "auth"],
"homepage": "https://git.accolades.coop/SeaCMS/seacms-auth",
"license": "EUPL-1.2",
"readme": "README.md",
"authors": [
{
"name": "Jérémy Dufraisse",
"homepage": "https://github.com/J9rem",
"role": "SeaCMS developer"
}
],
"support": {
"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",
"seacms/seacms-api": "dev-master"
},
"autoload": {
"classmap": [ "SeacmsAuth.php" ]
},
"config": {
"optimize-autoloader": true,
"platform": {
"php": "7.2.5"
},
"platform-check": true,
"sort-packages": true
}
}