Skip to content

Commit 38f3867

Browse files
committed
drop php<7.4 support and improvements
in 2022, just a few people still use php<7.4.
1 parent d0f8506 commit 38f3867

File tree

3 files changed

+153
-163
lines changed

3 files changed

+153
-163
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TelegramBotPHP
22
[![API](https://img.shields.io/badge/Telegram%20Bot%20API-April%2016%2C%202022-36ade1.svg)](https://core.telegram.org/bots/api)
3-
![PHP](https://img.shields.io/badge/php-%3E%3D5.3-8892bf.svg)
3+
![PHP](https://img.shields.io/badge/php-%3E%3D7.4-8892bf.svg)
44
![CURL](https://img.shields.io/badge/cURL-required-green.svg)
55

66
[![Total Downloads](https://poser.pugx.org/parsapooorsh/telegrambotphp/downloads)](https://packagist.org/packages/parsapooorsh/telegrambotphp)
@@ -13,8 +13,8 @@ Compliant with the April 16, 2022 Telegram Bot API update.
1313
Requirements
1414
---------
1515

16-
* PHP >= 5.3
17-
* Curl extension for PHP5 must be enabled.
16+
* PHP >= 7.4
17+
* Curl extension for PHP7 must be enabled.
1818
* Telegram API key, you can get one simply with [@BotFather](https://core.telegram.org/bots#botfather) with simple commands right after creating your bot.
1919

2020
For the WebHook:

0 commit comments

Comments
 (0)