Update caching library to latest version, updated and fixed phpUnit tests

This commit is contained in:
2026-02-18 15:16:34 +00:00
parent b127c3cba8
commit f937f2b426
16 changed files with 1210 additions and 738 deletions

View File

@@ -10,7 +10,7 @@
"doctrine/cache" : "1.*",
"guzzlehttp/guzzle" : ">=6.0",
"psr/log": ">=1.1",
"kevinrob/guzzle-cache-middleware": "^3.2",
"kevinrob/guzzle-cache-middleware": "^7.0.0",
"webmozart/assert": "^1.6"
},
"authors": [
@@ -24,7 +24,7 @@
}
},
"require-dev" : {
"phpunit/phpunit": ">=4.8.0,<5.0",
"phpunit/phpunit": "^10",
"symfony/http-foundation" : ">=4.0",
"symfony/psr-http-message-bridge" : ">=1.1.0",
"nyholm/psr7" : "~1.5.1",