Skip to content

Commit 20311d9

Browse files
committed
AC-7022::Added PHP 8.2 compatibility for all the Laminas dependencies
1 parent d09e660 commit 20311d9

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

.laminas-ci.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"extensions": [
33
"gd"
4-
]
4+
],
5+
"ignore_php_platform_requirements": {
6+
"8.2": true
7+
}
58
}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"extra": {},
2828
"require": {
29-
"php": "^7.4 || ~8.0.0 || ~8.1.0",
29+
"php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0",
3030
"laminas/laminas-recaptcha": "^3.4.0",
3131
"laminas/laminas-session": "^2.12",
3232
"laminas/laminas-stdlib": "^3.10.1",

composer.lock

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

0 commit comments

Comments
 (0)