Skip to content

Commit 0bcecfe

Browse files
composer: update guzzlehttp/psr7 requirement from ^1.8 || ^2.4 to ^2.9.0
Updates the requirements on [guzzlehttp/psr7](https://github.com/guzzle/psr7) to permit the latest version. - [Release notes](https://github.com/guzzle/psr7/releases) - [Changelog](https://github.com/guzzle/psr7/blob/2.9/CHANGELOG.md) - [Commits](https://github.com/guzzle/psr7/commits/2.9.0) --- updated-dependencies: - dependency-name: guzzlehttp/psr7 dependency-version: 2.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 628cf2b commit 0bcecfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"ext-json": "*",
2626
"ext-mbstring": "*",
2727
"guzzlehttp/guzzle": "^7.4",
28-
"guzzlehttp/psr7": "^1.8 || ^2.4",
28+
"guzzlehttp/psr7": "^2.9.0",
2929
"vitexsoftware/ease-core": "^1.49"
3030
},
3131
"require-dev": {

0 commit comments

Comments
 (0)