use composer

This commit is contained in:
h00j
2021-02-13 19:24:03 +01:00
parent 47df9c6485
commit 599fee5e21
260 changed files with 428 additions and 31437 deletions

35
composer.json Normal file
View File

@@ -0,0 +1,35 @@
{
"name": "vichan-devel/vichan",
"description": "vichan imageboard",
"type": "project",
"require": {
"twig/twig": "^1.44.2",
"lifo/ip": "^1.0",
"gettext/gettext": "^1.0",
"mrclay/minify": "^2.1.6",
"geoip/geoip": "^1.17"
},
"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": "Tinyboard + vichan",
"authors": [
{
"name": "h00j",
"email": "admin@vichan.net"
}
]
}