Skip to content

Commit b36f054

Browse files
Drop Laravel 5 and 6 support
1 parent 85eb97b commit b36f054

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
}
1212
],
1313
"require": {
14-
"php": ">=5.4.0",
15-
"illuminate/database": "~5.8.0|^6.0|^7.0"
14+
"php": "^7.2.5",
15+
"illuminate/database": "^7.0"
1616
},
1717
"autoload": {
1818
"psr-4": {

0 commit comments

Comments
 (0)