Skip to content

Commit

Permalink
Adds monolog/monolog as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
NickUfer committed Feb 19, 2020
1 parent 00934d9 commit b0b1bd9
Showing 1 changed file with 31 additions and 30 deletions.
61 changes: 31 additions & 30 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,31 @@
{
"name": "inwx/domrobot",
"description": "PHP Client to easily use the Domrobot API of INWX",
"license": "MIT",
"homepage": "https://www.inwx.com/en/",
"support": {
"docs": "https://www.inwx.com/en/help/apidoc",
"email": "support@inwx.de",
"source": "https://github.com/inwx/php-client"
},
"authors": [
{
"name": "INWX",
"email": "support@inwx.de"
}
],
"require": {
"php": ">=7.2",
"ext-curl": "*"
},
"autoload": {
"psr-4": {
"INWX\\": "src/"
}
},
"suggest": {
"ext-xmlrpc": "Needed to use the XML-RPC API",
"ext-json": "Needed to use the JSON-RPC API"
}
}
{
"name": "inwx/domrobot",
"description": "PHP Client to easily use the Domrobot API of INWX",
"license": "MIT",
"homepage": "https://www.inwx.com/en/",
"support": {
"docs": "https://www.inwx.com/en/help/apidoc",
"email": "support@inwx.de",
"source": "https://github.com/inwx/php-client"
},
"authors": [
{
"name": "INWX",
"email": "support@inwx.de"
}
],
"require": {
"php": ">=7.2",
"ext-curl": "*",
"monolog/monolog": ">= 2.0.0"
},
"autoload": {
"psr-4": {
"INWX\\": "src/"
}
},
"suggest": {
"ext-xmlrpc": "Needed to use the XML-RPC API",
"ext-json": "Needed to use the JSON-RPC API"
}
}

0 comments on commit b0b1bd9

Please sign in to comment.