Skip to content

Commit

Permalink
Merge pull request #66 from driehle/feat/php8.4
Browse files Browse the repository at this point in the history
Allow PHP 8.4 in laminas-cache-storage-adapter-blackhole 2.x
  • Loading branch information
gsteel authored Jan 23, 2025
2 parents 458ae94 + b541f2b commit f1c7750
Show file tree
Hide file tree
Showing 4 changed files with 351 additions and 339 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
}
}
2 changes: 1 addition & 1 deletion 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"
},
"provide": {
Expand Down
Loading

0 comments on commit f1c7750

Please sign in to comment.