2017-01-06 13:51:12 +00:00
|
|
|
{
|
|
|
|
"name": "forkbb/forkbb",
|
|
|
|
"description": "The ForkBB is an open source forum application.",
|
|
|
|
"homepage": "https://github.com/forkbb",
|
|
|
|
"type": "project",
|
2018-02-25 04:48:25 +00:00
|
|
|
"license": "MIT",
|
2019-12-25 12:10:00 +00:00
|
|
|
"minimum-stability": "dev",
|
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/"
|
|
|
|
}
|
|
|
|
},
|
2019-11-28 13:25:13 +00:00
|
|
|
"repositories": [
|
|
|
|
{
|
|
|
|
"type": "vcs",
|
|
|
|
"url": "https://github.com/MioVisman/dirk"
|
|
|
|
}
|
|
|
|
],
|
2017-01-06 13:51:12 +00:00
|
|
|
"require": {
|
2020-07-14 15:39:33 +00:00
|
|
|
"php": ">=7.3.0",
|
2018-04-01 11:16:58 +00:00
|
|
|
"ext-gd": "*",
|
|
|
|
"ext-mbstring": "*",
|
2020-10-02 13:44:06 +00:00
|
|
|
"ext-fileinfo": "*",
|
2019-11-28 13:25:13 +00:00
|
|
|
"artoodetoo/dirk": "dev-visman",
|
2019-12-25 12:10:00 +00:00
|
|
|
"miovisman/parserus": "dev-master",
|
2020-10-05 11:13:20 +00:00
|
|
|
"miovisman/normemail": "dev-master",
|
|
|
|
"psr/simple-cache": "*"
|
2017-01-06 13:51:12 +00:00
|
|
|
}
|
|
|
|
}
|