Skip to content

Commit 34565ee

Browse files
committed
Version 0.8.0
1 parent 4a7e927 commit 34565ee

File tree

3 files changed

+526
-493
lines changed

3 files changed

+526
-493
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,20 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
55

66
## [Unreleased]
77
### Added
8-
- Possibility to set custom Request Client.
98
### Changed
109
### Deprecated
1110
### Removed
1211
### Fixed
13-
- Only kick users that haven't already been kicked.
1412
### Security
1513

14+
## [0.8.0] - 2021-01-01
15+
### Added
16+
- Possibility to set custom Request Client.
17+
### Changed
18+
- Bumped dependencies, use explicit version 0.70.1 of core.
19+
### Fixed
20+
- Only kick users that haven't already been kicked.
21+
1622
## [0.7.0] - 2020-10-04
1723
### Added
1824
- Rules must be agreed to before allowing a user to post in the group. (#43)
@@ -68,6 +74,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
6874
- Extended `.env.example` file.
6975

7076
[Unreleased]: https://github.com/php-telegram-bot/support-bot/compare/master...develop
77+
[0.8.0]: https://github.com/php-telegram-bot/support-bot/compare/0.7.0...0.8.0
7178
[0.7.0]: https://github.com/php-telegram-bot/support-bot/compare/0.6.0...0.7.0
7279
[0.6.0]: https://github.com/php-telegram-bot/support-bot/compare/0.5.0...0.6.0
7380
[0.5.0]: https://github.com/php-telegram-bot/support-bot/compare/0.4.0...0.5.0

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,24 @@
1717
}
1818
],
1919
"require": {
20-
"php": ">= 7.4",
20+
"php": "^7.4|^8.0",
2121
"ext-json": "*",
2222
"ext-pdo": "*",
23-
"php-telegram-bot/telegram-bot-manager": "^1.5",
24-
"longman/telegram-bot": "0.64.0 as 0.59",
23+
"php-telegram-bot/telegram-bot-manager": "^1.6",
24+
"longman/telegram-bot": "0.70.1 as 0.70",
2525
"noplanman/service-webhook-handler": "^0.2",
2626
"vlucas/phpdotenv": "^3.6",
27-
"php-http/guzzle6-adapter": "^1.1",
28-
"knplabs/github-api": "^2.15",
27+
"php-http/guzzle7-adapter": "^0.1",
28+
"knplabs/github-api": "^2.19",
2929
"elvanto/litemoji": "^1.4",
30-
"monolog/monolog": "^2.1",
30+
"monolog/monolog": "^2.2",
3131
"matthiasmullie/scrapbook": "^1.4"
3232
},
3333
"require-dev": {
3434
"roave/security-advisories": "dev-master",
3535
"squizlabs/php_codesniffer": "^3.5",
3636
"php-parallel-lint/php-parallel-lint": "^1.2",
37-
"symfony/var-dumper": "^5.1"
37+
"symfony/var-dumper": "^5.2"
3838
},
3939
"autoload": {
4040
"psr-4": {

0 commit comments

Comments
 (0)