Skip to content

Commit 6757c0a

Browse files
authored
Use guzzlehttp instead of whole adapter (#39)
1 parent b4ed3a3 commit 6757c0a

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
@@ -10,7 +10,7 @@
1010
"webmozart/assert": "^1.3",
1111
"symfony/validator": "^4.1 || ^5.0",
1212
"symfony/http-kernel": "^4.1 || ^5.0",
13-
"php-http/guzzle6-adapter": "^1.1",
13+
"guzzlehttp/guzzle": "^6.0 || ^7.0",
1414
"symfony/serializer": "^4.4 || ^5.0",
1515
"symfony/property-access": "^4.1 || ^5.0"
1616
},

0 commit comments

Comments
 (0)