From 59294673a5b9543ae6e8d3fa59ba0a3365590c13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rnar=20Hetles=C3=A6ther?= Date: Fri, 18 Feb 2022 15:27:31 +0100 Subject: [PATCH] Add support for Laravel 9 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 39dbb45..0ba8d65 100644 --- a/composer.json +++ b/composer.json @@ -13,9 +13,9 @@ "minimum-stability": "dev", "require": { "php": ">=7.0", - "illuminate/contracts": "^5.5|^6.0|^7.0|^8.0", - "illuminate/notifications": "^5.5|^6.0|^7.0|^8.0", - "illuminate/support": "^5.5|^6.0|^7.0|^8.0" + "illuminate/contracts": "^5.5|^6.0|^7.0|^8.0|^9.0", + "illuminate/notifications": "^5.5|^6.0|^7.0|^8.0|^9.0", + "illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0" }, "autoload": { "psr-4": {