From ebf9c261ae103ddf0491690e3d5fa79268628576 Mon Sep 17 00:00:00 2001 From: ndifon Date: Thu, 9 May 2024 17:40:22 +0100 Subject: [PATCH] Laravel 11 Support (#10) fixes #9 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 69ca3c3..3b91def 100644 --- a/composer.json +++ b/composer.json @@ -19,13 +19,13 @@ }, "require": { "hidehalo/nanoid-php": "^1.1", - "illuminate/auth": "^8.0|^9.0|^10.0", - "illuminate/support": "^8.0|^9.0|^10.0" + "illuminate/auth": "^8.0|^9.0|^10.0|^11.0", + "illuminate/support": "^8.0|^9.0|^10.0|^11.0" }, "require-dev": { "ext-pdo": "*", "pestphp/pest": "^2.0", - "orchestra/testbench": "^8.0", + "orchestra/testbench": "^8.0|^9.0", "laravel/pint": "^1.10" }, "extra": {