Skip to content

Commit fa12f23

Browse files
authored
Merge pull request #169 from visto9259/4.1.x
Added support for PHP 8.4.
2 parents a0b7ff3 + 9111207 commit fa12f23

File tree

3 files changed

+20
-16
lines changed

3 files changed

+20
-16
lines changed

.laminas-ci.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
{}
1+
{
2+
"ignore_php_platform_requirements": {
3+
"8.4": true
4+
}
5+
}

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,19 @@
3333
"minimum-stability": "dev",
3434
"prefer-stable": true,
3535
"require": {
36-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
36+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
3737
"laminas/laminas-eventmanager": "^3.0",
38-
"laminas/laminas-mvc": "^3.0",
39-
"laminas/laminas-servicemanager": "^3.0",
40-
"lm-commons/lmc-rbac": "^2.0"
38+
"laminas/laminas-mvc": "^3.2",
39+
"laminas/laminas-servicemanager": "^3.15",
40+
"lm-commons/lmc-rbac": "^2.1"
4141
},
4242
"require-dev": {
4343
"laminas/laminas-authentication": "^2.2",
4444
"laminas/laminas-coding-standard": "^3.0",
45-
"phpunit/phpunit": "10.5.38",
45+
"phpunit/phpunit": "^10.5.38",
4646
"phpspec/prophecy-phpunit": "^2.0",
4747
"psalm/plugin-phpunit": "^0.19.0",
48-
"vimeo/psalm": "^5.25"
48+
"vimeo/psalm": "^5.26"
4949
},
5050
"suggest": {
5151
"lm-commons/lmc-rbac-mvc-devtools": "if you want to collect and show information about roles and guards in Laminas Developer Tools"

composer.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)