From f35920db4692d99ceb719e9f7113abc13adff1be Mon Sep 17 00:00:00 2001 From: Deon George Date: Mon, 30 May 2022 11:47:02 +1000 Subject: [PATCH] Update for Laravel 9 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index b0a37d9..ea90f4b 100644 --- a/composer.json +++ b/composer.json @@ -16,8 +16,8 @@ } ], "require": { - "php": "^7.4|^8.0", - "illuminate/database": "^8.0" + "php": "^8.0", + "illuminate/database": "^9.0" }, "require-dev": { },