From b68a1886fb24f5b31b9d92097e18692c9e681c99 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Tue, 2 Apr 2024 07:19:18 +0200 Subject: [PATCH] [BUGFIX] Avoid warnings in PHP 8.2/8.3 with lowest dependencies (#1208) Lower versions of `webmozart/assert` do not play nice with PHP 8.2/8.3 in our tests. So require the higher version. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8c23613..ce5da09 100644 --- a/composer.json +++ b/composer.json @@ -67,7 +67,8 @@ "tomasvotruba/type-coverage": "^0.2.5", "typo3/cms-fluid-styled-content": "^11.5.4 || ^12.4.0", "typo3/coding-standards": "^0.6.1", - "typo3/testing-framework": "^7.0.4" + "typo3/testing-framework": "^7.0.4", + "webmozart/assert": "^1.11.0" }, "replace": { "typo3-ter/tea": "self.version"