Skip to content

Commit 15e0785

Browse files
authored
Update composer.json
Remove version restrictions for GuzzleHttp
1 parent df13aef commit 15e0785

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
],
1212
"require": {
1313
"php": ">=5.5.5",
14-
"illuminate/support": "5.*|6.*|7.*|8.*",
15-
"guzzlehttp/guzzle": "~6.2"
14+
"illuminate/support": "5.*|6.*|7.*|8.*"
1615
},
1716
"require-dev": {
1817
"phpunit/phpunit": "~4.8"

0 commit comments

Comments
 (0)