Skip to content

Commit 9c34bf0

Browse files
CopilotSubterrane
andcommitted
Update composer.json for Guzzle 7 and PHP 8.1+ compatibility
Co-authored-by: Subterrane <5290140+Subterrane@users.noreply.github.com>
1 parent 7b45d3f commit 9c34bf0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"version": "1.7.0",
55
"minimum-stability": "dev",
66
"require": {
7-
"php": ">=5.5",
8-
"guzzlehttp/guzzle": "^5.3.1|^6.2|7.0",
9-
"guzzlehttp/psr7": "^1.4.1"
7+
"php": ">=8.1",
8+
"guzzlehttp/guzzle": "^5.3.1|^6.2|^7.0",
9+
"guzzlehttp/psr7": "^1.4.1|^2.0"
1010
},
1111
"suggest": {
1212
"ext-json": "*",

0 commit comments

Comments
 (0)