From 1a0da2351050d8a336ddfab92e3836c7941e4a21 Mon Sep 17 00:00:00 2001 From: Alireza Sedghi Date: Wed, 15 Feb 2023 19:28:22 +0330 Subject: [PATCH] Update composer.json to support Laravel 10 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 17e1d5d..e19ea65 100644 --- a/composer.json +++ b/composer.json @@ -11,10 +11,10 @@ ], "require": { "php": "~7.4|| ^8", - "illuminate/support": "^6|^7|^8|^9" + "illuminate/support": "^6|^7|^8|^9|^10" }, "require-dev" : { - "phpunit/phpunit": "^8" + "phpunit/phpunit": "^8|^9|^10" }, "autoload": { "psr-4": {