File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 1.3.0 -
4
+
5
+ - Support Symfony 6
6
+
3
7
## 1.2.0 - 2020-11-30
4
8
5
9
- Support PHP 8
Original file line number Diff line number Diff line change 12
12
],
13
13
"require" : {
14
14
"php" : " ^7.2 || ^8.0" ,
15
- "guzzlehttp/psr7" : " ^1.7" ,
15
+ "guzzlehttp/psr7" : " ^1.7 || ^2.0 " ,
16
16
"php-http/client-common" : " ^2.0" ,
17
17
"psr/log" : " ^1.1" ,
18
- "symfony/filesystem" : " ^3.4|^4 .0|^5 .0" ,
19
- "symfony/options-resolver" : " ^3.4|^4 .0|^5 .0"
18
+ "symfony/filesystem" : " ^4.0|^5 .0|^6 .0" ,
19
+ "symfony/options-resolver" : " ^4.0|^5 .0|^6 .0"
20
20
},
21
21
"require-dev" : {
22
- "symfony/phpunit-bridge" : " ^4.2|^5.0" ,
23
- "phpstan/phpstan" : " ^0.12.57 "
22
+ "symfony/phpunit-bridge" : " ^4.2|^5.0|^6.0 " ,
23
+ "phpstan/phpstan" : " ^1.0 "
24
24
},
25
25
"autoload" : {
26
26
"psr-4" : {
You can’t perform that action at this time.
0 commit comments