File tree Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
23
23
- Nothing
24
24
--->
25
25
26
- ## Unreleased -
26
+ ## 1.8.0 - 2022-05-18
27
27
28
28
### Added
29
29
- #### WebApp
@@ -34,6 +34,13 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
34
34
- Added classes ` GetChatMenuButtonMethod ` and ` SetChatMenuButtonMethod ` for setting chat menu button and getting info about it;
35
35
- Added class ` SetChatMenuButtonNormalizer ` for normalize data from ` SetChatMenuButtonMethod ` before making request;
36
36
37
+
38
+ ## 1.7.1 - 2022-05-18
39
+
40
+ ### Added
41
+ - Supported for symfony 6.x components
42
+
43
+
37
44
## 1.7.0 - 2020-12-12
38
45
#### Bot API 5.0 - november November 4, 2020
39
46
Original file line number Diff line number Diff line change 29
29
"psr/http-client" : " ^1.0" ,
30
30
"psr/http-factory" : " ^1.0" ,
31
31
"psr/http-message" : " ^1.0" ,
32
- "symfony/property-access" : " ^3.4|^4.3|^5.0" ,
33
- "symfony/property-info" : " ^3.4|^4.3|^5.0" ,
34
- "symfony/serializer" : " ^3.4|^4.3|^5.0" ,
32
+ "symfony/property-access" : " ^3.4|^4.3|^5.0|^6.0 " ,
33
+ "symfony/property-info" : " ^3.4|^4.3|^5.0|^6.0 " ,
34
+ "symfony/serializer" : " ^3.4|^4.3|^5.0|^6.0 " ,
35
35
"ext-fileinfo" : " *"
36
36
},
37
37
"require-dev" : {
38
38
"friendsofphp/php-cs-fixer" : " ^2.13" ,
39
39
"phpro/grumphp" : " ^1.1.0" ,
40
- "phpstan/phpstan" : " ^0.10.6" ,
40
+ "phpstan/phpstan" : " ^0.10.6|^0.12.20 " ,
41
41
"phpunit/phpunit" : " ^8.5" ,
42
42
"povils/phpmnd" : " ^2.0" ,
43
43
"sebastian/phpcpd" : " ^5.0" ,
64
64
}
65
65
},
66
66
"config" : {
67
- "sort-packages" : true
67
+ "sort-packages" : true ,
68
+ "allow-plugins" : {
69
+ "phpro/grumphp" : true
70
+ }
68
71
}
69
72
}
You can’t perform that action at this time.
0 commit comments