aboutsummaryrefslogtreecommitdiff
path: root/composer.json
blob: e2ca2c968573dd1bc55805d1740bcb11c638d20b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "minimum-stability": "dev",
  "prefer-stable": true,
  "require": {
    "simplehtmldom/simplehtmldom": "^2.0@RC",
    "ext-curl": "*",
    "ext-json": "*",
    "ext-iconv": "*"
  },
  "config": {
    "platform": {
      "php": "7.1"
    }
  }
}