TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:04 +02:00
commit d882b8b02a
4 changed files with 376 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"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"
]
}