mirror of
https://github.com/Neur0toxine/psr.http-client-implementation.php-http-curl.git
synced 2024-11-22 02:26:02 +03:00
define composer for fallback "php-http-curl"
This commit is contained in:
parent
59bf23fa7b
commit
89073f3e8a
16
composer.json
Normal file
16
composer.json
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"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": "*"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user