Skip to content

Commit d1da1a7

Browse files
authored
Merge pull request #480 from wouterj/patch-1
Allow guzzlehttp/psr7 2.0
2 parents 0676e4c + e149978 commit d1da1a7

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
@@ -6,7 +6,7 @@
66
"require": {
77
"php": ">=5.5.0",
88
"guzzlehttp/guzzle": "^6.0 || ^7.0",
9-
"guzzlehttp/psr7": "^1.7",
9+
"guzzlehttp/psr7": "^1.7 || ^2.0",
1010
"mmucklo/inflect": "0.3.*"
1111
},
1212
"require-dev": {

0 commit comments

Comments
 (0)