Remove outdated doctrine/cache package and change configuration

This commit is contained in:
2026-05-26 15:38:15 +00:00
parent 9f339953fe
commit 23f00b2374
7 changed files with 295 additions and 518 deletions

View File

@@ -6,12 +6,12 @@
"license": "MPL-2.0",
"require" : {
"ml/json-ld": ">=1.0.7",
"doctrine/common" : ">=2.6.1",
"doctrine/cache" : "1.*",
"guzzlehttp/guzzle" : ">=6.0",
"psr/cache": ">=1.0",
"psr/log": ">=1.1",
"kevinrob/guzzle-cache-middleware": "^7.0.0",
"webmozart/assert": "^1.6"
"webmozart/assert": "^1.6",
"psr/simple-cache": "^3.0"
},
"authors": [
{