Skip to content

Commit 669792b

Browse files
authored
Merge pull request #79 from glo71317/php8.3_support
PHP 8.3 support added
2 parents 24e673e + 8b2c944 commit 669792b

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.laminas-ci.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
],
55
"ignore_php_platform_requirements": {
66
"8.1": false,
7-
"8.2": true
7+
"8.2": false,
8+
"8.3": true
89
}
910
}

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",
32+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
3333
"ext-dom": "*",
3434
"ext-libxml": "*",
3535
"laminas/laminas-escaper": "^2.9",

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)