From c1888af06de25ca1452c4c551ba7b2d5ed923b34 Mon Sep 17 00:00:00 2001 From: Siavash Date: Wed, 9 Feb 2022 10:45:13 +0330 Subject: [PATCH] Laravel 9 support --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 7af3902..6e032c6 100644 --- a/composer.json +++ b/composer.json @@ -9,12 +9,12 @@ "type": "library", "require": { "php": ">=7.2.5", - "illuminate/console": "^6|^7|^8", - "illuminate/database": "^6.20.12|^7.30.4|^8.22.1", - "illuminate/support": "^6|^7|^8" + "illuminate/console": "^6|^7|^8|^9", + "illuminate/database": "^6.20.12|^7.30.4|^8.22.1|^9", + "illuminate/support": "^6|^7|^8|^9" }, "require-dev": { - "orchestra/testbench": "^3|^4|^5" + "orchestra/testbench": "^3|^4|^5|^6|^7" }, "description": "Laravel Auto Hard Deleter", "license": "MIT",