Skip to content

Commit

Permalink
Merge pull request #161 from JaZo/patch-1
Browse files Browse the repository at this point in the history
Require Laravel 5.x or 6.x instead of 5.0 - 6.0
  • Loading branch information
mikebronner authored Oct 2, 2019
2 parents cecbcfd + 9a41544 commit c9e28f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"geocoder-php/google-maps-provider": "^4.0",
"guzzlehttp/psr7": "*",
"http-interop/http-factory-guzzle": "^1.0",
"illuminate/cache": "5.0 - 6.0",
"illuminate/support": "5.0 - 6.0",
"illuminate/cache": "^5.0|^6.0",
"illuminate/support": "^5.0|^6.0",
"php-http/curl-client": "*",
"php": ">=7.1.3",
"willdurand/geocoder": "^4.0"
Expand Down

0 comments on commit c9e28f3

Please sign in to comment.