0byt3m1n1
Path:
/
data
/
applications
/
aps
/
typo3
/
12.4.7
/
standard
/
htdocs
/
vendor
/
typo3
/
cms-cli
/
[
Home
]
File: composer.json
{ "name": "typo3/cms-cli", "description": "TYPO3 command line binary", "homepage": "https://typo3.org", "license": ["GPL-2.0-or-later"], "require": { "php" : "^7.0 || ^8.0" }, "bin": [ "typo3" ] }