From 6cd0eabb093417bcfab456dccf9595cbd26e554f Mon Sep 17 00:00:00 2001 From: Shift Date: Wed, 1 Feb 2023 13:04:28 +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 79eda87..4310591 100644 --- a/composer.json +++ b/composer.json @@ -16,12 +16,12 @@ } ], "require": { - "php": "^8.0|^8.1", - "illuminate/support": "^9.0" + "php": "^8.1", + "illuminate/support": "^10.0" }, "require-dev": { - "orchestra/testbench": "^6.0", - "phpunit/phpunit": "^9.0" + "orchestra/testbench": "^8.0", + "phpunit/phpunit": "^9.5.10" }, "autoload": { "psr-4": {