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 11# Change Log
22
3+ ## 1.3.0 -
4+
5+ - Support Symfony 6
6+
37## 1.2.0 - 2020-11-30
48
59- Support PHP 8
Original file line number Diff line number Diff line change 1212 ],
1313 "require" : {
1414 "php" : " ^7.2 || ^8.0" ,
15- "guzzlehttp/psr7" : " ^1.7" ,
15+ "guzzlehttp/psr7" : " ^1.7 || ^2.0 " ,
1616 "php-http/client-common" : " ^2.0" ,
1717 "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"
2020 },
2121 "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 "
2424 },
2525 "autoload" : {
2626 "psr-4" : {
You can’t perform that action at this time.
0 commit comments