You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
422 B
20 lines
422 B
{
|
|
"name": "jaeger/g-http",
|
|
"description": "Simple Http client base on GuzzleHttp",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Jaeger",
|
|
"email": "JaegerCode@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"cache/filesystem-adapter": "^1",
|
|
"guzzlehttp/guzzle": "^6.0 | ^7.0"
|
|
},
|
|
"autoload":{
|
|
"psr-4":{
|
|
"Jaeger\\":"src"
|
|
}
|
|
}
|
|
}
|