Skip to content

Commit

Permalink
Merge pull request #51 from boesing/feature/laminas-cache-v4
Browse files Browse the repository at this point in the history
Add support for `laminas/laminas-cache` v4
  • Loading branch information
boesing authored Jun 16, 2024
2 parents 8c1c0ac + 1715f7c commit 1011f7c
Show file tree
Hide file tree
Showing 13 changed files with 916 additions and 1,159 deletions.
4 changes: 1 addition & 3 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@
"ini": [
"apc.enable_cli=1"
],
"ignore_php_platform_requirements": {
"8.2": true
}
"backwardCompatibilityCheck": true
}
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-apcu": "^5.1.10",
"laminas/laminas-cache": "^3.12.0"
"laminas/laminas-cache": "^4.0"
},
"provide": {
"laminas/laminas-cache-storage-implementation": "1.0"
"laminas/laminas-cache-storage-implementation": "2.0"
},
"require-dev": {
"laminas/laminas-cache-storage-adapter-test": "^2.0",
"laminas/laminas-cache": "4.0.x-dev || ^4.0",
"laminas/laminas-cache-storage-adapter-test": "3.0.x-dev || ^3.0",
"laminas/laminas-coding-standard": "~2.5.0",
"psalm/plugin-phpunit": "^0.19.0",
"vimeo/psalm": "^5.18"
Expand Down
Loading

0 comments on commit 1011f7c

Please sign in to comment.