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