Skip to content

Commit 359d20e

Browse files
authored
Update botmanager version in composer string
botmanager version 1.8 causes an error in composer, stating that it can't find this version. changing it to 2.0.0 lets composert install it normally.
1 parent e239de2 commit 359d20e

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)