irazasyed / telegram-bot-sdk

🤖 Telegram Bot API PHP SDK. Lets you build Telegram Bots easily! Supports Laravel out of the box.
https://telegram-bot-sdk.com
BSD 3-Clause "New" or "Revised" License
2.99k stars 660 forks source link

installation error in last laravel version #887

Closed metif12 closed 3 years ago

metif12 commented 3 years ago

Problem 1

"laravel/framework": "^8.54",

RhysLees commented 3 years ago

Update your composer file to include this in the "require" section then run composer update.

"irazasyed/telegram-bot-sdk": "^3.4.1",

This fixed it for me.

metif12 commented 3 years ago

Update your composer file to include this in the "require" section then run composer update.

"irazasyed/telegram-bot-sdk": "^3.4.1",

This fixed it for me.

thanks. that fixed it for me too. would you mind update installation guide at https://telegram-bot-sdk.readme.io/docs ?!

RhysLees commented 3 years ago

Update your composer file to include this in the "require" section then run composer update.

"irazasyed/telegram-bot-sdk": "^3.4.1",

This fixed it for me.

thanks. that fixed it for me too. would you mind update installation guide at https://telegram-bot-sdk.readme.io/docs ?!

The docs haven't been updated, I'm waiting for the same thing, I would make a PR but I dno if there is a git repo for it

RhysLees commented 3 years ago

Update your composer file to include this in the "require" section then run composer update.

"irazasyed/telegram-bot-sdk": "^3.4.1",

This fixed it for me.

thanks. that fixed it for me too. would you mind update installation guide at https://telegram-bot-sdk.readme.io/docs ?!

The docs haven't been updated, I'm waiting for the same thing, I would make a PR but I dno if there is a git repo for it

Just seen in another issue that mentioned the v4.0 docs site is being worked on

ynaderi1959 commented 2 years ago
"irazasyed/telegram-bot-sdk": "^3.5",