Skip to content

Commit 0749d43

Browse files
authored
Merge pull request #27 from noplanman/bump_manager
Bump manager to 1.5.0
2 parents 9186ff8 + 20b3e2a commit 0749d43

File tree

4 files changed

+62
-54
lines changed

4 files changed

+62
-54
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
66
## [Unreleased]
77
### Added
88
### Changed
9+
- Bumped Manager to 1.5.
910
### Deprecated
1011
### Removed
1112
### Fixed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"require": {
2020
"php": ">= 7.1",
2121
"ext-json": "*",
22-
"php-telegram-bot/telegram-bot-manager": "^1.4",
22+
"php-telegram-bot/telegram-bot-manager": "^1.5",
2323
"noplanman/service-webhook-handler": "^0.2",
24-
"vlucas/phpdotenv": "^3.3",
24+
"vlucas/phpdotenv": "^3.4",
2525
"php-http/guzzle6-adapter": "^1.1",
2626
"knplabs/github-api": "^2.11",
2727
"elvanto/litemoji": "^1.4"

composer.lock

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

public/manager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
}
4242

4343
// Optional extras.
44-
$extras = ['admins', 'botan', 'commands', 'cron', 'limiter', 'logging', 'paths', 'valid_ips', 'webhook'];
44+
$extras = ['admins', 'commands', 'cron', 'limiter', 'logging', 'paths', 'valid_ips', 'webhook'];
4545
foreach ($extras as $extra) {
4646
if ($param = getenv('TG_' . strtoupper($extra))) {
4747
$params[$extra] = json_decode($param, true);

0 commit comments

Comments
 (0)