forkbb/composer.json
Visman 3503041449 Change Core\Files
Change isImage() method (use mime_content_type()).
Add a check if the file extension matches its mime type.
2020-10-02 20:44:06 +07:00

35 lines
874 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": "*",
"artoodetoo/dirk": "dev-visman",
"miovisman/parserus": "dev-master",
"miovisman/normemail": "dev-master"
}
}