Skip to content

Commit

Permalink
Added PHP8.4 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
glo71317 committed Dec 3, 2024
1 parent 75e0257 commit f35e191
Show file tree
Hide file tree
Showing 3 changed files with 444 additions and 486 deletions.
3 changes: 2 additions & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"ignore_php_platform_requirements": {
"8.1": false,
"8.2": false,
"8.3": true
"8.3": false,
"8.4": true
}
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"abandoned": "symfony/mailer",
"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-iconv": "*",
"laminas/laminas-loader": "^2.9.0",
"laminas/laminas-mime": "^2.11.0",
Expand Down
Loading

0 comments on commit f35e191

Please sign in to comment.