aboutsummaryrefslogtreecommitdiff
path: root/composer.json
blob: 8d6cdee0f4794fac80ac8a94a69e29e89c9104ea (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
{
    "require": {
      "gch1p/parsedown-highlight": "master",
      "gch1p/parsedown-highlight-extended": "dev-main",
      "erusev/parsedown": "1.8.0-beta-7",
      "ext-mbstring": "*",
      "ext-gd": "*",
      "ext-mysqli": "*",
      "ext-json": "*",
      "ext-sqlite3": "*",
      "ext-memcached": "*",
      "ext-yaml": "*",
      "ext-iconv": "*",
      "ext-gmp": "*"
    },
    "repositories": [
      {
        "url": "https://github.com/gch1p/parsedown-highlight",
        "type": "git"
      },
      {
        "url": "https://github.com/gch1p/ParsedownHighlightExtended",
        "type": "git"
      }
    ],
    "minimum-stability": "dev",
    "prefer-stable": true,
    "preferred-install": "dist"
}