Skip to content

Commit

Permalink
Merge pull request #380 from gsteel/v3/php-8.4
Browse files Browse the repository at this point in the history
Add Support for PHP 8.4
  • Loading branch information
gsteel authored Jul 31, 2024
2 parents 2a52bc0 + 465ab77 commit 216d97d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"backwardCompatibilityCheck": true,
"ignore_php_platform_requirements": {
"8.3": false
"8.4": true
}
}
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
}
},
"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-ctype": "*",
"ext-fileinfo": "*",
"ext-filter": "*",
"ext-intl": "*",
"laminas/laminas-servicemanager": "^4.1.0",
"laminas/laminas-stdlib": "^3.13",
"laminas/laminas-stdlib": "^3.19",
"laminas/laminas-translator": "^1.0",
"psr/container": "^1.1 || ^2.0",
"psr/http-client": "^1.0.3",
Expand Down
16 changes: 8 additions & 8 deletions composer.lock

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

0 comments on commit 216d97d

Please sign in to comment.