summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 494c3d0f702426849c654410a4c2c60dc2ab814b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
    "authors": [
        {
            "name": "Sebastian Bergmann"
        },
        {
            "name": "Kore Nordmann"
        },
        {
            "name": "Derick Rethans"
        },
        {
            "name": "Tobias Schlitt"
        },
        {
            "name": "Alexandru Stanoi"
        }
    ],
    "autoload": {
        "classmap": [
            "src"
        ]
    },
    "description": "The Document components provides a general conversion framework for different semantic document markup languages like XHTML, Docbook, RST and similar.",
    "homepage": "https://github.com/zetacomponents",
    "license": "Apache-2.0",
    "name": "zetacomponents/document",
    "type": "library",
    "require": {
        "zetacomponents/base": "~1.8"
    },
    "require-dev": {
        "phpunit/phpunit": "~8.0",
        "zetacomponents/unit-test": "*"
    }
}