From aed06d7d960bbdd323d423fc5a6c5a3700bd6998 Mon Sep 17 00:00:00 2001 From: rdgout Date: Mon, 18 Mar 2024 13:05:12 +0100 Subject: [PATCH] Support Laravel 11 --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 53a3274..86d82e3 100644 --- a/composer.json +++ b/composer.json @@ -12,16 +12,16 @@ "license": "MIT", "authors": [], "require": { - "php": "^8.1", - "illuminate/console": "^10.0", - "illuminate/database": "^10.0", - "illuminate/support": "^10.0", - "illuminate/routing": "^10.0" + "php": "^8.2", + "illuminate/console": "^11.0", + "illuminate/database": "^11.0", + "illuminate/support": "^11.0", + "illuminate/routing": "^11.0" }, "require-dev": { - "phpunit/phpunit": "^9.5||^10.0", + "phpunit/phpunit": "^10.0||^11.0", "mockery/mockery": "^1.4", - "orchestra/testbench": "^8.0" + "orchestra/testbench": "^9.0" }, "autoload": { "psr-4": {