Merge vichan PHP8 fixes, configure composer, fix outstanding incompatibilities

This commit is contained in:
discomrade 2021-06-29 23:10:12 -02:00
parent c9ef4e80ac
commit 2605a6ff5d
252 changed files with 279 additions and 28498 deletions

View file

@ -1,5 +1,48 @@
{
"name": "towards-a-new-leftypol/leftypol_lainchan",
"description": "leftypol imageboard",
"type": "project",
"require": {
"phpunit/phpunit": "^5"
}
"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/error.php",
"inc/functions.php"
]
},
"license": "Tinyboard + vichan",
"authors": [
{
"name": "tinyboard contributors",
"homepage": "https://github.com/savetheinternet/Tinyboard"
},
{
"name": "vichan contributors",
"homepage": "https://github.com/vichan-devel/vichan/"
},
{
"name": "lainchan contributors",
"homepage": "https://github.com/lainchan/lainchan/"
},
{
"name": "leftypol contributors",
"homepage": "https://github.com/towards-a-new-leftypol/leftypol_lainchan/"
}
]
}