From 8ff22d507de774ffbd18c4f694f225ab894058ac Mon Sep 17 00:00:00 2001 From: Shift Date: Sat, 2 Mar 2024 02:09:20 +0000 Subject: [PATCH] Bump dependencies for Laravel 11 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index d69c805..5e44d71 100644 --- a/composer.json +++ b/composer.json @@ -25,15 +25,15 @@ ], "minimum-stability": "dev", "require": { - "illuminate/support": "^8.0|^9.0|^10.0", - "illuminate/config": "^8.0|^9.0|^10.0", + "illuminate/support": "^8.0|^9.0|^10.0|^11.0", + "illuminate/config": "^8.0|^9.0|^10.0|^11.0", "alexpechkarev/geometry-library": "^1.0.2|^1.0", "jbroadway/urlify": "^1.1|^1.2|dev-voku-portable-ascii-2.0", "ext-json": "*", "ext-curl": "*" }, "require-dev": { - "phpunit/phpunit": "4.7.*|^9.6.3" + "phpunit/phpunit": "4.7.*|^9.6.3|^10.5" }, "autoload": { "psr-4": {