{ "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-mbstring": "*", "ext-fileinfo": "*", "ext-intl" : "*", "ext-json": "*", "ext-pdo": "*", "artoodetoo/dirk": "dev-visman", "miovisman/parserus": "^1.2.0", "miovisman/normemail": "dev-master", "psr/simple-cache": "^1.0.1", "psr/log": "^1.1.3", "miovisman/jevix": "^2.2.0" }, "suggest": { "ext-openssl": "Needed to send email via smtp server using SSL/TLS.", "ext-imagick": "(or ext-gd) Needed for to upload avatars (and images).", "ext-gd": "(or ext-imagick) Needed for to upload avatars (and images)." } }