File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,11 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
23
23
- Nothing
24
24
--->
25
25
26
+ ## Unreleased -
27
+
28
+ ### Added
29
+ - Supported for symfony 6.x components
30
+
26
31
## 1.7.0 - 2020-12-12
27
32
#### Bot API 5.0 - november November 4, 2020
28
33
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