Skip to content

Commit a8ae176

Browse files
authored
Make sure we can use Guzzle 1 and 2 (#41)
1 parent a665c9e commit a8ae176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"guzzlehttp/psr7": "^2.0",
13+
"guzzlehttp/psr7": "^1.8 || ^2.0",
1414
"psr/http-server-handler": "^1.0",
1515
"symfony/runtime": "^5.3"
1616
},

0 commit comments

Comments
 (0)