Skip to content

Commit 62b2d07

Browse files
authored
Merge pull request #123 from joshbmarshall/master
Be less specific on Guzzle version
2 parents e1a0318 + 9d60dae commit 62b2d07

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
@@ -23,7 +23,7 @@
2323
],
2424
"require": {
2525
"php": ">=7.3.0",
26-
"guzzlehttp/guzzle": "^6.3.0|^7.0.1",
26+
"guzzlehttp/guzzle": "^6.3.0|^7.0",
2727
"league/oauth2-client": ">=1.4.2",
2828
"hughbertd/oauth2-unsplash": ">=1.0.3"
2929

0 commit comments

Comments
 (0)