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 f35e191 commit f969431
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 20 deletions.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,17 @@
"homepage": "https://laminas.dev",
"abandoned": "symfony/mailer",
"license": "BSD-3-Clause",
"repositories": [
{
"type" : "vcs",
"url" : "[email protected]:glo71317/laminas-mime.git"
}
],
"require": {
"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",
"laminas/laminas-mime": "dev-php8.4_support",
"laminas/laminas-stdlib": "^3.17.0",
"laminas/laminas-validator": "^2.31.0",
"symfony/polyfill-mbstring": "^1.27.0",
Expand Down
59 changes: 40 additions & 19 deletions composer.lock

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

0 comments on commit f969431

Please sign in to comment.