From ee8ee248940eb184c03b6b38288863501d1b9b8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 01:10:05 +0000 Subject: [PATCH] chore(deps): bump kevinrob/guzzle-cache-middleware from 5.1.0 to 6.0.0 Bumps [kevinrob/guzzle-cache-middleware](https://github.com/Kevinrob/guzzle-cache-middleware) from 5.1.0 to 6.0.0. - [Release notes](https://github.com/Kevinrob/guzzle-cache-middleware/releases) - [Commits](https://github.com/Kevinrob/guzzle-cache-middleware/compare/v5.1.0...6.0.0) --- updated-dependencies: - dependency-name: kevinrob/guzzle-cache-middleware dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 38 +++++++++++++++++++------------------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/composer.json b/composer.json index 9fac4a0a..68a2e3b5 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "php": "^8.1", "doctrine/cache": "^1.10", "guzzlehttp/guzzle": "^7.0", - "kevinrob/guzzle-cache-middleware": "^5.0", + "kevinrob/guzzle-cache-middleware": "^5.0 || ^6.0", "phpdocumentor/reflection-docblock": "^5.2", "propaganistas/laravel-phone": "^5.3", "psr/http-message": "^1.1|^2.0", diff --git a/composer.lock b/composer.lock index 95caa30b..0339b711 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": "7c505eebbe33eed2f75caa16ec45592e", + "content-hash": "e7baf65661684590e7598b967b6afb82", "packages": [ { "name": "brick/math", @@ -1422,23 +1422,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", @@ -1446,10 +1446,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", @@ -1501,9 +1501,9 @@ ], "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": "nesbot/carbon", @@ -2476,16 +2476,16 @@ }, { "name": "symfony/deprecation-contracts", - "version": "v3.5.0", + "version": "v3.5.1", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1" + "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1", - "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", + "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", "shasum": "" }, "require": { @@ -2523,7 +2523,7 @@ "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0" + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1" }, "funding": [ { @@ -2539,7 +2539,7 @@ "type": "tidelift" } ], - "time": "2024-04-18T09:32:20+00:00" + "time": "2024-09-25T14:20:29+00:00" }, { "name": "symfony/filesystem",