From 35d4a35cf67b900775ff9d75457bfe03383599f2 Mon Sep 17 00:00:00 2001 From: RSCW-Duisburg <104839041+RSCW-Duisburg@users.noreply.github.com> Date: Wed, 9 Oct 2024 15:11:28 +0200 Subject: [PATCH] raise required typo3 v13 --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 6639588..9c95f5a 100644 --- a/composer.json +++ b/composer.json @@ -22,12 +22,12 @@ "ext-json": "*", "ext-mbstring": "*", "phpoffice/phpspreadsheet": "^1.29 || ^2.0 || ^3.0", - "typo3/cms-backend": "^11.5 || ^12.4", - "typo3/cms-core": "^11.5 || ^12.4", - "typo3/cms-extbase": "^11.5 || ^12.4", - "typo3/cms-fluid": "^11.5 || ^12.4", - "typo3/cms-fluid-styled-content": "^11.5 || ^12.4", - "typo3/cms-frontend": "^11.5 || ^12.4" + "typo3/cms-backend": "^11.5 || ^12.4 || ^13", + "typo3/cms-core": "^11.5 || ^12.4 || ^13", + "typo3/cms-extbase": "^11.5 || ^12.4 || ^13", + "typo3/cms-fluid": "^11.5 || ^12.4 || ^13", + "typo3/cms-fluid-styled-content": "^11.5 || ^12.4 || ^13", + "typo3/cms-frontend": "^11.5 || ^12.4 || ^13" }, "require-dev": { "bnf/phpstan-psr-container": "^1.0", @@ -39,7 +39,7 @@ "roave/security-advisories": "dev-latest", "slevomat/coding-standard": "^8.8", "squizlabs/php_codesniffer": "^3.5", - "typo3/minimal": "^11.5 || ^12.4", + "typo3/minimal": "^11.5 || ^12.4 || ^13", "typo3/testing-framework": "^7.0 || ^8.0", "vimeo/psalm": "^5.1" },