From 95f22204b9e4ed1c48f77cd1a098f159ddbe9e2b Mon Sep 17 00:00:00 2001 From: Shift Date: Mon, 30 Jan 2023 16:36:02 +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 8110874..3ff4c93 100644 --- a/composer.json +++ b/composer.json @@ -17,12 +17,12 @@ ], "require": { "php": "^7.3|^8.0", - "illuminate/view": "^6.0|^7.0|^8.0|^9.0", - "illuminate/console": "^6.0|^7.0|^8.0|^9.0", - "illuminate/mail": "^6.0|^7.0|^8.0|^9.0" + "illuminate/view": "^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/mail": "^6.0|^7.0|^8.0|^9.0|^10.0" }, "require-dev": { - "orchestra/testbench": "^5.1|^6.3|^7.0", + "orchestra/testbench": "^5.1|^6.3|^7.0|^8.0", "phpunit/phpunit": "^8.0|^9.0" }, "autoload": {