forked from h9k/magirc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
38 lines (38 loc) · 1.17 KB
/
composer.json
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
30
31
32
33
34
35
36
37
38
{
"name": "magirc/magirc",
"description": "MagIRC - Let the magirc begin!",
"type": "project",
"keywords": [ "irc", "denora", "anope", "stats", "statistics", "frontend" ],
"homepage": "http://www.magirc.org",
"license": [
"GPL-3.0+"
],
"authors": [
{
"name": "Sebastian Vassiliou",
"email": "[email protected]",
"role": "Developer"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/h9k/magirc/issues",
"forum": "http://forum.anope.org/",
"wiki": "https://github.com/h9k/magirc/wiki",
"irc": "irc://irc.teranova.net/magirc",
"source": "https://github.com/h9k/magirc"
},
"require": {
"php": ">=5.5.0",
"ext-pdo_mysql": "*",
"ext-gettext": "*",
"ext-mcrypt": "*",
"slim/slim": "3.*",
"slim/twig-view": "^2.0",
"twig/extensions": "^1.3",
"umpirsky/twig-gettext-extractor": "^1.2",
"aptoma/twig-markdown": "^2.0",
"michelf/php-markdown": "^1.6",
"ckeditor/ckeditor": "^4.5"
}
}