Skip to content

Commit 09ed54c

Browse files
Add guzzlehttp
1 parent fcec1b8 commit 09ed54c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"type": "library",
77
"require": {
88
"php": "^7.0||^8.0",
9-
"vlucas/phpdotenv": "^5.6"
9+
"vlucas/phpdotenv": "^5.6",
10+
"guzzlehttp/guzzle": "^7.9"
1011
},
1112
"require-dev": {
1213
"phpstan/phpstan": "^1.12",

0 commit comments

Comments
 (0)