leftypol_vichan/composer.json

57 lines
1.5 KiB
JSON
Raw Normal View History

2021-02-13 18:24:03 +00:00
{
"name": "vichan-devel/vichan",
"description": "vichan imageboard",
"type": "project",
"require": {
2023-07-27 00:37:57 +00:00
"ext-mbstring": ">=7.4",
"ext-gd": ">=7.4",
"ext-pdo": ">=7.4",
2023-03-29 21:59:28 +00:00
"twig/twig": "^2.9",
"phpmyadmin/twig-i18n-extension": "^4.0",
2021-02-13 18:24:03 +00:00
"lifo/ip": "^1.0",
2023-03-29 21:59:28 +00:00
"gettext/gettext": "^5.5",
2021-02-13 18:24:03 +00:00
"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",
"inc/shadow-delete.php",
2017-06-29 22:56:11 +00:00
"inc/statistics.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
}
]
}