8000 Merge pull request #161 from JaZo/patch-1 · geocoder-php/GeocoderLaravel@c9e28f3 · GitHub
[go: up one dir, main page]

Skip to content

Commit c9e28f3

Browse files
authored
Merge pull request #161 from JaZo/patch-1
Require Laravel 5.x or 6.x instead of 5.0 - 6.0
2 parents cecbcfd + 9a41544 commit c9e28f3

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