| Current Path : /proc/thread-self/root/var/www/surf/TYPO3/vendor/typo3/cms-fluid/ |
| Current File : //proc/thread-self/root/var/www/surf/TYPO3/vendor/typo3/cms-fluid/composer.json |
{
"name": "typo3/cms-fluid",
"type": "typo3-cms-framework",
"description": "TYPO3 CMS Fluid Integration - Integration of the Fluid templating engine into TYPO3.",
"homepage": "https://typo3.org",
"license": ["GPL-2.0-or-later"],
"authors": [{
"name": "TYPO3 Core Team",
"email": "typo3cms@typo3.org",
"role": "Developer"
}],
"support": {
"chat": "https://typo3.org/help",
"docs": "https://docs.typo3.org/other/typo3/view-helper-reference/main/en-us/",
"issues": "https://forge.typo3.org",
"source": "https://github.com/typo3/typo3"
},
"config": {
"sort-packages": true
},
"require": {
"symfony/dependency-injection": "^6.3",
"typo3/cms-core": "12.4.8",
"typo3/cms-extbase": "12.4.8",
"typo3fluid/fluid": "^2.9.2"
},
"conflict": {
"typo3/cms": "*"
},
"extra": {
"branch-alias": {
"dev-main": "12.4.x-dev"
},
"typo3/cms": {
"Package": {
"serviceProvider": "TYPO3\\CMS\\Fluid\\ServiceProvider",
"protected": true,
"partOfFactoryDefault": true,
"partOfMinimalUsableSystem": true
},
"extension-key": "fluid"
}
},
"autoload": {
"psr-4": {
"TYPO3\\CMS\\Fluid\\": "Classes/"
}
}
}