summaryrefslogtreecommitdiff
path: root/composer.json
blob: 3797d3d32a3302c9ab5797888af24ff88225ae6c (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": {
    "slim/slim": "2.2.*",
    "saltybeagle/savant3": "dev-master",
    "j4mie/idiorm": "1.4.*",
    "mf2/mf2": "^0.4",
    "indieweb/date-formatter": "0.3.*",
    "indieauth/client": ">=0.4.0",
    "mpratt/relativetime": ">=1.0",
    "firebase/php-jwt": "2.*",
    "abraham/twitteroauth": "*",
    "andreyco/instagram": "3.*",
    "ezyang/htmlpurifier": "4.*",
    "p3k/multipart": ">=0.2.0",
    "tantek/cassis": "*",
    "p3k/timezone": "*",
    "gajus/dindent": "^2.0",
    "p3k/xray": ">=1.6.5",
    "p3k/utils": "^1.2"
  },
  "autoload": {
    "files": [
      "lib/Savant.php",
      "lib/config.php",
      "lib/helpers.php",
      "lib/markdown.php"
    ]
  }
}