From 6f1e059cf730c620a814a44ea9a4e03f69eda74f Mon Sep 17 00:00:00 2001 From: Laravel Shift Date: Wed, 31 May 2023 07:12:12 -0400 Subject: [PATCH] Bump dependencies for Laravel 10 (#19) --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 55e268f..845735d 100644 --- a/composer.json +++ b/composer.json @@ -18,8 +18,8 @@ ], "require": { "php": "^7.3|^8.0", - "illuminate/events": "^7|^8|^9", - "illuminate/support": "^7|^8|^9", + "illuminate/events": "^7|^8|^9|^10.0", + "illuminate/support": "^7|^8|^9|^10.0", "symfony/event-dispatcher": "^5.1", "symfony/workflow": "^5.1", "symfony/property-access": "^5.1" @@ -29,7 +29,7 @@ "laravel/legacy-factories": "^1.1", "mockery/mockery": "^1.3|^1.4.2", "orchestra/database": "^5|^6|^7", - "orchestra/testbench": "^5|^6|^7", + "orchestra/testbench": "^5|^6|^7|^8.0", "phpunit/phpunit": "^8|^9" }, "extra": {