From ce27e89023907b183435000ff34a8538f70cca39 Mon Sep 17 00:00:00 2001 From: Laravel Shift Date: Fri, 24 Feb 2023 22:53:55 -0500 Subject: [PATCH] Bump dependencies for Laravel 10 (#315) --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index b15fa7b..f7c36e9 100644 --- a/composer.json +++ b/composer.json @@ -10,14 +10,14 @@ ], "require": { "php": ">=8.0", - "illuminate/contracts": "^8.0|^9.0", - "illuminate/support": "^8.0|^9.0", - "spatie/laravel-fractal": "^6.0", + "illuminate/contracts": "^8.0|^9.0|^10.0", + "illuminate/support": "^8.0|^9.0|^10.0", + "spatie/laravel-fractal": "^6.0|dev-main", "laravel/legacy-factories": "^1.0" }, "require-dev": { "phpunit/phpunit": "^8.0|^9.0", - "orchestra/testbench": "^7.0", + "orchestra/testbench": "^7.0|^8.0", "mockery/mockery": "^1.0.0" }, "license": "MIT",