File tree Expand file tree Collapse file tree 3 files changed +4
-37
lines changed Expand file tree Collapse file tree 3 files changed +4
-37
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1010 }
1111 ],
1212 "require" : {
13- "php" : " >=7.1 ||~8.1" ,
13+ "php" : " >=7.2 ||~8.1" ,
1414 "ext-json" : " *" ,
1515 "guzzlehttp/guzzle" : " ^6.3|^7.0" ,
1616 "psr/http-client" : " ^1.0" ,
1717 "psr/log" : " ^1.1||^3.0"
1818 },
1919 "require-dev" : {
20- "friendsofphp/php-cs-fixer" : " ^2.17 " ,
20+ "friendsofphp/php-cs-fixer" : " ^3.0 " ,
2121 "phpmd/phpmd" : " ^2.9" ,
22- "phpspec/phpspec" : " ^6.0 "
22+ "phpspec/phpspec" : " ^7.2 "
2323 },
2424 "autoload" : {
2525 "psr-4" : {
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ public function build(): ClientInterface
6262 'base_uri ' => $ this ->serverUrl ,
6363 'handler ' => $ handler ,
6464 'headers ' => ['Accept ' => 'application/json ' ],
65- 'timeout ' => 10 ,
65+ 'timeout ' => 10 ,
6666 'http_errors ' => false ,
6767 ];
6868
You can’t perform that action at this time.
0 commit comments