From 5cbf73e157a541a89275e78a439cea6b43e2f4eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82?= Date: Mon, 5 Dec 2022 14:18:10 +0100 Subject: [PATCH] Add support for Laravel 9 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 4451cb50..09220708 100644 --- a/composer.json +++ b/composer.json @@ -18,13 +18,13 @@ "php": ">=7.3", "ext-pdo": "*", "ext-json": "*", - "illuminate/database": "^8.0", + "illuminate/database": "^8.0|^9.0", "geo-io/wkb-parser": "^1.0", "jmikola/geojson": "^1.0" }, "require-dev": { "phpunit/phpunit": "~6.5", - "laravel/laravel": "^8.0", + "laravel/laravel": "^8.0|^9.0", "doctrine/dbal": "^2.5", "laravel/browser-kit-testing": "^2.0", "mockery/mockery": "^1.3"