summaryrefslogtreecommitdiff
path: root/src/composer.json
blob: 82afc5b8a5f1dae8e2392a43476534bc258f8b9a (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "autoload": {
        "psr-4": {
            "mystic\\forum\\": "application/mystic/forum/"
        }
    },
    "require": {
        "symfony/mailer": "^7.1",
        "gregwar/captcha": "^1.2"
    }
}