Skip to content

Commit

Permalink
allow PHP 8.4
Browse files Browse the repository at this point in the history
Signed-off-by: Dennis Riehle <[email protected]>
  • Loading branch information
driehle committed Jan 22, 2025
1 parent 320f73d commit 7e595f8
Show file tree
Hide file tree
Showing 3 changed files with 497 additions and 569 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 @@ -8,7 +8,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",
"ext-memcached": "^3.1.5",
"laminas/laminas-cache": "^3.10"
},
Expand Down
Loading

0 comments on commit 7e595f8

Please sign in to comment.