59 lines
1.2 KiB
JSON
59 lines
1.2 KiB
JSON
{
|
|
"name": "typo3/cms-filelist",
|
|
"type": "typo3-cms-framework",
|
|
"description": "TYPO3 CMS Filelist - TYPO3 backend module 'Media' used for managing files.",
|
|
"homepage": "https://typo3.community/",
|
|
"funding": [
|
|
{
|
|
"type": "membership",
|
|
"url": "https://typo3.org/membership"
|
|
}
|
|
],
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "typo3cms@typo3.org",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://forge.typo3.org/issues/",
|
|
"forum": "https://talk.typo3.org/",
|
|
"source": "https://github.com/TYPO3/typo3/",
|
|
"docs": "https://docs.typo3.org/",
|
|
"rss": "https://news.typo3.com/rss/",
|
|
"chat": "https://typo3.community/meet/slack/",
|
|
"security": "https://typo3.org/security/"
|
|
},
|
|
"config": {
|
|
"sort-packages": true
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": "15.0.*@dev"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "15.0.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"Package": {
|
|
"protected": true,
|
|
"partOfFactoryDefault": true,
|
|
"partOfMinimalUsableSystem": true
|
|
},
|
|
"extension-key": "filelist"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Filelist\\": "Classes/"
|
|
}
|
|
}
|
|
}
|