From b2479cac69d45a41d25be2b4edadb71497a714e1 Mon Sep 17 00:00:00 2001 From: Shift Date: Mon, 31 Jan 2022 16:30:06 +0000 Subject: [PATCH] Bump dependencies for Laravel 9 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0cb79d2..ad4ecbe 100644 --- a/composer.json +++ b/composer.json @@ -20,8 +20,8 @@ ], "require": { "php": "^5.6.4 || ^7.0 || ^8.0", - "illuminate/support": "^5.0|^6.0|^7.0|^8.0", - "illuminate/view": "^5.0|^6.0|^7.0|^8.0", + "illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0", + "illuminate/view": "^5.0|^6.0|^7.0|^8.0|^9.0", "guzzlehttp/guzzle": "^6.2|^7.0" }, "require-dev": {