Skip to content

Commit adb0417

Browse files
authored
Merge pull request mstaack#117 from gueroverde/enhancement/support-for-laravel6
Update constrains composer to Support Laravel 6.0
2 parents c0b9526 + 3836642 commit adb0417

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
@@ -3,7 +3,7 @@
33
"description": "Postgis extensions for laravel. Aims to make it easy to work with geometries from laravel models",
44
"require": {
55
"php": ">=5.5",
6-
"illuminate/database": "^5.2",
6+
"illuminate/database": "^5.2|^6.0",
77
"geo-io/wkb-parser": "^1.0",
88
"jmikola/geojson": "^1.0",
99
"bosnadev/database": "0.18.1"

0 commit comments

Comments
 (0)