From f74f0a43918127decb45a7c5670093a98bd8fafc Mon Sep 17 00:00:00 2001 From: Marco Raddatz Date: Fri, 15 Mar 2024 19:09:11 +0100 Subject: [PATCH] Added support for Laravel 11 --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 112ddec..f278e17 100644 --- a/composer.json +++ b/composer.json @@ -17,17 +17,17 @@ ], "require": { "php": "^8.1", - "illuminate/contracts": "^9.52|^10.0", - "illuminate/events": "^9.52|^10.0", - "illuminate/notifications": "^9.52|^10.0", - "illuminate/routing": "^9.52|^10.0", - "illuminate/support": "^9.52|^10.0", - "illuminate/view": "^9.52|^10.0", + "illuminate/contracts": "^9.52|^10.0|^11.0", + "illuminate/events": "^9.52|^10.0|^11.0", + "illuminate/notifications": "^9.52|^10.0|^11.0", + "illuminate/routing": "^9.52|^10.0|^11.0", + "illuminate/support": "^9.52|^10.0|^11.0", + "illuminate/view": "^9.52|^10.0|^11.0", "spatie/laravel-package-tools": "^1.0" }, "require-dev": { "laravel/pint": "^1.10", - "orchestra/testbench": "^7.25|^8.0", + "orchestra/testbench": "^7.25|^8.0|^9.0", "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^9.5" },