From 6163b0b215506ceb0d52baa0339b8f8edc7f72c3 Mon Sep 17 00:00:00 2001 From: Etopian Inc Date: Tue, 31 Oct 2023 17:46:48 +0500 Subject: [PATCH] Update composer.json for Laravel 10. --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index daf3d21..a152329 100644 --- a/composer.json +++ b/composer.json @@ -28,12 +28,12 @@ "php": "^7.3|^7.4|^8.0", "aws/aws-sdk-php": "^3.178", "guzzlehttp/guzzle": "^6.0|^7.0", - "illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0", + "illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0", "ext-json": "*" }, "require-dev": { - "orchestra/testbench": "^4.0|^5.0|^6.0|^7.0", - "phpunit/phpunit": "^5.0|^6.0|^8.0|^9.3" + "orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0", + "phpunit/phpunit": "^5.0|^6.0|^8.0|^9.0|^10.0" }, "autoload": { "psr-4": {