Skip to content

Commit

Permalink
- internal cache rework to support psr/simple-cache 2 and 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Articus committed Feb 18, 2024
1 parent 7941e4b commit b1c310c
Show file tree
Hide file tree
Showing 20 changed files with 507 additions and 504 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
},
"require-dev": {
"ext-uopz": "*",
"doctrine/annotations": "^2.0",
"psr/simple-cache": "^1.0",
"doctrine/annotations": "^1.0|^2.0",
"psr/simple-cache": "^1.0|^2.0|^3.0",
"laminas/laminas-stdlib": "^3.2",
"laminas/laminas-validator": "^2.12",
"laminas/laminas-servicemanager": "^3.17",
Expand Down
100 changes: 44 additions & 56 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b1c310c

Please sign in to comment.