From 55fe7c5e7ba0fa8a813871a63a9e549e3b55c394 Mon Sep 17 00:00:00 2001 From: Daniel Mason Date: Wed, 9 Feb 2022 22:50:35 +0000 Subject: [PATCH] Add Laravel 9 Support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e32c9d2..93fdeb4 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ ], "require": { "php": "^7.2.5|^8.0", - "illuminate/support": "^7.0|^8.0", - "illuminate/filesystem": "^7.0|^8.0", + "illuminate/support": "^7.0|^8.0|^9.0", + "illuminate/filesystem": "^7.0|^8.0|^9.0", "doctrine/annotations": "~1.2", "phpdocumentor/reflection-docblock": "^3.1 || ^4.1 || ^5" },