Skip to content

Commit

Permalink
Merge pull request #86 from weierophinney/feature/php-8.4
Browse files Browse the repository at this point in the history
Add PHP 8.4 support
  • Loading branch information
gsteel authored Nov 26, 2024
2 parents 41d8f1f + 5223e43 commit 8752d73
Show file tree
Hide file tree
Showing 6 changed files with 221 additions and 161 deletions.
4 changes: 2 additions & 2 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"ignore_php_platform_requirements": {
"8.2": true
"8.4": true
}
}
}
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"class": "Laminas\\ComponentInstaller\\ComponentInstaller"
},
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"composer-plugin-api": "^2.0"
},
"require-dev": {
"composer/composer": "^2.7.7",
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-coding-standard": "~3.0.0",
"mikey179/vfsstream": "^1.6.11",
"phpunit/phpunit": "^10.5.20",
"phpunit/phpunit": "^10.5.35",
"psalm/plugin-phpunit": "^0.19.0",
"vimeo/psalm": "^5.24.0",
"webmozart/assert": "^1.11.0"
Expand Down
Loading

0 comments on commit 8752d73

Please sign in to comment.