From 91f7464012e52ea165612782aac7d6b447165e98 Mon Sep 17 00:00:00 2001 From: Christian Kuhn <lolli@schwarzbu.ch> Date: Tue, 10 May 2022 00:39:04 +0200 Subject: [PATCH] [TASK] Raise typo3/testing-framework:^6.16.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A series of minor TF fixes, nothing fancy. composer req --dev typo3/testing-framework:^6.16.4 Change-Id: I3b8fcec5d16398ba0b1b88379c3dc54b129252d3 Resolves: #97600 Releases: 11.5 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/74592 Tested-by: core-ci <typo3@b13.com> Tested-by: Stefan Bürk <stefan@buerk.tech> Tested-by: Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by: Stefan Bürk <stefan@buerk.tech> Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> --- composer.json | 2 +- composer.lock | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 006961d5ecfe..95dc66210d32 100644 --- a/composer.json +++ b/composer.json @@ -121,7 +121,7 @@ "phpstan/phpstan-phpunit": "^1.1.1", "phpunit/phpunit": "^9.5.20", "typo3/cms-styleguide": "~11.5.4", - "typo3/testing-framework": "^6.16.2" + "typo3/testing-framework": "^6.16.4" }, "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 3db2fc33b9ab..69845544b874 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": "27b48d24edab3a059215e25cd11df550", + "content-hash": "225b029f1a0aa959d21df0fa4adc8cfe", "packages": [ { "name": "bacon/bacon-qr-code", @@ -9083,19 +9083,20 @@ }, { "name": "typo3/testing-framework", - "version": "6.16.2", + "version": "6.16.4", "source": { "type": "git", "url": "https://github.com/TYPO3/testing-framework.git", - "reference": "54ac7b82c48bc70a9dbb43fbc3f46a59ea28583a" + "reference": "111b3136dc21d96738083203891c4c5e179619e1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/testing-framework/zipball/54ac7b82c48bc70a9dbb43fbc3f46a59ea28583a", - "reference": "54ac7b82c48bc70a9dbb43fbc3f46a59ea28583a", + "url": "https://api.github.com/repos/TYPO3/testing-framework/zipball/111b3136dc21d96738083203891c4c5e179619e1", + "reference": "111b3136dc21d96738083203891c4c5e179619e1", "shasum": "" }, "require": { + "ext-pdo": "*", "guzzlehttp/psr7": "^1.7 || ^2.0", "mikey179/vfsstream": "~1.6.10", "php": ">= 7.2", @@ -9114,7 +9115,8 @@ "doctrine/dbal": "2.13.0 || 2.13.1" }, "require-dev": { - "phpstan/phpstan": "^1.4.6", + "phpstan/phpstan": "^1.6.7", + "phpstan/phpstan-phpunit": "^1.1.1", "typo3/cms-workspaces": "10.*.*@dev || 11.*.*@dev", "typo3/coding-standards": "^0.5.0" }, @@ -9151,9 +9153,9 @@ "support": { "general": "https://typo3.org/support/", "issues": "https://github.com/TYPO3/testing-framework/issues", - "source": "https://github.com/TYPO3/testing-framework/tree/6.16.2" + "source": "https://github.com/TYPO3/testing-framework/tree/6.16.4" }, - "time": "2022-03-04T20:20:41+00:00" + "time": "2022-05-09T22:28:41+00:00" } ], "aliases": [], -- GitLab