From 56451a582bc25b38faccb72d9d9a818141fee2b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BCrk?= <stefan@buerk.tech> Date: Wed, 6 Sep 2023 22:36:24 +0200 Subject: [PATCH] [TASK] Require `typo3/testing-framework:^8.0.5` This change raises the minimum version constraint for the `typo3/testing-framework` to ensure that required changes are available as preparation to backport the `apache2+php-fpm` based acceptance test execution. Used command(s): > composer require --dev typo3/testing-framework:^8.0.5 Resolves: #101863 Releases: 12.4 Change-Id: Ice125ef8fa93e84a01b3ad29ede6d6b0973f3e3c Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/80887 Reviewed-by: Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by: Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by: Oliver Klee <typo3-coding@oliverklee.de> Tested-by: core-ci <typo3@b13.com> Tested-by: Anja Leichsenring <aleichsenring@ab-softlab.de> --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 1e772ed36119..cb69cb290ce9 100644 --- a/composer.json +++ b/composer.json @@ -118,7 +118,7 @@ "sokil/php-isocodes-db-i18n": "^4.0.13", "symfony/translation": "^6.2", "typo3/cms-styleguide": "^12.0.2", - "typo3/testing-framework": "^8.0.3", + "typo3/testing-framework": "^8.0.5", "webmozart/assert": "^1.11.0" }, "suggest": { diff --git a/composer.lock b/composer.lock index 7f235b310498..6e147b9b0b11 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ac3ccb1566155180ebadeb00f1d5ae34", + "content-hash": "89b0c5aa2dff022c787e32d5371363e5", "packages": [ { "name": "bacon/bacon-qr-code", @@ -8825,16 +8825,16 @@ }, { "name": "typo3/testing-framework", - "version": "8.0.3", + "version": "8.0.5", "source": { "type": "git", "url": "https://github.com/TYPO3/testing-framework.git", - "reference": "82d8a12ccf186b919c080a10276ed30590cfb7f3" + "reference": "0810cf3f49ba59c240c75a51fb962c830a909d96" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/testing-framework/zipball/82d8a12ccf186b919c080a10276ed30590cfb7f3", - "reference": "82d8a12ccf186b919c080a10276ed30590cfb7f3", + "url": "https://api.github.com/repos/TYPO3/testing-framework/zipball/0810cf3f49ba59c240c75a51fb962c830a909d96", + "reference": "0810cf3f49ba59c240c75a51fb962c830a909d96", "shasum": "" }, "require": { @@ -8893,9 +8893,9 @@ "support": { "general": "https://typo3.org/support/", "issues": "https://github.com/TYPO3/testing-framework/issues", - "source": "https://github.com/TYPO3/testing-framework/tree/8.0.3" + "source": "https://github.com/TYPO3/testing-framework/tree/8.0.5" }, - "time": "2023-08-28T17:20:23+00:00" + "time": "2023-09-03T11:52:11+00:00" } ], "aliases": [], @@ -8921,5 +8921,5 @@ "platform-overrides": { "php": "8.1.1" }, - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" } -- GitLab