Skip to content

Commit 2b42edd

Browse files
authored
Merge pull request #25 from FabianKoestring/FabianKoestring-patch-1
PHP 8.4 support added
2 parents 25ea90e + f2a4b43 commit 2b42edd

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

.laminas-ci.json

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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
}
3131
},
3232
"require": {
33-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
33+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
3434
"laminas/laminas-authentication": "^2.11.0",
3535
"laminas/laminas-mvc": "^3.3.3",
3636
"laminas/laminas-servicemanager": "^3.15.1"

composer.lock

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

0 commit comments

Comments
 (0)