forkbb/composer.json

41 lines
1 KiB
JSON
Raw Normal View History

{
"name": "forkbb/forkbb",
"description": "The ForkBB is an open source forum application.",
"homepage": "https://github.com/forkbb",
"type": "project",
2018-02-25 04:48:25 +00:00
"license": "MIT",
2019-12-25 12:10:00 +00:00
"minimum-stability": "dev",
"authors": [
{
"name": "Visman",
"email": "mio.visman@yandex.ru",
"homepage": "https://github.com/MioVisman"
}
],
"autoload": {
"psr-4": {
"ForkBB\\": "app/"
}
},
2019-11-28 13:25:13 +00:00
"repositories": [
{
"type": "vcs",
"url": "https://github.com/MioVisman/dirk"
}
],
"require": {
2020-07-14 15:39:33 +00:00
"php": ">=7.3.0",
2018-04-01 11:16:58 +00:00
"ext-gd": "*",
"ext-mbstring": "*",
"ext-fileinfo": "*",
"ext-intl" : "*",
2021-01-03 05:31:34 +00:00
"ext-json": "*",
2019-11-28 13:25:13 +00:00
"artoodetoo/dirk": "dev-visman",
2021-02-24 11:43:04 +00:00
"miovisman/parserus": "^1.1.0",
2020-10-05 11:13:20 +00:00
"miovisman/normemail": "dev-master",
2021-01-16 10:58:51 +00:00
"psr/simple-cache": "^1.0.1",
2021-03-03 15:03:19 +00:00
"psr/log": "^1.1.3",
"miovisman/jevix": "^2.2.0"
}
}