irazasyed / telegram-bot-sdk

🤖 Telegram Bot API PHP SDK. Lets you build Telegram Bots easily! Supports Laravel out of the box.

Home Page:https://telegram-bot-sdk.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade laravel 10 conflict

PerawatNgoding opened this issue · comments

I have try to upgrade my project to laravel 10, but i got error on this package with text require illuminate support 5.8 - 9, i see on this package update is 5.8 - 10 for laravel 10 compability, but its not working.

Set the version dev-develop in your composer and update.

commented

Set the version dev-develop in your composer and update.

i have same problem.

commented

composer require "irazasyed/telegram-bot-sdk dev-develop"

OR

"require": {
    "irazasyed/telegram-bot-sdk": "dev-develop",
},

Set the version dev-develop in your composer and update.

Thank. I solve my issue
"require": { "irazasyed/telegram-bot-sdk": "dev-develop", },