forkbb/composer.json

25 lines
589 B
JSON
Raw Normal View History

{
"name": "forkbb/forkbb",
"description": "The ForkBB is an open source forum application.",
"homepage": "https://github.com/forkbb",
"type": "project",
"license": "GPL 2.0",
"authors": [
{
"name": "Visman",
"email": "mio.visman@yandex.ru",
"homepage": "https://github.com/MioVisman"
}
],
"autoload": {
"psr-4": {
"ForkBB\\": "app/"
}
},
"require": {
"php": ">=5.6.0",
2017-10-03 14:13:21 +00:00
"artoodetoo/dirk": "dev-master",
2017-11-26 11:56:54 +00:00
"miovisman/parserus": "dev-master"
}
}