seacms-api/composer.json
2023-12-25 17:22:09 +01:00

39 lines
975 B
JSON

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