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",
|
|
|
|
"license": "GPL 2.0",
|
|
|
|
"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": {
|
|
|
|
"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"
|
2017-01-06 13:51:12 +00:00
|
|
|
}
|
|
|
|
}
|