Skip to content

Commit 851d96a

Browse files
Merge pull request #16 from AfterShip-Team-Mocha/2025-01
chore: update guzzlehttp/guzzle to version 7.* and adjust dependencies
2 parents 136d618 + c209175 commit 851d96a

File tree

3 files changed

+36
-34
lines changed

3 files changed

+36
-34
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
],
2525
"require": {
2626
"php": ">=8.0.0",
27-
"guzzlehttp/guzzle": "7.5.0",
27+
"guzzlehttp/guzzle": "7.*",
2828
"phpseclib/phpseclib": "3.0.37",
2929
"symfony/serializer": "^3.4",
3030
"symfony/property-access": "^3.4",

composer.lock

Lines changed: 34 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Transport/Http.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Http
2121
private $config;
2222
const CONTENT_TYPE = 'application/json';
2323

24-
const SDK_VERSION = '10.1.2';
24+
const SDK_VERSION = '10.1.3';
2525

2626
public function __construct(Config $config)
2727
{

0 commit comments

Comments
 (0)