From 8f2d156157ea69e82c642b94ef81febf88ad5ade Mon Sep 17 00:00:00 2001 From: Shift Date: Tue, 27 Feb 2024 01:24:34 +0000 Subject: [PATCH] Bump dependencies for Laravel 11 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index b88bf2d..a7b67f7 100644 --- a/composer.json +++ b/composer.json @@ -3,13 +3,13 @@ "description": "Postgis extensions for laravel. Aims to make it easy to work with geometries from laravel models", "require": { "php": ">=7.1", - "illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", "geo-io/wkb-parser": "^1.0", "jmikola/geojson": "^1.0", "bosnadev/database": "^0.21|dev-master" }, "require-dev": { - "illuminate/pagination": "^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/pagination": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", "phpunit/phpunit": ">=8.5.23", "mockery/mockery": "^1.3" },