From 8b7a2bc9526aa7c17189b435769e48fdf651aa0a Mon Sep 17 00:00:00 2001 From: Yied Pozi Date: Fri, 21 Mar 2025 16:35:12 +0800 Subject: [PATCH] update composer.json; bump laravel version support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ba810d9..646cffc 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "homepage": "https://github.com/php-telegram-bot/laravel", "keywords": ["laravel", "telegram", "bot"], "require": { - "illuminate/support": "~7|~8|~9|~10", + "illuminate/support": "~7|~8|~9|~10|~11|~12", "longman/telegram-bot": "^0.81", "ext-pcntl": "*" },