From 5e26052524b3f1ca9293c03977e2bb2f1b1fb9d1 Mon Sep 17 00:00:00 2001 From: Egoist Date: Wed, 15 Mar 2023 02:51:55 +0300 Subject: [PATCH] Update composer.json --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 0a974d2..f8b1c41 100644 --- a/composer.json +++ b/composer.json @@ -19,13 +19,13 @@ "source": "https://github.com/laravel-ready/ultimate-support" }, "require": { - "php": "^8.0.2", - "illuminate/support": "^9.0" + "php": "^8.1 || ^8.0", + "illuminate/support": "^10.0 || ^9.0" }, "require-dev": { - "mockery/mockery": "^1.4", - "orchestra/testbench": "^7.0.0", - "phpunit/phpunit": "^9.5" + "mockery/mockery": "^1.5 || ^1.4", + "orchestra/testbench": "^7.5 || ^7.0.0", + "phpunit/phpunit": "^10.0 || ^9.5" }, "autoload": { "psr-4": {