initial
This commit is contained in:
commit
dbfe32cf99
28
composer.json
Normal file
28
composer.json
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"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"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"D3\\GuzzleFactory\\": "src/"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user