Skip to content

Commit 3589cff

Browse files
committed
Change minimum PHP version to v7.4
1 parent 18125a9 commit 3589cff

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
@@ -28,7 +28,7 @@
2828
}
2929
],
3030
"require": {
31-
"php": "^7.2 || ^8.0",
31+
"php": "^7.4 || ^8.0",
3232
"ext-json": "*",
3333
"illuminate/database": "^8.61",
3434
"monolog/monolog": "^2.2",

0 commit comments

Comments
 (0)