TelegramBot / Api

Native PHP Wrapper for Telegram BOT API
MIT License
1.06k stars 324 forks source link

Use symfony/phpunit-bridge and github actions #408

Closed BoShurik closed 1 year ago

bernard-ng commented 1 year ago

Thanks for this refactoring, is it really necessary to maintain the support of PHP 5.5 to 7.4 this limits us enormously in the improvements we can make, this library would be so easy to use with the named properties and the readonly modifier etc...

as far as possible maybe have a 3.x version with PHP 8.* support and maintain the 2.x version for PHP 5.5 to 7.4, it's a lot of work I'm aware but it could help to perpetuate the library and make upgrades possible, the telegram api is now at version 6.7 our implementation is at 6.4

rustamwin commented 1 year ago

Yes, there is also the option of releasing two parallel versions, but this may require additional resources.