From 7306506eed4d338f6ed520c900848f9f9a3d952a Mon Sep 17 00:00:00 2001 From: Christian Kuhn <lolli@schwarzbu.ch> Date: Mon, 15 Nov 2021 20:27:26 +0100 Subject: [PATCH] [TASK] Raise typo3/testing-framework:^6.14.0 Brings a patch for extension testing, so they don't inherit the composer flag for test instances anymore. composer req --dev typo3/testing-framework:^6.14.0 Change-Id: Ic0490cc888d08596cd7babfa7bd0247a885e29b9 Resolves: #95988 Releases: master Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/72183 Tested-by: core-ci <typo3@b13.com> Tested-by: Benni Mack <benni@typo3.org> Tested-by: Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by: Benni Mack <benni@typo3.org> Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 582868ef320b..7c1ddcf93cd8 100644 --- a/composer.json +++ b/composer.json @@ -112,7 +112,7 @@ "phpstan/phpstan": "^0.12.99", "phpunit/phpunit": "^9.5.10", "typo3/cms-styleguide": "~11.5.0", - "typo3/testing-framework": "^6.13.0" + "typo3/testing-framework": "^6.14.0" }, "suggest": { "ext-gd": "GDlib/Freetype is required for building images with text (GIFBUILDER) and can also be used to scale images", diff --git a/composer.lock b/composer.lock index 9df2c8dff30b..b94a8f019fdb 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": "77a3c883dc71acd280572c3176e838d1", + "content-hash": "03f028291848fc7ee526b81b8cf3c910", "packages": [ { "name": "bacon/bacon-qr-code", @@ -8210,16 +8210,16 @@ }, { "name": "typo3/testing-framework", - "version": "6.13.0", + "version": "6.14.0", "source": { "type": "git", "url": "https://github.com/TYPO3/testing-framework.git", - "reference": "6904b7287771aac1468d9cf74aaa0ce99b0f568e" + "reference": "a7c449cb08cf8483f548b064ede7ac9c28e2a563" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/testing-framework/zipball/6904b7287771aac1468d9cf74aaa0ce99b0f568e", - "reference": "6904b7287771aac1468d9cf74aaa0ce99b0f568e", + "url": "https://api.github.com/repos/TYPO3/testing-framework/zipball/a7c449cb08cf8483f548b064ede7ac9c28e2a563", + "reference": "a7c449cb08cf8483f548b064ede7ac9c28e2a563", "shasum": "" }, "require": { @@ -8272,9 +8272,9 @@ "support": { "general": "https://typo3.org/support/", "issues": "https://github.com/TYPO3/testing-framework/issues", - "source": "https://github.com/TYPO3/testing-framework/tree/6.13.0" + "source": "https://github.com/TYPO3/testing-framework/tree/6.14.0" }, - "time": "2021-11-15T12:32:01+00:00" + "time": "2021-11-15T19:26:13+00:00" } ], "aliases": [], -- GitLab