You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
seacms-theme/composer.json

65 lines
2.3 KiB

{
"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.defis.info/SeaCMS/seacms-theme",
"license": "EUPL-1.2",
"minimum-stability": "dev",
"require": {
"seacms/app": "dev-master"
},
"extra": {
"installer-name": "seacms"
},
"repositories": [
{
"type": "vcs",
"url": "https://git.defis.info/SeaCMS/seacms-app"
},
{
"type": "package",
"package": {
"name": "picocms/pico",
"version": "dev-fix-compatibility-php8",
"source": {
"url": "https://git.defis.info/SeaCMS/pico",
"type": "git",
"reference": "fix-compatibility-php8"
},
"type": "library",
"require": {
"php": "^7.0.8 || ^8.0",
"ext-mbstring": "*",
"twig/twig": "^2.12",
"symfony/yaml" : "^3.4",
"erusev/parsedown": "1.7.4",
"erusev/parsedown-extra": "0.8.1"
},
"suggest": {
"picocms/pico-theme": "Pico requires a theme to actually display the contents of your website. This is Pico's official default theme.",
"picocms/pico-deprecated": "PicoDeprecated's purpose is to maintain backward compatibility to older versions of Pico.",
"picocms/composer-installer": "This Composer plugin is responsible for installing Pico plugins and themes using the Composer package app."
},
"autoload": {
"psr-0": {
"Pico": "lib/",
"PicoPluginInterface": "lib/",
"AbstractPicoPlugin": "lib/"
}
},
"extra": {
"branch-alias": {
"dev-master": "2.1.x-dev",
"dev-pico-3.0": "3.0.x-dev"
}
}
}
}
],
"config": {
"allow-plugins": {
"picocms/composer-installer": false
}
}
}