Skip to content

Commit b2a864a

Browse files
committed
Added php ~8.3 constraint to composer.json files (#834)
1 parent 6c4fcde commit b2a864a

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
@@ -13,7 +13,7 @@
1313
"compression"
1414
],
1515
"require": {
16-
"php": "~8.1 || ~8.2"
16+
"php": "~8.1 || ~8.2 || ~8.3"
1717
},
1818
"config": {
1919
"optimize-autoloader": true,

0 commit comments

Comments
 (0)