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
3.04k stars 671 forks source link

guzzlehttp/guzzle version #1065

Closed wking0702 closed 1 year ago

wking0702 commented 1 year ago

Drupal 10 has the guzzlehttp/guzzle version ~7.5.0 dependency. And your library depends on guzzlehttp/guzzle version ^7.4.5...

Is it possible to change this dependency?

irazasyed commented 1 year ago

What is the issue? That's the minimum version package requires.

wking0702 commented 1 year ago

Yes, everything is correct. Sorry.