38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "forkbb/forkbb",
|
|
"description": "The ForkBB is an open source forum application.",
|
|
"homepage": "https://forkbb.ru",
|
|
"type": "project",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Visman",
|
|
"email": "mio.visman@yandex.ru",
|
|
"homepage": "https://github.com/MioVisman"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ForkBB\\": "app/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=8.0.0",
|
|
"ext-mbstring": "*",
|
|
"ext-fileinfo": "*",
|
|
"ext-intl" : "*",
|
|
"ext-json": "*",
|
|
"ext-pdo": "*",
|
|
"miovisman/parserus": "^1.2.1",
|
|
"miovisman/normemail": "^1.0.0",
|
|
"psr/simple-cache": "^3",
|
|
"psr/log": "^3",
|
|
"miovisman/jevix": "^2.2.0"
|
|
},
|
|
"suggest": {
|
|
"ext-openssl": "Needed to send email via smtp server using SSL/TLS.",
|
|
"ext-imagick": "(or ext-gd) Needed for to upload avatars (and images).",
|
|
"ext-gd": "(or ext-imagick) Needed for to upload avatars (and images).",
|
|
"ext-curl": "Needed for OAuth."
|
|
}
|
|
}
|