Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit f3b26b9

Browse files
authored
Merge pull request #43 from WoltLab/allow-php8.3
Add support for PHP 8.3 to composer.json
2 parents 6f9d7f2 + d7887a4 commit f3b26b9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.laminas-ci.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"ignore_php_platform_requirements": {
3+
"8.3": true
4+
}
5+
}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
}
2626
},
2727
"require": {
28-
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
28+
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
2929
"laminas/laminas-stdlib": "^3.2.1"
3030
},
3131
"require-dev": {

0 commit comments

Comments
 (0)