Skip to content

Commit d6339e7

Browse files
authored
Merge pull request #67 from cod43156/php8.4_support
PHP 8.4 support added
2 parents 716a092 + f8c54a6 commit d6339e7

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.laminas-ci.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"ignore_php_platform_requirements": {
3-
"8.3": false
3+
"8.3": false,
4+
"8.4": true
45
},
56
"backwardCompatibilityCheck": true
67
}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232
},
3333
"require": {
34-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
34+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
3535
"ext-json": "*",
3636
"laminas/laminas-stdlib": "^3.10.1"
3737
},

composer.lock

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

0 commit comments

Comments
 (0)