Skip to content

Commit f83dd12

Browse files
committed
Mini fixes to changelog and readme.
[skip-ci]
1 parent 6e54a83 commit f83dd12

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
1616
- Custom output callback can be defined for getUpdates method.
1717
### Changed
1818
- Default output of getUpdates method now shows the message type or query text, not the text message content.
19-
### Deprecated
2019
### Fixed
2120
- GetUpdates method would crash if a non-text message was sent.
2221

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For existing Composer projects, edit your project's `composer.json` file to requ
2929

3030
```yaml
3131
"require": {
32-
"php-telegram-bot/telegram-bot-manager": "^1.0"
32+
"php-telegram-bot/telegram-bot-manager": "^1.2"
3333
}
3434
```
3535
and then run `composer update`
@@ -42,8 +42,8 @@ It is possible however, to override the core version that this library requires:
4242

4343
```yaml
4444
"require": {
45-
"php-telegram-bot/telegram-bot-manager": "^1.0",
46-
"longman/telegram-bot": "dev-develop as 0.44"
45+
"php-telegram-bot/telegram-bot-manager": "^1.2",
46+
"longman/telegram-bot": "dev-develop as 0.45"
4747
}
4848
```
4949

0 commit comments

Comments
 (0)