Skip to content

Commit

Permalink
Upgrade (dev) laminas-cache to v4
Browse files Browse the repository at this point in the history
Signed-off-by: George Steel <[email protected]>
  • Loading branch information
gsteel committed Jun 16, 2024
1 parent 46340f1 commit fdeeeeb
Show file tree
Hide file tree
Showing 2 changed files with 151 additions and 157 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"psr/container": "^1.0 || ^2.0 || ^3.0"
},
"require-dev": {
"laminas/laminas-cache": "^3.9.1",
"laminas/laminas-cache-storage-adapter-apcu": "^2.4",
"laminas/laminas-cache": "^4.0.0",
"laminas/laminas-cache-storage-adapter-apcu": "^3.0.0",
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-diactoros": "^3.3",
"phpunit/phpunit": "^10.5.10",
"laminas/laminas-diactoros": "^3.3.1",
"phpunit/phpunit": "^10.5.21",
"psalm/plugin-phpunit": "^0.19.0",
"vimeo/psalm": "^5.21.1"
"vimeo/psalm": "^5.24.0"
},
"suggest": {
"psr/cache-implementation": "This package requires a PSR-6 CacheItemPoolInterface implementation."
Expand Down
Loading

0 comments on commit fdeeeeb

Please sign in to comment.