Skip to content

Commit 080ca6a

Browse files
smoenchMichael Petri
authored andcommitted
support PHP 8.3
1 parent 8b7dc7e commit 080ca6a

File tree

2 files changed

+198
-124
lines changed

2 files changed

+198
-124
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"license": "MIT",
1212
"require": {
13-
"php": "~8.1.0 || ~8.2.0",
13+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
1414
"phpunit/phpunit": "^10.2.6"
1515
},
1616
"require-dev": {

0 commit comments

Comments
 (0)