From 46563548b154743a77a11d5ec24e58f05d537721 Mon Sep 17 00:00:00 2001 From: Altin Maloku Date: Sat, 23 Mar 2024 09:05:29 +0100 Subject: [PATCH] Bump dependencies for Laravel 11 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 182d1ed0d..1008e2ba9 100644 --- a/composer.json +++ b/composer.json @@ -27,13 +27,13 @@ }, "require": { "php": "^7.1.3 || ^8.0", - "illuminate/support": "^5.6 || ^6 || ^7 || ^8 || ^9 || ^10", + "illuminate/support": "^5.6 || ^6 || ^7 || ^8 || ^9 || ^10 || ^11", "guzzlehttp/guzzle": "^6 || ^7", "monolog/monolog": "^1.12||^2.0||^3.2" }, "require-dev": { "phpunit/phpunit" : "^7 || ^8 || ^9", - "laravel/laravel": "^5.6 || ^6 || ^7 || ^8 || ^9 || ^10", + "laravel/laravel": "^5.6 || ^6 || ^7 || ^8 || ^9 || ^10 || ^11", "phpstan/phpstan": "^1.4", "wdes/coding-standard": "^3.2" },