Skip to content

Commit

Permalink
Added dependency on PHP 8.4. Forced laminas CI to ignore platform req…
Browse files Browse the repository at this point in the history
…uirements for PHP 8.4

Signed-off-by: Eric Richer eric.richer@vistoconsulting.com <eric.richer@vistoconsulting.com>
  • Loading branch information
visto9259 committed Dec 30, 2024
1 parent a06b8c0 commit ddf4b1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"ini": [
"apc.enable_cli=1"
],
"backwardCompatibilityCheck": true
"backwardCompatibilityCheck": true,
"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",
"ext-apcu": "^5.1.10",
"laminas/laminas-cache": "^4.0"
},
Expand Down

0 comments on commit ddf4b1c

Please sign in to comment.