8000 Require Laravel 5.x or 6.x instaed of 5.0 - 6.0 · laravel-shift/GeocoderLaravel@9a41544 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9a41544

Browse files
authored
Require Laravel 5.x or 6.x instaed of 5.0 - 6.0
1 parent cecbcfd commit 9a41544

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
@@ -28,8 +28,8 @@
2828
"geocoder-php/google-maps-provider": "^4.0",
2929
"guzzlehttp/psr7": "*",
3030
"http-interop/http-factory-guzzle": "^1.0",
31-
"illuminate/cache": "5.0 - 6.0",
32-
"illuminate/support": "5.0 - 6.0",
31+
"illuminate/cache": "^5.0|^6.0",
32+
"illuminate/support": "^5.0|^6.0",
3333
"php-http/curl-client": "*",
3434
"php": ">=7.1.3",
3535
"willdurand/geocoder": "^4.0"

0 commit comments

Comments
 (0)
0