Skip to content

Commit 472e005

Browse files
authored
Merge pull request #18 from bvweijen/psr7-supprot
Support Guzzle PSR7 ^2.x
2 parents 367931d + dd698d4 commit 472e005

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
@@ -13,7 +13,7 @@
1313
"php": "^7.1|^8.0",
1414
"ext-json": "*",
1515
"guzzlehttp/guzzle": "^6.2 || ^7.0",
16-
"guzzlehttp/psr7": "^1.0",
16+
"guzzlehttp/psr7": "^1.0 || ^2.0",
1717
"laravel/framework": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
1818
},
1919
"require-dev": {

0 commit comments

Comments
 (0)