Skip to content

Commit

Permalink
PHP 8.4 support added (#41)
Browse files Browse the repository at this point in the history
Add support for PHP 8.4

Signed-off-by: Atul-glo35265 <[email protected]>
  • Loading branch information
Atul-glo35265 authored Oct 11, 2024
1 parent f93ce93 commit 433e71e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"ignore_php_platform_requirements": {
"8.3": true
"8.4": true
}
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}
},
"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-intl": "*",
"container-interop/container-interop": "^1.1",
"laminas/laminas-i18n": "^2.13.0",
Expand Down
8 changes: 4 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 433e71e

Please sign in to comment.