From 806cc8bb416a11810a78455e0d97502b09623b5a Mon Sep 17 00:00:00 2001 From: Mohamed Samir Date: Mon, 10 Apr 2023 07:35:57 +0200 Subject: [PATCH] support laravel 10 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 4c87e03..a4a080d 100644 --- a/composer.json +++ b/composer.json @@ -24,11 +24,11 @@ } ], "require": { - "php": "^8.0", - "illuminate/support": "^9.0" + "php": "^8.1", + "illuminate/support": "^10.0" }, "require-dev": { - "orchestra/testbench": "^7.24", + "orchestra/testbench": "^8.3", "phpunit/phpunit": "^9.6" }, "autoload": {