Skip to content
Snippets Groups Projects
Commit a6171465 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Allow kevinrob/guzzle-cache-middleware 4.x

parent cb988ed7
Branches
Tags v0.1.7
No related merge requests found
Pipeline #86744 passed
......@@ -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": "692dce14c7b7c006be35d29ec8cee56e",
"content-hash": "bfcc47e656a04623e54ce0068072dce7",
"packages": [
{
"name": "api-platform/core",
......@@ -1054,35 +1054,35 @@
},
{
"name": "kevinrob/guzzle-cache-middleware",
"version": "v3.5.0",
"version": "v4.0.0",
"source": {
"type": "git",
"url": "https://github.com/Kevinrob/guzzle-cache-middleware.git",
"reference": "c699f4623a7be6c92468876a1b2404d499a4f22f"
"reference": "22d79bb234861469e0c1d6b9541eb6d8e97ecd72"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Kevinrob/guzzle-cache-middleware/zipball/c699f4623a7be6c92468876a1b2404d499a4f22f",
"reference": "c699f4623a7be6c92468876a1b2404d499a4f22f",
"url": "https://api.github.com/repos/Kevinrob/guzzle-cache-middleware/zipball/22d79bb234861469e0c1d6b9541eb6d8e97ecd72",
"reference": "22d79bb234861469e0c1d6b9541eb6d8e97ecd72",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^6.0 || ^7.0",
"guzzlehttp/psr7": "^1.7.0 || ^2.0.0",
"php": ">=5.5.0"
"php": ">=7.2.0"
},
"require-dev": {
"cache/array-adapter": "^0.4 || ^0.5 || ^1.0",
"cache/simple-cache-bridge": "^0.1 || ^1.0",
"doctrine/cache": "^1.0",
"doctrine/cache": "^1.10",
"illuminate/cache": "^5.0",
"league/flysystem": "^1.0",
"phpunit/phpunit": "^4.8.36 || ^5.0",
"phpunit/phpunit": "^8.5.15 || ^9.5",
"psr/cache": "^1.0",
"symfony/phpunit-bridge": "^4.4 || ^5.0"
},
"suggest": {
"doctrine/cache": "This library has a lot of ready-to-use cache storage (to be used with Kevinrob\\GuzzleCache\\Storage\\DoctrineCacheStorage).",
"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",
......@@ -1131,9 +1131,9 @@
],
"support": {
"issues": "https://github.com/Kevinrob/guzzle-cache-middleware/issues",
"source": "https://github.com/Kevinrob/guzzle-cache-middleware/tree/v3.5.0"
"source": "https://github.com/Kevinrob/guzzle-cache-middleware/tree/v4.0.0"
},
"time": "2022-01-04T16:40:46+00:00"
"time": "2022-02-07T05:49:59+00:00"
},
{
"name": "nelmio/cors-bundle",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment