File tree Expand file tree Collapse file tree 3 files changed +526
-493
lines changed Expand file tree Collapse file tree 3 files changed +526
-493
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,20 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
5
5
6
6
## [ Unreleased]
7
7
### Added
8
- - Possibility to set custom Request Client.
9
8
### Changed
10
9
### Deprecated
11
10
### Removed
12
11
### Fixed
13
- - Only kick users that haven't already been kicked.
14
12
### Security
15
13
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
+
16
22
## [ 0.7.0] - 2020-10-04
17
23
### Added
18
24
- 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
68
74
- Extended ` .env.example ` file.
69
75
70
76
[ 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
71
78
[ 0.7.0 ] : https://github.com/php-telegram-bot/support-bot/compare/0.6.0...0.7.0
72
79
[ 0.6.0 ] : https://github.com/php-telegram-bot/support-bot/compare/0.5.0...0.6.0
73
80
[ 0.5.0 ] : https://github.com/php-telegram-bot/support-bot/compare/0.4.0...0.5.0
Original file line number Diff line number Diff line change 17
17
}
18
18
],
19
19
"require" : {
20
- "php" : " >= 7.4" ,
20
+ "php" : " ^ 7.4|^8.0 " ,
21
21
"ext-json" : " *" ,
22
22
"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 " ,
25
25
"noplanman/service-webhook-handler" : " ^0.2" ,
26
26
"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 " ,
29
29
"elvanto/litemoji" : " ^1.4" ,
30
- "monolog/monolog" : " ^2.1 " ,
30
+ "monolog/monolog" : " ^2.2 " ,
31
31
"matthiasmullie/scrapbook" : " ^1.4"
32
32
},
33
33
"require-dev" : {
34
34
"roave/security-advisories" : " dev-master" ,
35
35
"squizlabs/php_codesniffer" : " ^3.5" ,
36
36
"php-parallel-lint/php-parallel-lint" : " ^1.2" ,
37
- "symfony/var-dumper" : " ^5.1 "
37
+ "symfony/var-dumper" : " ^5.2 "
38
38
},
39
39
"autoload" : {
40
40
"psr-4" : {
You can’t perform that action at this time.
0 commit comments