Skip to content

Commit fc1a946

Browse files
composer: update guzzlehttp/guzzle requirement from ^7.9 to ^7.10
Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) to permit the latest version. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/7.10/CHANGELOG.md) - [Commits](guzzle/guzzle@7.9.0...7.10.0) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-version: 7.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9223fde commit fc1a946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"ext-curl": "*",
2828
"ext-json": "*",
2929
"ext-mbstring": "*",
30-
"guzzlehttp/guzzle": "^7.9",
30+
"guzzlehttp/guzzle": "^7.10",
3131
"guzzlehttp/psr7": "^1.7 || ^2.0",
3232
"vitexsoftware/ease-core": "^1.49"
3333
},

0 commit comments

Comments
 (0)