From ff1251b691c7cf16694e8218eff0c40b9e00cbe1 Mon Sep 17 00:00:00 2001 From: Shift Date: Mon, 30 Jan 2023 22:03:19 +0000 Subject: [PATCH] Bump dependencies for Laravel 10 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 2be83b6..056866b 100644 --- a/composer.json +++ b/composer.json @@ -22,11 +22,11 @@ ], "require": { "php": ">=5.5.0", - "illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0", - "illuminate/queue": "5.*|^6.0|^7.0|^8.0|^9.0", - "illuminate/bus": "5.*|^6.0|^7.0|^8.0|^9.0", + "illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/queue": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/bus": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0", "aws/aws-sdk-php": "~3.0", - "illuminate/http": "5.*|^6.0|^7.0|^8.0|^9.0" + "illuminate/http": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0" }, "require-dev": { "phpunit/phpunit": "3.7.*|^9.5.10",