Skip to content

Commit b9c3903

Browse files
committed
feat: allow usage with PHP 8.3
1 parent 662d5fc commit b9c3903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"zendhq"
88
],
99
"require": {
10-
"php": "^7.2.0 || ~8.0.0 || ~8.1.0 || ~8.2.0"
10+
"php": "^7.2.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
1111
},
1212
"autoload": {
1313
"files": [

0 commit comments

Comments
 (0)