Skip to content

Commit

Permalink
Merge pull request #103 from driehle/feat/php84
Browse files Browse the repository at this point in the history
Allow PHP 8.4 in laminas-cache-storage-adapter-filesystem 2.x
  • Loading branch information
gsteel authored Jan 23, 2025
2 parents 7819079 + c78c451 commit d1777b7
Show file tree
Hide file tree
Showing 4 changed files with 587 additions and 634 deletions.
3 changes: 3 additions & 0 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
{
"ignore_php_platform_requirements": {
"8.4": true
}
}
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"license": "BSD-3-Clause",
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"laminas/laminas-cache": "^3.10.0"
},
"provide": {
Expand All @@ -20,10 +20,13 @@
"laminas/laminas-cache-storage-adapter-test": "^2.0 || 2.0.x-dev",
"laminas/laminas-coding-standard": "~2.4",
"laminas/laminas-serializer": "^2.14.0",
"phpunit/phpunit": "^9.5.26",
"phpunit/phpunit": "^9.6.22",
"psalm/plugin-phpunit": "^0.19.0",
"vimeo/psalm": "^5.18"
},
"conflict": {
"amphp/amp": "<2.6.4"
},
"config": {
"sort-packages": true,
"platform": {
Expand Down
Loading

0 comments on commit d1777b7

Please sign in to comment.