forkbb/composer.json
2021-11-27 21:29:48 +07:00

40 lines
1 KiB
JSON

{
"name": "forkbb/forkbb",
"description": "The ForkBB is an open source forum application.",
"homepage": "https://github.com/forkbb",
"type": "project",
"license": "MIT",
"minimum-stability": "dev",
"authors": [
{
"name": "Visman",
"email": "mio.visman@yandex.ru",
"homepage": "https://github.com/MioVisman"
}
],
"autoload": {
"psr-4": {
"ForkBB\\": "app/"
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/MioVisman/dirk"
}
],
"require": {
"php": ">=7.3.0",
"ext-mbstring": "*",
"ext-fileinfo": "*",
"ext-intl" : "*",
"ext-json": "*",
"ext-pdo": "*",
"artoodetoo/dirk": "dev-visman",
"miovisman/parserus": "^1.1.0",
"miovisman/normemail": "dev-master",
"psr/simple-cache": "^1.0.1",
"psr/log": "^1.1.3",
"miovisman/jevix": "^2.2.0"
}
}