Closed littpi-zz closed 4 years ago
How to install this fix. when i want to install i get following error
@sitenzo Make sure you use version 0.61 and above :+1:
@noplanman How can i use 0.61, in my composer i have "php-telegram-bot/laravel": "^1.1.1" there is no update available and i'm on version 0.60 see my settings in issue #548473794
@sitenzo To define a specific version to be used you can use the following in your composer.json
:
"require": {
"php-telegram-bot/laravel": "^1.1.1",
"longman/telegram-bot": "0.61 as 0.60"
}
This will tell composer to use version 0.61
in place of 0.60
.
I'll upate this by default with the next release 👍
Fix #11.