31 lignes
550 B
JSON
31 lignes
550 B
JSON
{
|
|
"name": "d3/guzzle-factory",
|
|
"type": "library",
|
|
"description": "Guzzle factory",
|
|
"keywords": [
|
|
"Guzzle",
|
|
"http",
|
|
"client",
|
|
"factory",
|
|
"logger"
|
|
],
|
|
"homepage": "https://www.d3data.de",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Daniel Seifert",
|
|
"email": "git@daniel-seifert.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"guzzlehttp/guzzle": "^7.0",
|
|
"monolog/monolog": "^1.27",
|
|
"d3/sensitive-message-formatter": "^1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"D3\\GuzzleFactory\\": "src/"
|
|
}
|
|
}
|
|
}
|