Skip to content

Commit

Permalink
Merge pull request #54 from gsteel/cache-upgrade
Browse files Browse the repository at this point in the history
Upgrade (dev) laminas-cache to v4
  • Loading branch information
gsteel authored Jun 16, 2024
2 parents 46340f1 + fdeeeeb commit dc77e09
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 dc77e09

Please sign in to comment.