]> jfr.im git - irc/h9k/magirc.git/blob - composer.json
Merge pull request #134 from TheMythPT/master
[irc/h9k/magirc.git] / composer.json
1 {
2 "name": "magirc/magirc",
3 "description": "MagIRC - Let the magirc begin!",
4 "type": "project",
5 "keywords": [ "irc", "denora", "anope", "stats", "statistics", "frontend" ],
6 "homepage": "http://www.magirc.org",
7 "license": [
8 "GPL-3.0+"
9 ],
10 "authors": [
11 {
12 "name": "Sebastian Vassiliou",
13 "email": "hal9000@denorastats.org",
14 "role": "Developer"
15 }
16 ],
17 "support": {
18 "email": "support@magirc.org",
19 "issues": "https://github.com/h9k/magirc/issues",
20 "forum": "http://forum.anope.org/",
21 "wiki": "https://github.com/h9k/magirc/wiki",
22 "irc": "irc://irc.teranova.net/magirc",
23 "source": "https://github.com/h9k/magirc"
24 },
25 "require": {
26 "php": ">=5.5.0",
27 "ext-pdo_mysql": "*",
28 "ext-gettext": "*",
29 "ext-mcrypt": "*",
30 "slim/slim": "3.*",
31 "slim/twig-view": "^2.0",
32 "twig/extensions": "^1.3",
33 "umpirsky/twig-gettext-extractor": "^1.2",
34 "aptoma/twig-markdown": "^2.0",
35 "michelf/php-markdown": "^1.6",
36 "ckeditor/ckeditor": "^4.5"
37 }
38 }