Skip to content

Commit

Permalink
Add Support for Laravel 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gueroverde committed Sep 4, 2019
1 parent c0b9526 commit 3836642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Postgis extensions for laravel. Aims to make it easy to work with geometries from laravel models",
"require": {
"php": ">=5.5",
"illuminate/database": "^5.2",
"illuminate/database": "^5.2|^6.0",
"geo-io/wkb-parser": "^1.0",
"jmikola/geojson": "^1.0",
"bosnadev/database": "0.18.1"
Expand Down

0 comments on commit 3836642

Please sign in to comment.