Skip to content

Commit d3f720f

Browse files
committed
Update readme to suggest 0.3.* to make sure the latest PHP Telegram Bot is used.
[skip ci]
1 parent a4eaa71 commit d3f720f

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
@@ -20,7 +20,7 @@ Installation and usage is pretty straight forward:
2020
Either run this command in your command line:
2121

2222
```
23-
composer require noplanman/telegram-bot-manager:^0.2
23+
composer require noplanman/telegram-bot-manager:^0.3
2424
```
2525

2626
**or**
@@ -29,7 +29,7 @@ For existing Composer projects, edit your project's `composer.json` file to requ
2929

3030
```js
3131
"require": {
32-
"noplanman/telegram-bot-manager": "^0.2"
32+
"noplanman/telegram-bot-manager": "^0.3"
3333
}
3434
```
3535
and then run `composer update`

0 commit comments

Comments
 (0)