From f4721ad34a1890f124a47886e840b410ffdd06ef Mon Sep 17 00:00:00 2001 From: Hannes Papenberg Date: Sun, 2 Feb 2025 16:57:05 +0100 Subject: [PATCH 1/2] Updating typo3/phar-stream-wrapper dependency to 4.0.0 --- composer.json | 2 +- composer.lock | 21 ++++++++++----------- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index 2f2b3b63b0677..4077453d4882c 100644 --- a/composer.json +++ b/composer.json @@ -88,7 +88,7 @@ "symfony/polyfill-mbstring": "^1.30.0", "symfony/web-link": "^6.4.8", "symfony/yaml": "^6.4.11", - "typo3/phar-stream-wrapper": "^3.1.7", + "typo3/phar-stream-wrapper": "^4.0.0", "wamania/php-stemmer": "^4.0.0", "maximebf/debugbar": "^1.23.0", "tobscure/json-api": "dev-joomla-backports", diff --git a/composer.lock b/composer.lock index afaf5b77978db..9be9bb061d887 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": "68cb46ab32a1db1fe2152c1c756e2568", + "content-hash": "223ff68fc5d46bb30d351baf26817511", "packages": [ { "name": "algo26-matthias/idna-convert", @@ -5925,26 +5925,25 @@ }, { "name": "typo3/phar-stream-wrapper", - "version": "v3.1.7", + "version": "v4.0.0", "source": { "type": "git", "url": "https://github.com/TYPO3/phar-stream-wrapper.git", - "reference": "5cc2f04a4e2f5c7e9cc02a3bdf80fae0f3e11a8c" + "reference": "ce4b6e9873d4dd7dce2a397511713bf14977fdf2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/5cc2f04a4e2f5c7e9cc02a3bdf80fae0f3e11a8c", - "reference": "5cc2f04a4e2f5c7e9cc02a3bdf80fae0f3e11a8c", + "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/ce4b6e9873d4dd7dce2a397511713bf14977fdf2", + "reference": "ce4b6e9873d4dd7dce2a397511713bf14977fdf2", "shasum": "" }, "require": { "ext-json": "*", - "php": "^7.0 || ^8.0" + "php": "^7.1 || ^8.0" }, "require-dev": { "ext-xdebug": "*", - "phpspec/prophecy": "^1.10", - "symfony/phpunit-bridge": "^5.1" + "phpunit/phpunit": "^7 || ^8 || ^9" }, "suggest": { "ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing" @@ -5952,7 +5951,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "v3.x-dev" + "dev-master": "4.x-dev" } }, "autoload": { @@ -5974,9 +5973,9 @@ ], "support": { "issues": "https://github.com/TYPO3/phar-stream-wrapper/issues", - "source": "https://github.com/TYPO3/phar-stream-wrapper/tree/v3.1.7" + "source": "https://github.com/TYPO3/phar-stream-wrapper/tree/v4.0.0" }, - "time": "2021-09-20T19:19:13+00:00" + "time": "2024-12-10T00:00:25+00:00" }, { "name": "voku/portable-ascii", From c262054d763b98efb44dd80f66e08dacd6271ae5 Mon Sep 17 00:00:00 2001 From: Richard Fath Date: Mon, 3 Feb 2025 12:28:55 +0100 Subject: [PATCH 2/2] Update content hash in lock file --- composer.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.lock b/composer.lock index 130e2d6b6fe35..7af680fc33a2c 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": "223ff68fc5d46bb30d351baf26817511", + "content-hash": "4628c2af7adfac7307c3a0a272dd6fae", "packages": [ { "name": "algo26-matthias/idna-convert", @@ -10178,7 +10178,7 @@ "ext-gd": "*", "ext-dom": "*" }, - "platform-dev": [], + "platform-dev": {}, "platform-overrides": { "php": "8.1.0" },