File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments