summaryrefslogtreecommitdiff
path: root/vendor/webuni/commonmark-table-extension/composer.json
blob: bd22350961b615519f2789e15093b4ed723062ae (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
37
38
{
    "name": "webuni/commonmark-table-extension",
    "type": "library",
    "description": "The table extension for CommonMark PHP implementation",
    "keywords": ["markdown","table","commonmark"],
    "homepage": "https://github.com/webuni/commonmark-table-extension",
    "license": "MIT",
    "authors": [
        {
            "name": "Martin Hasoň",
            "email": "martin.hason@gmail.com"
        },
        {
            "name": "Webuni s.r.o.",
            "homepage": "https://www.webuni.cz"
        }
    ],
    "require": {
        "php": "^5.6|^7.0",
        "league/commonmark": "^0.16|^0.17|^0.18"
    },
    "require-dev": {
        "phpunit/phpunit": "^5.4|^6.0",
        "vimeo/psalm": "~0.3",
        "friendsofphp/php-cs-fixer": "^2.9",
        "symfony/var-dumper": "^3.0|^4.0"
    },
    "autoload": {
        "psr-4": {
            "Webuni\\CommonMark\\TableExtension\\": "src"
        }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "0.9-dev"
        }
    }
}