Skip to content

Commit 2777144

Browse files
authored
Raise min PHP version to 7.3, inline with Laravel
1 parent d6229cf commit 2777144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=5.6.4",
18+
"php": "^7.3|^8.0",
1919
"doctrine/dbal": ">=2.5",
2020
"illuminate/support": ">=5.1",
2121
"illuminate/database": ">=5.1",

0 commit comments

Comments
 (0)