39 lines
942 B
JSON
39 lines
942 B
JSON
{
|
|
"name": "seacms/seacms-api",
|
|
"type": "pico-plugin",
|
|
"description": "API route for SeaCMS",
|
|
"keywords": [ "pico", "picocms", "picocms-plugin", "api"],
|
|
"homepage": "https://git.defis.info/SeaCMS/seacms-api",
|
|
"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.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"
|
|
},
|
|
"require": {
|
|
"php": "^8.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SeaCMS\\Api\\": "src"
|
|
},
|
|
"classmap": [ "SeacmsApi.php" ]
|
|
},
|
|
"config": {
|
|
"optimize-autoloader": true,
|
|
"platform": {
|
|
"php": "8.0.0"
|
|
},
|
|
"platform-check": true,
|
|
"sort-packages": true
|
|
}
|
|
}
|