9575efce44
Canonical Decomposition followed by Canonical Composition for all input data
37 lines
933 B
JSON
37 lines
933 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": ">=7.3.0",
|
|
"ext-gd": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-fileinfo": "*",
|
|
"ext-intl" : "*",
|
|
"artoodetoo/dirk": "dev-visman",
|
|
"miovisman/parserus": "dev-master",
|
|
"miovisman/normemail": "dev-master",
|
|
"psr/simple-cache": "*"
|
|
}
|
|
}
|