Skip to content

Commit 302d9a6

Browse files
authored
Merge pull request #44 from SuperDJ/2.20.x-php
Added PHP 8.4
2 parents bd1ab24 + d485a48 commit 302d9a6

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

.laminas-ci.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
2+
"ignore_php_platform_requirements": {
3+
"8.4": true
4+
},
25
"extensions": [
36
"gmp"
4-
]
5-
}
7+
],
8+
"backwardCompatibilityCheck": true
9+
}

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"extra": {
2828
},
2929
"require": {
30-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
30+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
3131
"ext-simplexml": "*",
3232
"laminas/laminas-code": "^4.4",
3333
"laminas/laminas-http": "^2.15",

composer.lock

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

0 commit comments

Comments
 (0)