0byt3m1n1
Path:
/
data
/
applications
/
aps
/
typo3
/
12.4.7
/
standard
/
htdocs
/
typo3
/
sysext
/
install
/
[
Home
]
File: composer.json
{ "name": "typo3/cms-install", "type": "typo3-cms-framework", "description": "TYPO3 CMS Install Tool - The Install Tool is used for installation, upgrade, system administration and setup tasks.", "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", "issues": "https://forge.typo3.org", "source": "https://github.com/typo3/typo3" }, "config": { "sort-packages": true }, "require": { "doctrine/dbal": "^3.7.1", "guzzlehttp/promises": "^1.5.2 || ^2.0", "nikic/php-parser": "^4.15.4", "symfony/finder": "^6.3", "symfony/http-foundation": "^6.3", "typo3/cms-core": "12.4.7", "typo3/cms-extbase": "12.4.7", "typo3/cms-fluid": "12.4.7" }, "conflict": { "typo3/cms": "*" }, "extra": { "branch-alias": { "dev-main": "12.4.x-dev" }, "typo3/cms": { "Package": { "serviceProvider": "TYPO3\\CMS\\Install\\ServiceProvider", "protected": true, "partOfFactoryDefault": true, "partOfMinimalUsableSystem": true }, "extension-key": "install" } }, "autoload": { "psr-4": { "TYPO3\\CMS\\Install\\": "Classes/" } } }