I'm using php 8 to work with laravel 8. And I'm getting this error while installing:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- longman/telegram-bot 0.53.0 requires php ^5.5|^7.0 -> your php version (8.0.7) does not satisfy that requirement.
- php-telegram-bot/laravel 0.0.1 requires longman/telegram-bot ^0.53.0 -> satisfiable by longman/telegram-bot[0.53.0].
- Root composer.json requires php-telegram-bot/laravel ^0.0.1 -> satisfiable by php-telegram-bot/laravel[0.0.1].
Installation failed, deleting ./composer.json.
I'm using php 8 to work with laravel 8. And I'm getting this error while installing: