From ae0c102f7f0ae91f262953104775bcede26809ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 01:16:25 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- composer.lock | 68 +++++++++++++++++++++++++-------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/composer.lock b/composer.lock index b6017a1..59d7765 100644 --- a/composer.lock +++ b/composer.lock @@ -8,16 +8,16 @@ "packages": [ { "name": "api-platform/core", - "version": "v3.4.7", + "version": "v3.4.8", "source": { "type": "git", "url": "https://github.com/api-platform/core.git", - "reference": "717c7e5d5410f1d8b26381cd546c70860e454d37" + "reference": "985a9a0408cfc31721adbe43c6ae38d9c3a8c88f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/api-platform/core/zipball/717c7e5d5410f1d8b26381cd546c70860e454d37", - "reference": "717c7e5d5410f1d8b26381cd546c70860e454d37", + "url": "https://api.github.com/repos/api-platform/core/zipball/985a9a0408cfc31721adbe43c6ae38d9c3a8c88f", + "reference": "985a9a0408cfc31721adbe43c6ae38d9c3a8c88f", "shasum": "" }, "require": { @@ -223,22 +223,22 @@ ], "support": { "issues": "https://github.com/api-platform/core/issues", - "source": "https://github.com/api-platform/core/tree/v3.4.7" + "source": "https://github.com/api-platform/core/tree/v3.4.8" }, - "time": "2024-11-22T11:02:47+00:00" + "time": "2024-12-06T11:11:33+00:00" }, { "name": "dbp/relay-core-bundle", - "version": "v0.1.194", + "version": "v0.1.195", "source": { "type": "git", "url": "https://github.com/digital-blueprint/relay-core-bundle.git", - "reference": "22dd4481605db9e4d27ea87fa35c29f8b8fefa46" + "reference": "ac821c0d4a6bfc2a855156df754843263ba279a3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/digital-blueprint/relay-core-bundle/zipball/22dd4481605db9e4d27ea87fa35c29f8b8fefa46", - "reference": "22dd4481605db9e4d27ea87fa35c29f8b8fefa46", + "url": "https://api.github.com/repos/digital-blueprint/relay-core-bundle/zipball/ac821c0d4a6bfc2a855156df754843263ba279a3", + "reference": "ac821c0d4a6bfc2a855156df754843263ba279a3", "shasum": "" }, "require": { @@ -249,7 +249,7 @@ "ext-intl": "*", "ext-json": "*", "guzzlehttp/guzzle": "^7.5", - "kevinrob/guzzle-cache-middleware": "^4.0 || ^5.0", + "kevinrob/guzzle-cache-middleware": "^4.0 || ^5.0 || ^6.0", "monolog/monolog": "^2.9 || ^3.2", "nelmio/cors-bundle": "^2.2", "php": ">=8.1", @@ -300,9 +300,9 @@ "captainhook/captainhook": "^5.21.2", "doctrine/doctrine-bundle": "^2.12", "friendsofphp/php-cs-fixer": "^3.51", - "phpstan/phpstan": "^1.10.59", - "phpstan/phpstan-phpunit": "^1.3.16", - "phpstan/phpstan-symfony": "^1.3.8", + "phpstan/phpstan": "^2.0.0", + "phpstan/phpstan-phpunit": "^2.0.0", + "phpstan/phpstan-symfony": "^2.0.0", "phpunit/phpunit": "^10.1", "psalm/plugin-symfony": "^5.1", "symfony/browser-kit": "^5.4 || ^6.4", @@ -325,9 +325,9 @@ "description": "The core bundle of the Relay API gateway", "support": { "issues": "https://github.com/digital-blueprint/relay-core-bundle/issues", - "source": "https://github.com/digital-blueprint/relay-core-bundle/tree/v0.1.194" + "source": "https://github.com/digital-blueprint/relay-core-bundle/tree/v0.1.195" }, - "time": "2024-11-26T08:42:02+00:00" + "time": "2024-12-04T08:58:15+00:00" }, { "name": "doctrine/collections", @@ -1478,23 +1478,23 @@ }, { "name": "kevinrob/guzzle-cache-middleware", - "version": "v5.1.0", + "version": "6.0.0", "source": { "type": "git", "url": "https://github.com/Kevinrob/guzzle-cache-middleware.git", - "reference": "6bd64dbbe5155107d84a0f67140a8822a709c6d0" + "reference": "61305ed694e763e887a04f61e71e2292bb4fbad1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Kevinrob/guzzle-cache-middleware/zipball/6bd64dbbe5155107d84a0f67140a8822a709c6d0", - "reference": "6bd64dbbe5155107d84a0f67140a8822a709c6d0", + "url": "https://api.github.com/repos/Kevinrob/guzzle-cache-middleware/zipball/61305ed694e763e887a04f61e71e2292bb4fbad1", + "reference": "61305ed694e763e887a04f61e71e2292bb4fbad1", "shasum": "" }, "require": { - "guzzlehttp/guzzle": "^6.0 || ^7.0", - "guzzlehttp/promises": "^1.4 || ^2.0", - "guzzlehttp/psr7": "^1.7.0 || ^2.0.0", - "php": ">=7.2.0" + "guzzlehttp/guzzle": "^7.9.2", + "guzzlehttp/promises": "^2.0.3", + "guzzlehttp/psr7": "^2.7.0", + "php": ">=8.1" }, "require-dev": { "cache/array-adapter": "^0.4 || ^0.5 || ^1.0", @@ -1502,10 +1502,10 @@ "doctrine/cache": "^1.10", "illuminate/cache": "^5.0", "league/flysystem": "^2.5", - "phpunit/phpunit": "^8.5.15 || ^9.5", + "phpunit/phpunit": "^9.6.21", "psr/cache": "^1.0", "symfony/cache": "^4.4 || ^5.0", - "symfony/phpunit-bridge": "^4.4 || ^5.0" + "symfony/phpunit-bridge": "^7.1.4" }, "suggest": { "doctrine/cache": "This library has a lot of ready-to-use cache storage (to be used with Kevinrob\\GuzzleCache\\Storage\\DoctrineCacheStorage). Use only versions >=1.4.0 < 2.0.0", @@ -1557,22 +1557,22 @@ ], "support": { "issues": "https://github.com/Kevinrob/guzzle-cache-middleware/issues", - "source": "https://github.com/Kevinrob/guzzle-cache-middleware/tree/v5.1.0" + "source": "https://github.com/Kevinrob/guzzle-cache-middleware/tree/6.0.0" }, - "time": "2023-11-09T06:53:45+00:00" + "time": "2024-10-17T09:11:54+00:00" }, { "name": "monolog/monolog", - "version": "3.8.0", + "version": "3.8.1", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "32e515fdc02cdafbe4593e30a9350d486b125b67" + "reference": "aef6ee73a77a66e404dd6540934a9ef1b3c855b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/32e515fdc02cdafbe4593e30a9350d486b125b67", - "reference": "32e515fdc02cdafbe4593e30a9350d486b125b67", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/aef6ee73a77a66e404dd6540934a9ef1b3c855b4", + "reference": "aef6ee73a77a66e404dd6540934a9ef1b3c855b4", "shasum": "" }, "require": { @@ -1650,7 +1650,7 @@ ], "support": { "issues": "https://github.com/Seldaek/monolog/issues", - "source": "https://github.com/Seldaek/monolog/tree/3.8.0" + "source": "https://github.com/Seldaek/monolog/tree/3.8.1" }, "funding": [ { @@ -1662,7 +1662,7 @@ "type": "tidelift" } ], - "time": "2024-11-12T13:57:08+00:00" + "time": "2024-12-05T17:15:07+00:00" }, { "name": "nelmio/cors-bundle",