@@ -18,7 +18,7 @@ A Telegram Bot based on the official [Telegram Bot API]
18
18
[ ![ Dependencies] ( https://tidelift.com/badges/github/php-telegram-bot/core?style=flat )] [ Tidelift ]
19
19
[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/longman/telegram-bot.svg )] ( https://packagist.org/packages/longman/telegram-bot )
20
20
[ ![ Downloads Month] ( https://img.shields.io/packagist/dm/longman/telegram-bot.svg )] ( https://packagist.org/packages/longman/telegram-bot )
21
- [ ![ Minimum PHP Version] ( http://img.shields.io/badge/php-%3E%3D7.3 -8892BF.svg )] ( https://php.net/ )
21
+ [ ![ Minimum PHP Version] ( http://img.shields.io/badge/php-%3E%3D8.1 -8892BF.svg )] ( https://php.net/ )
22
22
[ ![ License] ( https://img.shields.io/packagist/l/longman/telegram-bot.svg )] ( https://github.com/php-telegram-bot/core/LICENSE )
23
23
24
24
## Table of Contents
@@ -176,7 +176,7 @@ Create *composer.json* file
176
176
"name": "yourproject/yourproject",
177
177
"type": "project",
178
178
"require": {
179
- "php": ">=7.3 ",
179
+ "php": "^8.1 ",
180
180
"longman/telegram-bot": "*"
181
181
}
182
182
}
0 commit comments