From 60a63058c6e9e78c84790256e16713f7819b59ad Mon Sep 17 00:00:00 2001 From: Christian Kuhn <lolli@schwarzbu.ch> Date: Mon, 15 Nov 2021 13:39:29 +0100 Subject: [PATCH] [TASK] Raise typo3/testing-framework:^6.13.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Brings a series of core v11 relevant PHP 8.1 E_ALL preparations and a couple of minor details. composer req --dev typo3/testing-framework:^6.13.0 Change-Id: I140866e8fb7014efbc33b7c1f25b2f840bd19ce2 Resolves: #95979 Releases: master, 10.4 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/72176 Tested-by: core-ci <typo3@b13.com> Tested-by: Stefan Bürk <stefan@buerk.tech> Tested-by: Jochen <rothjochen@gmail.com> Tested-by: Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by: Stefan Bürk <stefan@buerk.tech> Reviewed-by: Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by: Jochen <rothjochen@gmail.com> Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index a6a9f8bcc211..da0ef662be0e 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.12.0" + "typo3/testing-framework": "^6.13.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 be4311982bfa..e9523500b5c3 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": "15a84c4ce8ede4a02abba1bb074a2de4", + "content-hash": "b9da901be6dc0ebe799e3b499d1da599", "packages": [ { "name": "bacon/bacon-qr-code", @@ -8210,21 +8210,21 @@ }, { "name": "typo3/testing-framework", - "version": "6.12.0", + "version": "6.13.0", "source": { "type": "git", "url": "https://github.com/TYPO3/testing-framework.git", - "reference": "43f228567a5b52afcb44a9246e1f89e101df26cf" + "reference": "6904b7287771aac1468d9cf74aaa0ce99b0f568e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/testing-framework/zipball/43f228567a5b52afcb44a9246e1f89e101df26cf", - "reference": "43f228567a5b52afcb44a9246e1f89e101df26cf", + "url": "https://api.github.com/repos/TYPO3/testing-framework/zipball/6904b7287771aac1468d9cf74aaa0ce99b0f568e", + "reference": "6904b7287771aac1468d9cf74aaa0ce99b0f568e", "shasum": "" }, "require": { "guzzlehttp/psr7": "^1.7 || ^2.0", - "mikey179/vfsstream": "~1.6.8", + "mikey179/vfsstream": "~1.6.10", "php": ">= 7.2", "phpunit/phpunit": "^8.4 || ^9.0", "psr/container": "^1.0", @@ -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.12.0" + "source": "https://github.com/TYPO3/testing-framework/tree/6.13.0" }, - "time": "2021-10-14T20:39:51+00:00" + "time": "2021-11-15T12:32:01+00:00" } ], "aliases": [], -- GitLab