Skip to content

Commit b0b1bd9

Browse files
committed
Adds monolog/monolog as dependency
1 parent 00934d9 commit b0b1bd9

1 file changed

Lines changed: 31 additions & 30 deletions

File tree

composer.json

Lines changed: 31 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,31 @@
1-
{
2-
"name": "inwx/domrobot",
3-
"description": "PHP Client to easily use the Domrobot API of INWX",
4-
"license": "MIT",
5-
"homepage": "https://www.inwx.com/en/",
6-
"support": {
7-
"docs": "https://www.inwx.com/en/help/apidoc",
8-
"email": "support@inwx.de",
9-
"source": "https://github.com/inwx/php-client"
10-
},
11-
"authors": [
12-
{
13-
"name": "INWX",
14-
"email": "support@inwx.de"
15-
}
16-
],
17-
"require": {
18-
"php": ">=7.2",
19-
"ext-curl": "*"
20-
},
21-
"autoload": {
22-
"psr-4": {
23-
"INWX\\": "src/"
24-
}
25-
},
26-
"suggest": {
27-
"ext-xmlrpc": "Needed to use the XML-RPC API",
28-
"ext-json": "Needed to use the JSON-RPC API"
29-
}
30-
}
1+
{
2+
"name": "inwx/domrobot",
3+
"description": "PHP Client to easily use the Domrobot API of INWX",
4+
"license": "MIT",
5+
"homepage": "https://www.inwx.com/en/",
6+
"support": {
7+
"docs": "https://www.inwx.com/en/help/apidoc",
8+
"email": "support@inwx.de",
9+
"source": "https://github.com/inwx/php-client"
10+
},
11+
"authors": [
12+
{
13+
"name": "INWX",
14+
"email": "support@inwx.de"
15+
}
16+
],
17+
"require": {
18+
"php": ">=7.2",
19+
"ext-curl": "*",
20+
"monolog/monolog": ">= 2.0.0"
21+
},
22+
"autoload": {
23+
"psr-4": {
24+
"INWX\\": "src/"
25+
}
26+
},
27+
"suggest": {
28+
"ext-xmlrpc": "Needed to use the XML-RPC API",
29+
"ext-json": "Needed to use the JSON-RPC API"
30+
}
31+
}

0 commit comments

Comments
 (0)