seacms-theme/composer.json
2023-12-25 17:23:44 +01:00

40 lines
1.1 KiB
JSON

{
"name": "seacms/seacms-theme",
"type": "pico-theme",
"description": "This is SeaCMS's official default theme.",
"keywords": [ "pico", "seacms", "seacms-theme", "pico-theme", "default-theme" ],
"homepage": "https://git.accolades.coop/SeaCMS/seacms-theme",
"license": "EUPL-1.2",
"minimum-stability": "dev",
"require": {
"seacms/app": "dev-master",
"seacms/pico-content-editor": "dev-master"
},
"extra": {
"installer-name": "seacms"
},
"repositories": [
{
"type": "vcs",
"url": "https://git.accolades.coop/SeaCMS/seacms-app"
},
{
"type": "vcs",
"url": "https://git.accolades.coop/SeaCMS/pico-content-editor"
},
{
"type": "vcs",
"url": "https://git.accolades.coop/SeaCMS/seacms-api"
},
{
"type": "vcs",
"url": "https://git.accolades.coop/SeaCMS/seacms-auth"
}
],
"config": {
"allow-plugins": {
"picocms/composer-installer": false
}
}
}