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/composer.json

69 lines
1.9 KiB

{
"name": "seacms/seacms",
"readme": "README.md",
"license": "EUPL-1.2",
"prefer-stable": true,
"minimum-stability": "dev",
"require": {
"php": "^8.0",
"picocms/pico": "dev-fix-compatibility-php8 as v3.0.0-alpha.2",
"seacms/app": "dev-master",
"seacms/seacms-theme": "dev-master"
},
"config": {
"optimize-autoloader": true,
"platform": {
"php": "8.0.0"
},
"platform-check": true,
"sort-packages": true,
"allow-plugins": {
"picocms/composer-installer": true,
"topfloor/composer-cleanup-vcs-dirs": true
}
},
"extra": {
"pico-plugin-dir": "vendor/picocms/plugins/",
"pico-theme-dir": "vendor/picocms/themes/"
},
"scripts": {
"post-autoload-dump": [
"picocms\\ComposerInstaller\\Installer::postAutoloadDump"
],
"auto-archive": [
"@composer archive --format=zip --dir=archives"
]
},
"archive": {
"exclude": ["node_modules","/archives","/*.zip","/*.gz","/*.bz2"]
},
"repositories": [
{
"type": "vcs",
"url": "https://git.defis.info/SeaCMS/seacms-app"
},
{
"type": "vcs",
"url": "https://git.defis.info/SeaCMS/seacms-theme"
},
{
"type": "vcs",
"url": "https://git.defis.info/SeaCMS/pico"
},
{
"type": "vcs",
"url": "https://git.defis.info/SeaCMS/seacms-api"
},
{
"type": "vcs",
"url": "https://git.defis.info/SeaCMS/seacms-auth"
},
{
"type": "vcs",
"url": "https://git.defis.info/SeaCMS/pico-content-editor"
}
],
"require-dev": {
"topfloor/composer-cleanup-vcs-dirs": "^1.1"
}
}