Skip to content

Commit

Permalink
Replace laminas-cache with psr/simple-cache
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Thole <marcel@marcelthole.de>
  • Loading branch information
marcelthole committed Jan 9, 2025
1 parent 6c66318 commit c821686
Show file tree
Hide file tree
Showing 6 changed files with 180 additions and 455 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,12 @@
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"ext-intl": "*",
"psr/simple-cache": "^3.0",
"laminas/laminas-servicemanager": "^3.21.0",
"laminas/laminas-stdlib": "^3.0",
"laminas/laminas-translator": "^1.0"
},
"require-dev": {
"laminas/laminas-cache": "^3.12.2",
"laminas/laminas-cache-storage-adapter-memory": "^2.3.0",
"laminas/laminas-cache-storage-deprecated-factory": "^1.2",
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-config": "^3.9.0",
"laminas/laminas-eventmanager": "^3.13.1",
Expand Down
Loading

0 comments on commit c821686

Please sign in to comment.