Skip to content

Commit 557c340

Browse files
authored
Merge pull request #352 from gsteel/PHP-8.4
Add Support for PHP 8.4
2 parents 2396d3f + ad728b9 commit 557c340

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

.laminas-ci.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"backwardCompatibilityCheck": true,
3+
"ignore_php_platform_requirements": {
4+
"8.4": true
5+
},
36
"additional_checks": [
47
{
58
"name": "Unit tests with psr/cache v2",

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
}
3535
},
3636
"require": {
37-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
37+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
3838
"laminas/laminas-eventmanager": "^3.4",
3939
"laminas/laminas-servicemanager": "^4.1",
4040
"laminas/laminas-stdlib": "^3.20",

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)