2017-01-06 13:51:12 +00:00
|
|
|
{
|
|
|
|
"name": "forkbb/forkbb",
|
|
|
|
"description": "The ForkBB is an open source forum application.",
|
2023-06-02 04:43:50 +00:00
|
|
|
"homepage": "https://forkbb.ru",
|
2017-01-06 13:51:12 +00:00
|
|
|
"type": "project",
|
2018-02-25 04:48:25 +00:00
|
|
|
"license": "MIT",
|
2017-01-06 13:51:12 +00:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Visman",
|
|
|
|
"email": "mio.visman@yandex.ru",
|
|
|
|
"homepage": "https://github.com/MioVisman"
|
|
|
|
}
|
|
|
|
],
|
2017-03-02 08:45:43 +00:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"ForkBB\\": "app/"
|
|
|
|
}
|
|
|
|
},
|
2017-01-06 13:51:12 +00:00
|
|
|
"require": {
|
2023-04-27 12:36:15 +00:00
|
|
|
"php": ">=8.0.0",
|
2018-04-01 11:16:58 +00:00
|
|
|
"ext-mbstring": "*",
|
2020-10-02 13:44:06 +00:00
|
|
|
"ext-fileinfo": "*",
|
2020-10-17 13:29:10 +00:00
|
|
|
"ext-intl" : "*",
|
2021-01-03 05:31:34 +00:00
|
|
|
"ext-json": "*",
|
2021-11-27 05:19:03 +00:00
|
|
|
"ext-pdo": "*",
|
2023-06-17 13:24:39 +00:00
|
|
|
"miovisman/parserus": "^1.2.1",
|
2023-09-16 11:20:26 +00:00
|
|
|
"miovisman/normemail": "^1.0.0",
|
2021-01-16 10:58:51 +00:00
|
|
|
"psr/simple-cache": "^1.0.1",
|
2021-03-03 15:03:19 +00:00
|
|
|
"psr/log": "^1.1.3",
|
|
|
|
"miovisman/jevix": "^2.2.0"
|
2022-01-16 16:46:12 +00:00
|
|
|
},
|
|
|
|
"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).",
|
2023-05-09 11:38:54 +00:00
|
|
|
"ext-gd": "(or ext-imagick) Needed for to upload avatars (and images).",
|
|
|
|
"ext-curl": "Needed for OAuth."
|
2017-01-06 13:51:12 +00:00
|
|
|
}
|
|
|
|
}
|