Skip to content

Commit bd243d6

Browse files
author
matt
committed
Add PHP 8.4 support
1 parent 684ab1e commit bd243d6

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.laminas-ci.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"extensions": [
33
"intl"
4-
]
4+
],
5+
"ignore_php_platform_requirements": {
6+
"8.4": true
7+
}
58
}

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"sort-packages": true
2323
},
2424
"require": {
25-
"php": "~8.2.0 || ~8.3.0",
25+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
2626
"ext-intl": "*"
2727
},
2828
"require-dev": {

composer.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)