forked from h9k/magirc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 1.12 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
{
"name": "magirc/magirc",
"description": "MagIRC - Let the magirc begin!",
"type": "project",
"keywords": [ "irc", "denora", "anope", "stats", "statistics", "frontend" ],
"homepage": "https://h9k.github.io/magirc",
"license": [
"GPL-3.0-or-later"
],
"authors": [
{
"name": "Sebastian Vassiliou",
"email": "[email protected]",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/h9k/magirc/issues",
"forum": "https://github.com/h9k/magirc/discussions",
"wiki": "https://github.com/h9k/magirc/wiki",
"irc": "irc://irc.anope.org/magirc",
"source": "https://github.com/h9k/magirc"
},
"require": {
"php": ">=5.6.0",
"ext-pdo_mysql": "*",
"ext-gettext": "*",
"slim/slim": "3.*",
"slim/twig-view": "^2.0",
"twig/extensions": "^1.5",
"aptoma/twig-markdown": "^2.0",
"michelf/php-markdown": "^1.6",
"ckeditor/ckeditor": "^4.5",
"gettext/gettext": "^4.4"
}
}