Skip to content

Commit 47ca366

Browse files
authored
Add support for Laravel 6, 7 and 8
1 parent 9a90c8b commit 47ca366

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
@@ -4,7 +4,7 @@
44
"type": "library",
55
"require": {
66
"php": ">=7.1",
7-
"laravel/framework": "^5.6",
7+
"laravel/framework": "^5.6||^6.0||^7.0||^8.0",
88
"divineomega/php-geolocation": "^2.0",
99
"divineomega/do-file-cache-psr-6": "^2.0"
1010
},

0 commit comments

Comments
 (0)