From 53196f1409df82ad130e5bfeeb3e67c71ca5a706 Mon Sep 17 00:00:00 2001 From: Sam Maosa Date: Wed, 23 Feb 2022 20:39:04 +0300 Subject: [PATCH] Update composer.json Add support for Laravel 9 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 193a276..8c0e732 100644 --- a/composer.json +++ b/composer.json @@ -20,11 +20,11 @@ } ], "require": { - "php": "^7.4|^8.0", - "illuminate/support": "^8.0" + "php": "^7.4|^8.0|^8.1", + "illuminate/support": "^8.0|^9.0" }, "require-dev": { - "orchestra/testbench": "^6.0", + "orchestra/testbench": "^6.0|^7.0", "phpunit/phpunit": "^9.0" }, "autoload": {