From c85e04e0a9cc1621bad74c31339f4c9ff5669454 Mon Sep 17 00:00:00 2001 From: Muath Alsowadi <34031333+muath-ye@users.noreply.github.com> Date: Mon, 27 Nov 2023 09:57:53 +0300 Subject: [PATCH] Add support to laravel 10 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index deac48bcb..e38d5f53c 100644 --- a/composer.json +++ b/composer.json @@ -33,19 +33,19 @@ } }, "require": { - "php": "^7.4|^8.0", - "illuminate/container": "^8.0|^9.0", + "php": "^7.4|^8.0|^8.1", + "illuminate/container": "^8.0|^9.0|^10.0", "mnapoli/silly": "^1.7", "symfony/process": "^4.0|^5.0|^6.0", "nategood/httpful": "^0.3", "phpseclib/phpseclib": "^3.0", - "illuminate/collections": "^8.0|^9.0" + "illuminate/collections": "^8.0|^9.0|^10.0" }, "require-dev": { "phpunit/phpunit": "^8.5|^9.5", "mockery/mockery": "^1.4", "spatie/docker": "^1.7", - "illuminate/testing": "^8.20|^9.0" + "illuminate/testing": "^8.20|^9.0|^10.0" }, "bin": [ "valet"