leftypol_vichan/composer.json

54 lines
1.4 KiB
JSON
Raw Normal View History

2021-02-13 18:24:03 +00:00
{
"name": "vichan-devel/vichan",
"description": "vichan imageboard",
"type": "project",
"require": {
"ext-mbstring": ">=5.4",
"ext-gd": ">=5.4",
"ext-pdo": ">=5.4",
2021-02-13 18:24:03 +00:00
"twig/twig": "^1.44.2",
"lifo/ip": "^1.0",
"gettext/gettext": "^1.0",
"mrclay/minify": "^2.1.6",
2021-11-13 00:24:34 +00:00
"geoip/geoip": "^1.17",
"dapphp/securimage": "^4.0"
2021-02-13 18:24:03 +00:00
},
"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/announcements.php",
"inc/archive.php",
2021-02-13 18:24:03 +00:00
"inc/functions.php"
]
},
"license": "Tinyboard + vichan",
"authors": [
2021-02-14 09:20:10 +00:00
{
"name": "savetheinternet",
"homepage": "https://github.com/savetheinternet"
},
{
"name": "czaks",
"homepage": "https://github.com/czaks"
},
{
"name": "ctrlcctrlv",
"homepage": "https://github.com/ctrlcctrlv"
},
2021-02-13 18:24:03 +00:00
{
"name": "h00j",
2021-02-14 09:20:10 +00:00
"homepage": "https://github.com/h00j"
2021-02-13 18:24:03 +00:00
}
]
}