Skip to content

Commit 8b0e92f

Browse files
authored
Merge pull request #78 from Hitmare/patch-1
Update botmanager version in composer string
2 parents e239de2 + 359d20e commit 8b0e92f

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
@@ -22,7 +22,7 @@ Installation and usage is pretty straight forward:
2222
### Require this package with [Composer]
2323

2424
```bash
25-
composer require php-telegram-bot/telegram-bot-manager:^1.8
25+
composer require php-telegram-bot/telegram-bot-manager:^2.0.0
2626
```
2727

2828
**NOTE:** This will automatically also install [PHP Telegram Bot][github-tgbot-core] into your project (if it isn't already).
@@ -33,7 +33,7 @@ It is possible however, to override the core version that this library requires:
3333

3434
```yaml
3535
"require": {
36-
"php-telegram-bot/telegram-bot-manager": "^1.8",
36+
"php-telegram-bot/telegram-bot-manager": "^2.0.0",
3737
"longman/telegram-bot": "dev-master as 0.78"
3838
}
3939
```

0 commit comments

Comments
 (0)