From 4652d578c6282b925fc96519024227192565c531 Mon Sep 17 00:00:00 2001 From: Siros Fakhri Date: Mon, 29 May 2023 21:13:24 +0330 Subject: [PATCH] Laravel-10-compatibility --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index f6841a7..9140637 100755 --- a/composer.json +++ b/composer.json @@ -17,13 +17,13 @@ ], "require": { "php": ">=7.4|^8.0", - "illuminate/support": "^6.0|^7.0|^8.0|^9.0" + "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0" }, "require-dev": { "daniel-werner/php-quality-tools": "^2.0", "liip/rmt": "^1.6", - "orchestra/testbench": "^4.0|^5.0|^6.0|^7.0", - "phpunit/phpunit": "^8.0|^9.0" + "orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.0", + "phpunit/phpunit": "^8.0|^9.0|^10.0" }, "autoload": { "psr-4": {