mirror of
https://github.com/Neur0toxine/psr.http-client-implementation.php-http-curl.git
synced 2024-11-24 19:36:03 +03:00
16 lines
450 B
JSON
16 lines
450 B
JSON
{
|
|
"name": "neur0toxine/psr.http-client-implementation.php-http-curl",
|
|
"description": "Satisfy \"psr/http-client-implementation\" with packages provided by user, or fallback to \"php-http-curl\".",
|
|
"type": "metapackage",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"composer",
|
|
"fallback",
|
|
"default",
|
|
"psr",
|
|
"http-client-implementation"
|
|
],
|
|
"require": {
|
|
"php-http/curl-client": "*"
|
|
}
|
|
} |