diff --git a/composer.json b/composer.json index 3376155..1f75cd2 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "php": "^8.1", "guzzlehttp/guzzle": "^7.0", "jenssegers/model": "^1.5", - "kevinrob/guzzle-cache-middleware": "^5.0 || ^6.0", + "kevinrob/guzzle-cache-middleware": "^5.0 || ^6.0 || ^7.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 560fba8..17cf7ca 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": "4aa565063bf394ce2cf1ee6ffcf62acc", + "content-hash": "285ba02d4cf8d379bbe0f17586678b4d", "packages": [ { "name": "brick/math", @@ -1370,16 +1370,16 @@ }, { "name": "kevinrob/guzzle-cache-middleware", - "version": "6.0.0", + "version": "7.0.0", "source": { "type": "git", "url": "https://github.com/Kevinrob/guzzle-cache-middleware.git", - "reference": "61305ed694e763e887a04f61e71e2292bb4fbad1" + "reference": "3d63aaf136c5a52ce751a63c2169b3a49b26841f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Kevinrob/guzzle-cache-middleware/zipball/61305ed694e763e887a04f61e71e2292bb4fbad1", - "reference": "61305ed694e763e887a04f61e71e2292bb4fbad1", + "url": "https://api.github.com/repos/Kevinrob/guzzle-cache-middleware/zipball/3d63aaf136c5a52ce751a63c2169b3a49b26841f", + "reference": "3d63aaf136c5a52ce751a63c2169b3a49b26841f", "shasum": "" }, "require": { @@ -1391,16 +1391,14 @@ "require-dev": { "cache/array-adapter": "^0.4 || ^0.5 || ^1.0", "cache/simple-cache-bridge": "^0.1 || ^1.0", - "doctrine/cache": "^1.10", "illuminate/cache": "^5.0", - "league/flysystem": "^2.5", + "league/flysystem": "^3.16", "phpunit/phpunit": "^9.6.21", "psr/cache": "^1.0", "symfony/cache": "^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", "guzzlehttp/guzzle": "For using this library. It was created for Guzzle6 (but you can use it with any PSR-7 HTTP client).", "laravel/framework": "To be used with Kevinrob\\GuzzleCache\\Storage\\LaravelCacheStorage", "league/flysystem": "To be used with Kevinrob\\GuzzleCache\\Storage\\FlysystemStorage", @@ -1432,7 +1430,6 @@ "Guzzle", "cache", "cache-control", - "doctrine", "expiration", "guzzle6", "handler", @@ -1449,9 +1446,9 @@ ], "support": { "issues": "https://github.com/Kevinrob/guzzle-cache-middleware/issues", - "source": "https://github.com/Kevinrob/guzzle-cache-middleware/tree/6.0.0" + "source": "https://github.com/Kevinrob/guzzle-cache-middleware/tree/7.0.0" }, - "time": "2024-10-17T09:11:54+00:00" + "time": "2025-09-04T18:27:50+00:00" }, { "name": "nesbot/carbon",