Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit f11eb80

Browse files
committed
Add Guzzle dependency
1 parent 99a00f1 commit f11eb80

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@
66
"homepage": "http://php-http.org",
77
"authors": [
88
{
9-
"name": "Eric GELOEN",
10-
"email": "[email protected]"
9+
"name": "David de Boer",
10+
"email": "[email protected]"
1111
}
1212
],
1313
"require": {
1414
"php": ">=5.4",
15-
"php-http/adapter-core": "dev-internal_separation"
15+
"php-http/adapter-core": "dev-internal_separation",
16+
"guzzlehttp/guzzle": "6.x-dev"
1617
},
1718
"require-dev": {
1819
"ext-curl": "*",

0 commit comments

Comments
 (0)