Skip to content

Commit d6ce2fe

Browse files
author
Martin Brecht-Precht
committed
Added lib-curl as requirement.
1 parent c6e9e44 commit d6ce2fe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
{
22
"name": "markenwerk/basic-http-client",
33
"type": "library",
4-
"description": "A PHP HTTP client library supporting different protocols like RESTful JSON, JSON-RPC, XML-RPC and SOAP.",
4+
"description": "A basic yet extensible HTTP client library providing different authentication methods written in PHP.",
55
"keywords": [
66
"HTTP client",
77
"RESTful",
88
"JSON",
9-
"JSON-RPC",
10-
"XML-RPC",
11-
"SOAP",
12-
"SSL"
9+
"SSL",
10+
"Basic Auth",
11+
"Client Certificate Auth"
1312
],
1413
"homepage": "http://markenwerk.net/",
1514
"license": "MIT",
@@ -27,6 +26,7 @@
2726
},
2827
"require": {
2928
"php": ">=5.3",
29+
"lib-curl": "*",
3030
"markenwerk/common-exceptions": "~2.0"
3131
},
3232
"require-dev": {

0 commit comments

Comments
 (0)