Skip to content

Commit 3e340b1

Browse files
committed
Bump core version to 0.54.0 and update dependencies.
1 parent e3f409f commit 3e340b1

File tree

3 files changed

+64
-58
lines changed

3 files changed

+64
-58
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
88
- Allow usage of table prefixes and custom encoding.
99
- Add error message when trying to use getUpdates without database connection.
1010
### Changed
11-
- Bumped to core version 0.52.0
11+
- Bumped to core version 0.54.0
1212
- Bumped dependencies.
1313
### Deprecated
1414
### Removed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
],
2020
"require": {
2121
"php": "^7.0",
22-
"longman/telegram-bot": "^0.52",
22+
"longman/telegram-bot": "^0.54",
2323
"longman/ip-tools": "^1.2"
2424
},
2525
"require-dev": {
26-
"jakub-onderka/php-parallel-lint": "^0.9.2",
27-
"phpunit/phpunit": "^6.5",
28-
"squizlabs/php_codesniffer": "^3.2"
26+
"jakub-onderka/php-parallel-lint": "^1.0",
27+
"phpunit/phpunit": "^6.5|^7.2",
28+
"squizlabs/php_codesniffer": "^3.3"
2929
},
3030
"autoload": {
3131
"psr-4": {

composer.lock

Lines changed: 59 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)