t3 / cms
This package is abandoned and no longer maintained.
No replacement package was suggested.
Extended typo3/minimal meta package, including typo3_console.
13.0.1
2026-02-18 16:58 UTC
Requires
- helhum/typo3-console: ^8.2
- typo3/cms-belog: ^13.0
- typo3/cms-beuser: ^13.0
- typo3/cms-cli: ^3.1
- typo3/cms-fluid-styled-content: ^13.0
- typo3/cms-info: ^13.0
- typo3/cms-install: ^13.0
- typo3/cms-lowlevel: ^13.0
- typo3/cms-rte-ckeditor: ^13.0
- typo3/cms-setup: ^13.0
- typo3/cms-tstemplate: ^13.0
- typo3/minimal: ^13.0
README
Warning
This meta package is no longer maintained. No new releases, compatibility updates, or support will be provided. Require the packages directly instead.
Replacement
Remove t3/cms from existing projects without updating the dependencies yet:
composer remove t3/cms --no-update
Then require the same packages directly:
composer require \
typo3/minimal:"^13.0" \
typo3/cms-cli:"^3.1" \
typo3/cms-fluid-styled-content:"^13.0" \
typo3/cms-rte-ckeditor:"^13.0" \
typo3/cms-belog:"^13.0" \
typo3/cms-beuser:"^13.0" \
typo3/cms-info:"^13.0" \
typo3/cms-install:"^13.0" \
typo3/cms-lowlevel:"^13.0" \
typo3/cms-setup:"^13.0" \
typo3/cms-tstemplate:"^13.0" \
helhum/typo3-console:"^8.2"
Alternatively, remove t3/cms from the require section of your
composer.json and add the packages directly:
{
"require": {
"typo3/minimal": "^13.0",
"typo3/cms-cli": "^3.1",
"typo3/cms-fluid-styled-content": "^13.0",
"typo3/cms-rte-ckeditor": "^13.0",
"typo3/cms-belog": "^13.0",
"typo3/cms-beuser": "^13.0",
"typo3/cms-info": "^13.0",
"typo3/cms-install": "^13.0",
"typo3/cms-lowlevel": "^13.0",
"typo3/cms-setup": "^13.0",
"typo3/cms-tstemplate": "^13.0",
"helhum/typo3-console": "^8.2"
}
}
Apply the changed requirements with:
composer update