aboutsummaryrefslogtreecommitdiff
path: root/composer.json
blob: 5bdc23d76e52f871c4808f0aa14c9e5a98c78126 (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
{
    "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": "*"
    },
    "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"
}