forkbb/composer.json

24 lines
601 B
JSON

{
"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"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/MioVisman/container"
}
],
"require": {
"php": ">=5.6.0",
"artoodetoo/container": "dev-visman"
}
}