Skip to content

Commit

Permalink
feat: update to allow usage with PHP 8.4
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Weier O'Phinney <[email protected]>
  • Loading branch information
weierophinney committed Nov 25, 2024
1 parent 6a13fb1 commit eb805f1
Show file tree
Hide file tree
Showing 2 changed files with 667 additions and 491 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
},
"require": {
"php": "~8.2.0 || ~8.3.0"
"php": "~8.2.0 || ~8.3.0 || ~8.4.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
Expand Down
Loading

0 comments on commit eb805f1

Please sign in to comment.