From 0ae97b4bccbf060ddaaf6014a987325457fd9320 Mon Sep 17 00:00:00 2001 From: Christian Kuhn <lolli@schwarzbu.ch> Date: Mon, 17 Jun 2024 14:27:58 +0200 Subject: [PATCH] [TASK] Upgrade to phpunit ^10.5.21 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The release comes with a nifty memory usage improvement and probably allows us to avoid a couple of hacks we've used, which we'll clean up later. Raise for now. Core v12 will raise phpunit 10 instead. > composer req --dev phpunit/phpunit:^10.5.21 Resolves: #104127 Releases: main, 12.4 Change-Id: I4faf1af0378e2996324b3db101709764a31419b0 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/84731 Reviewed-by: Stefan Bürk <stefan@buerk.tech> Tested-by: Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> Tested-by: Stefan Bürk <stefan@buerk.tech> Tested-by: core-ci <typo3@b13.com> --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 0ac263e550e1..6b2c66af08bd 100644 --- a/composer.json +++ b/composer.json @@ -115,7 +115,7 @@ "phpstan/phpdoc-parser": "^1.29.0", "phpstan/phpstan": "^1.11.3", "phpstan/phpstan-phpunit": "^1.4.0", - "phpunit/phpunit": "^10.5.5", + "phpunit/phpunit": "^10.5.21", "sokil/php-isocodes-db-i18n": "^4.0.22", "symfony/translation": "^6.4 || ^7.0", "typo3/cms-styleguide": "^12.0.5", diff --git a/composer.lock b/composer.lock index 17ae04c667dc..2fa9c484273d 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": "de4aee3aa032d72fca3b3ffd33801cfc", + "content-hash": "58de6f42a618f1d81d7b607612a3459d", "packages": [ { "name": "bacon/bacon-qr-code", @@ -7311,16 +7311,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.5.5", + "version": "10.5.21", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "ed21115d505b4b4f7dc7b5651464e19a2c7f7856" + "reference": "ac837816fa52078f7a5e17ed774f256a72a51af6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ed21115d505b4b4f7dc7b5651464e19a2c7f7856", - "reference": "ed21115d505b4b4f7dc7b5651464e19a2c7f7856", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ac837816fa52078f7a5e17ed774f256a72a51af6", + "reference": "ac837816fa52078f7a5e17ed774f256a72a51af6", "shasum": "" }, "require": { @@ -7392,7 +7392,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.5" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.21" }, "funding": [ { @@ -7408,7 +7408,7 @@ "type": "tidelift" } ], - "time": "2023-12-27T15:13:52+00:00" + "time": "2024-06-15T09:13:15+00:00" }, { "name": "psy/psysh", -- GitLab