From 03dab690710d406e9072f82100c692e898649861 Mon Sep 17 00:00:00 2001 From: Shift Date: Tue, 18 Feb 2025 14:52:40 +0000 Subject: [PATCH] Bump dependencies for Laravel 12 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 7b0dbb1..ebe0dcd 100644 --- a/composer.json +++ b/composer.json @@ -16,10 +16,10 @@ "type": "library", "require": { "php": "^7.3||^8.0", - "illuminate/queue": "^7.0||^8.0||^9.0|^10.0||^11.0", - "illuminate/contracts": "^7.0||^8.0||^9.0|^10.0||^11.0", - "illuminate/cache": "^7.0||^8.0||^9.0|^10.0||^11.0", - "illuminate/log": "^7.0||^8.0||^9.0|^10.0||^11.0" + "illuminate/queue": "^7.0||^8.0||^9.0|^10.0||^11.0||^12.0", + "illuminate/contracts": "^7.0||^8.0||^9.0|^10.0||^11.0||^12.0", + "illuminate/cache": "^7.0||^8.0||^9.0|^10.0||^11.0||^12.0", + "illuminate/log": "^7.0||^8.0||^9.0|^10.0||^11.0||^12.0" }, "authors": [ {