Skip to content

Commit 20ea12b

Browse files
authored
Add Laravel 8 Support (jamesmills#51)
1 parent 575ffbc commit 20ea12b

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
@@ -14,7 +14,7 @@
1414
],
1515
"require": {
1616
"php": ">=7.1",
17-
"laravel/framework": "5.6.* || 5.7.* || 5.8.* || ^6 || ^7",
17+
"laravel/framework": "5.6.* || 5.7.* || 5.8.* || ^6 || ^7 || ^8",
1818
"torann/geoip": "^1.0",
1919
"nesbot/carbon": "^1.0 || ^2.0"
2020
},

0 commit comments

Comments
 (0)