From 12846d03bfac885a7a376c29953aa2748060ebc1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 03:32:43 +0000 Subject: [PATCH] [TASK] Update TYPO3 CMS to v13 | datasource | package | from | to | | ---------- | ------------------ | ------- | ------ | | packagist | typo3/cms-core | 11.5.39 | 13.3.0 | | packagist | typo3/cms-extbase | 11.5.39 | 13.3.0 | | packagist | typo3/cms-frontend | 11.5.39 | 13.3.0 | --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index aefd51d4..7ebac9e1 100644 --- a/composer.json +++ b/composer.json @@ -24,9 +24,9 @@ "symfony/config": "^4.4 || ^5.0", "symfony/dependency-injection": "^4.4 || ^5.0", "symfony/polyfill-php80": "^1.23", - "typo3/cms-core": "~10.4.0 || ~11.5.0", - "typo3/cms-extbase": "~10.4.0 || ~11.5.0", - "typo3/cms-frontend": "~10.4.0 || ~11.5.0", + "typo3/cms-core": "~10.4.0 || ~11.5.0 || ~13.3.0", + "typo3/cms-extbase": "~10.4.0 || ~11.5.0 || ~13.3.0", + "typo3/cms-frontend": "~10.4.0 || ~11.5.0 || ~13.3.0", "zordius/lightncandy": "^1.2" }, "require-dev": {