From 000856ca189555ff4fd0b0a10266a28c124541a9 Mon Sep 17 00:00:00 2001 From: Egoist Date: Sun, 26 Mar 2023 02:37:46 +0300 Subject: [PATCH] Upgrade to Laravel 10.x --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 6381c14..b5bf208 100644 --- a/composer.json +++ b/composer.json @@ -18,14 +18,14 @@ "source": "https://github.com/laravel-ready/theme-manager" }, "require": { - "php": "^8.0 || ^8.1", - "illuminate/support": "^8.0 || ^9.0", + "php": "^8.1 || ^8.0", + "illuminate/support": "^10.0 || ^9.0 || ^8.0", "nelexa/zip": "^4.0" }, "require-dev": { - "mockery/mockery": "^1.0", - "orchestra/testbench": "^6.0", - "phpunit/phpunit": "^9.0" + "mockery/mockery": "^1.5.1", + "orchestra/testbench": "^v8.0.8", + "phpstan/phpstan-phpunit": "^1.3.10" }, "autoload": { "psr-4": {