Skip to content

Commit 0f7cb97

Browse files
authored
PHP8.4 Support Added (#56)
Add support for PHP 8.4 Signed-off-by: Raj Mohan <cod43156@adobe.com>
1 parent 5cb338d commit 0f7cb97

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"extra": {
3030
},
3131
"require": {
32-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
32+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
3333
"ext-ctype": "*",
3434
"ext-mbstring": "*"
3535
},

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)