xref: /dokuwiki/vendor/kissifrot/php-ixr/composer.json (revision 7f8f24562b596c56d79e46eba9f82780df5725cb)
1*7f8f2456SAndreas Gohr{
2*7f8f2456SAndreas Gohr    "name": "kissifrot/php-ixr",
3*7f8f2456SAndreas Gohr    "type": "library",
4*7f8f2456SAndreas Gohr    "description": "Incutio XML-RPC library (IXR)",
5*7f8f2456SAndreas Gohr    "keywords": ["xmlrpc","xlm-rpc", "remote procedure call", "rpc"],
6*7f8f2456SAndreas Gohr    "homepage": "http://scripts.incutio.com/xmlrpc/",
7*7f8f2456SAndreas Gohr    "license": "BSD-3-Clause",
8*7f8f2456SAndreas Gohr    "authors": [
9*7f8f2456SAndreas Gohr        {
10*7f8f2456SAndreas Gohr            "name": "Incutio Ltd 2010 - Simon Willison",
11*7f8f2456SAndreas Gohr            "homepage": "http://scripts.incutio.com/xmlrpc/"
12*7f8f2456SAndreas Gohr        }
13*7f8f2456SAndreas Gohr    ],
14*7f8f2456SAndreas Gohr    "require": {
15*7f8f2456SAndreas Gohr        "php": ">=5.4.0",
16*7f8f2456SAndreas Gohr        "ext-xml": "*"
17*7f8f2456SAndreas Gohr    },
18*7f8f2456SAndreas Gohr    "require-dev": {
19*7f8f2456SAndreas Gohr        "phpunit/phpunit": "^8.0"
20*7f8f2456SAndreas Gohr    },
21*7f8f2456SAndreas Gohr    "autoload": {
22*7f8f2456SAndreas Gohr        "psr-4": {
23*7f8f2456SAndreas Gohr            "IXR\\tests\\": "tests/",
24*7f8f2456SAndreas Gohr            "IXR\\": "src/"
25*7f8f2456SAndreas Gohr        }
26*7f8f2456SAndreas Gohr    }
27*7f8f2456SAndreas Gohr}
28