From 3836642da00b29d1ab9a583dd4129dbcd39cc5fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20S=C3=A1nchez=20Palafox?= Date: Wed, 4 Sep 2019 10:31:11 -0500 Subject: [PATCH] Add Support for Laravel 6.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dda8fb4..f52f5ec 100644 --- a/composer.json +++ b/composer.json @@ -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"