summaryrefslogtreecommitdiff
path: root/src/composer.json
blob: 630c8ac2089aa0e8e7c623facd9a14ec7099be1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "autoload": {
        "psr-4": {
            "mystic\\forum\\": "application/mystic/forum/"
        }
    },
    "require": {
        "symfony/mailer": "^7.1",
        "gregwar/captcha": "^1.2",
        "andig/php-shunting-yard": "dev-master",
        "php-ffmpeg/php-ffmpeg": "^1.2"
    }
}