From 1e5267e09aeb4cd0fe41515c1b0ce5de04dc2233 Mon Sep 17 00:00:00 2001 From: Christian Kuhn <lolli@schwarzbu.ch> Date: Tue, 6 Feb 2024 16:40:44 +0100 Subject: [PATCH] [TASK] Bump lolli42/finediff:^1.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This finediff minor raise alignes supported PHP versions >=8.2 with core, symfony, phpunit v11. Releases: main Resolves: #103066 Change-Id: I7af5103daf65a57ca865fa3236803df9368894bc Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82825 Tested-by: Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> Tested-by: core-ci <typo3@b13.com> Tested-by: Stefan Bürk <stefan@buerk.tech> Reviewed-by: Stefan Bürk <stefan@buerk.tech> --- composer.json | 2 +- composer.lock | 24 ++++++++++++------------ typo3/sysext/core/composer.json | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index 4b60b59cd571..fda4147adc93 100644 --- a/composer.json +++ b/composer.json @@ -60,7 +60,7 @@ "guzzlehttp/guzzle": "^7.7.0", "guzzlehttp/promises": "^1.5.2 || ^2.0", "guzzlehttp/psr7": "^2.5.0", - "lolli42/finediff": "^1.0.2", + "lolli42/finediff": "^1.1.0", "masterminds/html5": "^2.7.6", "nikic/php-parser": "^4.15.4", "phpdocumentor/reflection-docblock": "^5.2", diff --git a/composer.lock b/composer.lock index 1d2c4cb7f8c3..1ad5a21b0ce8 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": "1fcef4421f4c94fab3ca13e901fa0687", + "content-hash": "bb13d8373c8377c4841dca4b7c354a13", "packages": [ { "name": "bacon/bacon-qr-code", @@ -1140,29 +1140,29 @@ }, { "name": "lolli42/finediff", - "version": "1.0.2", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/lolli42/FineDiff.git", - "reference": "f72cd968b663fc09bc73ef0ab5a3288583d0d59d" + "reference": "784ade1515ba9f56d943a6a551c96073f9858b85" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/lolli42/FineDiff/zipball/f72cd968b663fc09bc73ef0ab5a3288583d0d59d", - "reference": "f72cd968b663fc09bc73ef0ab5a3288583d0d59d", + "url": "https://api.github.com/repos/lolli42/FineDiff/zipball/784ade1515ba9f56d943a6a551c96073f9858b85", + "reference": "784ade1515ba9f56d943a6a551c96073f9858b85", "shasum": "" }, "require": { - "php": ">=7.2.0", - "symfony/polyfill-mbstring": "^1.23" + "ext-mbstring": "*", + "php": ">=8.2" }, "replace": { "cogpowered/finediff": "*" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.4", - "phpstan/phpstan": "^1.6", - "phpunit/phpunit": "^8 || ^9" + "friendsofphp/php-cs-fixer": "^3.49.0", + "phpstan/phpstan": "^1.10.57", + "phpunit/phpunit": "^10.5.10 || ^11.0.2" }, "type": "library", "autoload": { @@ -1199,9 +1199,9 @@ ], "support": { "issues": "https://github.com/lolli42/FineDiff/issues", - "source": "https://github.com/lolli42/FineDiff/tree/1.0.2" + "source": "https://github.com/lolli42/FineDiff/tree/1.1.0" }, - "time": "2022-05-23T07:44:28+00:00" + "time": "2024-02-06T15:34:02+00:00" }, { "name": "masterminds/html5", diff --git a/typo3/sysext/core/composer.json b/typo3/sysext/core/composer.json index d2559ab2e1b2..1564f3801842 100644 --- a/typo3/sysext/core/composer.json +++ b/typo3/sysext/core/composer.json @@ -42,7 +42,7 @@ "firebase/php-jwt": "^6.4.0", "guzzlehttp/guzzle": "^7.7.0", "guzzlehttp/psr7": "^2.5.0", - "lolli42/finediff": "^1.0.2", + "lolli42/finediff": "^1.1.0", "masterminds/html5": "^2.7.6", "psr/container": "^2.0", "psr/event-dispatcher": "^1.0", -- GitLab