use composer
This commit is contained in:
35
composer.json
Normal file
35
composer.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user