From 4982aeeb01cd163ad3fcad9005621c60c23b433b Mon Sep 17 00:00:00 2001 From: ideacatlab Date: Mon, 23 Mar 2026 22:16:00 +0200 Subject: [PATCH] Add Laravel 13 support to illuminate constraints --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index d2853ca..dbb880f 100644 --- a/composer.json +++ b/composer.json @@ -20,8 +20,8 @@ "homepage": "https://github.com/saloonphp/laravel-plugin", "require": { "php": "^8.2", - "illuminate/console": "^11.0 || ^v12.39.0", - "illuminate/support": "^11.0 || ^12.39.0", + "illuminate/console": "^11.0 || ^12.39.0 || ^13.0", + "illuminate/support": "^11.0 || ^12.39.0 || ^13.0", "saloonphp/saloon": "^3.5", "symfony/finder": "^6.4 || ^7.0" },