From 4fbd5a55514684c0a2170c8e457644766a2adb97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Uzna=C5=84ski?= Date: Mon, 8 Jul 2024 01:14:54 +0200 Subject: [PATCH] Add changelog --- CHANGELOG.md | 1 + composer.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19409c6..649a0c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](https://semver.org/). - Add support for PostgreSQL 16 (#1271) ### Changed +- Move php sniff configuration to Build dir (#1357) - Move tests configuration to Build dir (#1352) - Stop storing development tool PHARs in the repository (#1277) - !!! Require a storage PID for the tea list (#1223) diff --git a/composer.json b/composer.json index 393a388..b867bfb 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "require": { "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", "psr/http-message": "^1.0.1", - "typo3/cms-core": "^11.5", + "typo3/cms-core": "^11.5.4 || ^12.4.2", "typo3/cms-extbase": "^11.5.4 || ^12.4.2", "typo3/cms-fluid": "^11.5.4 || ^12.4.2", "typo3/cms-frontend": "^11.5.4 || ^12.4.2"