forked from lainchan/lainchan
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
72 lines (72 loc) · 2.19 KB
/
composer.json
File metadata and controls
72 lines (72 loc) · 2.19 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "lainchan/lainchan",
"description": "Lainchan is a fork of vichan, a great imageboard package, actively building on it and adding a lot of features and other improvements.",
"type": "project",
"require": {
"ext-mbstring": ">=5.4",
"ext-pdo": "*",
"ext-gd": "*",
"gettext/gettext": "^4.4",
"twig/twig": "^2.9",
"twig/extensions": "^1.5",
"geoip/geoip": "^1.16",
"mrclay/minify": "^3.0",
"awsumchan/ip": "^1.1",
"erusev/parsedown": "^1.7"
},
"autoload": {
"classmap": ["inc/"],
"files": [
"inc/bootstrap.php",
"inc/display.php",
"inc/template.php",
"inc/database.php",
"inc/events.php",
"inc/api.php",
"inc/mod/auth.php",
"inc/lock.php",
"inc/queue.php",
"inc/polyfill.php",
"inc/functions.php"
]
},
"license": "MIT",
"authors": [
{
"name": "savetheinternet",
"homepage": "https://github.com/savetheinternet"
},
{
"name": "czaks",
"homepage": "https://github.com/czaks"
},
{
"name": "ctrlcctrlv",
"homepage": "https://github.com/ctrlcctrlv"
},
{
"name": "barrucadu",
"homepage": "https://github.com/barrucadu"
},
{
"name": "darkengine-io",
"homepage": "https://github.com/darkengine-io"
},
{
"name": "Appleman1234",
"homepage": "https://github.com/Appleman1234"
}
],
"suggest": {
"ext-imagick": "Allows the use of ImageMagick for image handling",
"ext-openssl": "Allows for enhanced security features through OpenSSL",
"ext-apcu": "Allows the use of APCu for cache storage",
"ext-redis": "Allows the use of Redis for cache storage",
"ext-memcached": "Allows the use of Memcached for cache storage",
"ext-xcache": "Allows the use of XCache for cache storage"
},
"require-dev": {
"rector/rector": "^0.14.3",
"giorgiosironi/eris": "^0.13.0"
}
}