Skip to content

Commit 981b3d1

Browse files
authored
Merge pull request #31 from glo71317/php8.3_support
PHP 8.3 support added
2 parents a485a7d + eb7c319 commit 981b3d1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.laminas-ci.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"gd"
44
],
55
"ignore_php_platform_requirements": {
6-
"8.2": true
6+
"8.3": true
77
}
88
}

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": "~8.0.0 || ~8.1.0 || ~8.2.0",
29+
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.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: 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)