From 1170f12c169ce59f44d3a1fb8cf047f71702ba9c Mon Sep 17 00:00:00 2001 From: Shift Date: Tue, 27 Feb 2024 01:04:17 +0000 Subject: [PATCH] Bump dependencies for Laravel 11 --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 0445d0f..f28ed4f 100644 --- a/composer.json +++ b/composer.json @@ -21,11 +21,11 @@ }, "require": { "php": "^8.0 || ^8.1", - "illuminate/translation": "^9.0 || ^10.0", - "illuminate/config": "^9.0 || ^10.0", - "illuminate/support": "^9.0 || ^10.0", - "illuminate/view": "^9.0 || ^10.0", - "illuminate/filesystem": "^9.0 || ^10.0" + "illuminate/translation": "^9.0 || ^10.0 || ^11.0", + "illuminate/config": "^9.0 || ^10.0 || ^11.0", + "illuminate/support": "^9.0 || ^10.0 || ^11.0", + "illuminate/view": "^9.0 || ^10.0 || ^11.0", + "illuminate/filesystem": "^9.0 || ^10.0 || ^11.0" }, "require-dev": { "laravel/laravel": "^10.0", @@ -47,6 +47,6 @@ "dev-master": "1.0-dev" } }, - "minimum-stability" : "dev", - "prefer-stable" : true + "minimum-stability": "dev", + "prefer-stable": true }