From 73e978a8b0fff4fd81ecd10811bee55282797fc7 Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Tue, 8 Oct 2024 14:52:45 +0200 Subject: [PATCH] chore: bump psr/log to 3.0.2 Signed-off-by: Daniel Kesselberg --- composer.json | 3 ++- composer.lock | 68 ++++++++++++++++++++++++++++++++++++++++++--------- 2 files changed, 59 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index ae85623850..4b37c1158a 100644 --- a/composer.json +++ b/composer.json @@ -38,12 +38,13 @@ "nextcloud/kitinerary-flatpak": "^1.0", "nextcloud/kitinerary-sys": "^1.0.1", "phpmailer/dkimvalidator": "^0.3.0", - "psr/log": "^1", + "psr/log": "^3.0.2", "rubix/ml": "2.5.1", "sabberworm/php-css-parser": "^8.6.0", "youthweb/urllinker": "^2.0" }, "require-dev": { + "fig/log-test": "^1.1", "psalm/phar": "^5.26.1", "roave/security-advisories": "dev-master" }, diff --git a/composer.lock b/composer.lock index 58a819b903..484c2ba938 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": "d819eff83d42c2dc823cdba3934c1c72", + "content-hash": "56dafbd6bcd682d23d4b647c4aad6dfc", "packages": [ { "name": "amphp/amp", @@ -2268,30 +2268,30 @@ }, { "name": "psr/log", - "version": "1.1.4", + "version": "3.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "d49695b909c3b7628b6289db5479a1c204601f11" + "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", - "reference": "d49695b909c3b7628b6289db5479a1c204601f11", + "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", + "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=8.0.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.1.x-dev" + "dev-master": "3.x-dev" } }, "autoload": { "psr-4": { - "Psr\\Log\\": "Psr/Log/" + "Psr\\Log\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -2312,9 +2312,9 @@ "psr-3" ], "support": { - "source": "https://github.com/php-fig/log/tree/1.1.4" + "source": "https://github.com/php-fig/log/tree/3.0.2" }, - "time": "2021-05-03T11:20:27+00:00" + "time": "2024-09-11T13:17:53+00:00" }, { "name": "rubix/ml", @@ -3548,6 +3548,52 @@ } ], "packages-dev": [ + { + "name": "fig/log-test", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/log-test.git", + "reference": "02d6eaf8b09784b7adacf57a3c951bad95229a7f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/log-test/zipball/02d6eaf8b09784b7adacf57a3c951bad95229a7f", + "reference": "02d6eaf8b09784b7adacf57a3c951bad95229a7f", + "shasum": "" + }, + "require": { + "php": "^8.0", + "psr/log": "^2.0 | ^3.0" + }, + "require-dev": { + "phpunit/phpunit": "^8.0 | ^9.0", + "squizlabs/php_codesniffer": "^3.6" + }, + "type": "library", + "autoload": { + "psr-4": { + "Psr\\Log\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/", + "role": "Organisation" + } + ], + "description": "Test utilities for the psr/log package that backs the PSR-3 specification.", + "support": { + "issues": "https://github.com/php-fig/log-test/issues", + "source": "https://github.com/php-fig/log-test/tree/1.1.0" + }, + "time": "2022-10-18T05:33:27+00:00" + }, { "name": "psalm/phar", "version": "5.26.1", @@ -4160,7 +4206,7 @@ "php": ">=8.0 <=8.3", "ext-openssl": "*" }, - "platform-dev": [], + "platform-dev": {}, "platform-overrides": { "php": "8.1" },