Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 9e2a2bf

Browse files
committed
Reflect implementation of latest API version in documentation
Fixes #46
1 parent 27aef19 commit 9e2a2bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[![Code Coverage](https://scrutinizer-ci.com/g/unreal4u/telegram-api/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/unreal4u/telegram-api/?branch=master)
1010
[![License](https://poser.pugx.org/unreal4u/telegram-api/license)](https://packagist.org/packages/unreal4u/telegram-api)
1111

12-
This is a PHP7 bot API implementation for Telegram implementing the **totality** of [Bot API up until v3.1](https://core.telegram.org/bots/api#june-30-2017)
12+
This is a PHP7 bot API implementation for Telegram implementing the **totality** of [Bot API up until v3.2](https://core.telegram.org/bots/api-changelog#july-21-2017)
1313

1414
### About this class
1515

@@ -37,7 +37,7 @@ The preferred (and only for now) installation method is Composer, so add the fol
3737
```json
3838
{
3939
"require": {
40-
"unreal4u/telegram-api": "~2.5"
40+
"unreal4u/telegram-api": "~2.6"
4141
}
4242
}
4343
```

0 commit comments

Comments
 (0)