Skip to content

Commit

Permalink
Merge pull request #169 from visto9259/4.1.x
Browse files Browse the repository at this point in the history
Added support for PHP 8.4.
  • Loading branch information
visto9259 authored Jan 3, 2025
2 parents a0b7ff3 + 9111207 commit fa12f23
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 16 deletions.
6 changes: 5 additions & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
{}
{
"ignore_php_platform_requirements": {
"8.4": true
}
}
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,19 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"laminas/laminas-eventmanager": "^3.0",
"laminas/laminas-mvc": "^3.0",
"laminas/laminas-servicemanager": "^3.0",
"lm-commons/lmc-rbac": "^2.0"
"laminas/laminas-mvc": "^3.2",
"laminas/laminas-servicemanager": "^3.15",
"lm-commons/lmc-rbac": "^2.1"
},
"require-dev": {
"laminas/laminas-authentication": "^2.2",
"laminas/laminas-coding-standard": "^3.0",
"phpunit/phpunit": "10.5.38",
"phpunit/phpunit": "^10.5.38",
"phpspec/prophecy-phpunit": "^2.0",
"psalm/plugin-phpunit": "^0.19.0",
"vimeo/psalm": "^5.25"
"vimeo/psalm": "^5.26"
},
"suggest": {
"lm-commons/lmc-rbac-mvc-devtools": "if you want to collect and show information about roles and guards in Laminas Developer Tools"
Expand Down
18 changes: 9 additions & 9 deletions composer.lock

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

0 comments on commit fa12f23

Please sign in to comment.