Skip to content

Commit 320dd44

Browse files
committed
Add compatibility for PHP 8.3
1 parent a798636 commit 320dd44

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
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": "~8.4.0",
12+
"php": "~8.4.0 || ~8.3.0",
1313
"ext-mbstring": "*",
1414
"ext-zlib": "*",
1515
"laravel/prompts": "^0.1.12",

0 commit comments

Comments
 (0)