forkbb/composer.json
2019-12-25 19:10:00 +07:00

34 lines
846 B
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": ">=5.6.12",
"ext-gd": "*",
"ext-mbstring": "*",
"artoodetoo/dirk": "dev-visman",
"miovisman/parserus": "dev-master",
"miovisman/normemail": "dev-master"
}
}