Skip to content

Commit

Permalink
Merge pull request #56 from cod43156/php8.4_support
Browse files Browse the repository at this point in the history
PHP 8.4 support added
  • Loading branch information
gsteel authored Nov 25, 2024
2 parents c548257 + 330b9c4 commit 96d710d
Show file tree
Hide file tree
Showing 4 changed files with 372 additions and 289 deletions.
5 changes: 5 additions & 0 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"ignore_php_platform_requirements": {
"8.4": true
}
}
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
"zendframework/zend-permissions-acl": "*"
},
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0"
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-coding-standard": "^3.0.1",
"laminas/laminas-servicemanager": "^3.21",
"phpbench/phpbench": "^1.2.10",
"phpunit/phpunit": "^10.1.3",
"phpunit/phpunit": "^10.5.38",
"psalm/plugin-phpunit": "^0.19.0",
"vimeo/psalm": "^5.12"
"vimeo/psalm": "^5.26.1"
},
"suggest": {
"laminas/laminas-servicemanager": "To support Laminas\\Permissions\\Acl\\Assertion\\AssertionManager plugin manager usage"
Expand Down
Loading

0 comments on commit 96d710d

Please sign in to comment.