Skip to content

Commit 2e742e5

Browse files
committed
Update libraries
1 parent 88a49a7 commit 2e742e5

File tree

3 files changed

+4
-37
lines changed

3 files changed

+4
-37
lines changed

.php_cs.dist

Lines changed: 0 additions & 33 deletions
This file was deleted.

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
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": {

src/Client/ClientBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)