From eb9f1679b648843ac87931f0557ac10ea3ea5649 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Thu, 11 Jan 2024 18:01:20 +0100 Subject: [PATCH] [TASK] Use recent LTS version Releases: main, 12.4 --- composer.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b7ecdb8f..e4ced4a0 100644 --- a/composer.json +++ b/composer.json @@ -4,6 +4,12 @@ "description": "The official tutorial to discover the main features and concepts of TYPO3 CMS. It is based on the Introduction Package.", "license": "OPL-1.0", "require": { - "typo3/cms-core": "^11.0" + "typo3/cms-core": "^12.4" + }, + "config": { + "allow-plugins": { + "typo3/cms-composer-installers": true, + "typo3/class-alias-loader": true + } } }