summaryrefslogtreecommitdiff
path: root/composer.json
blob: c1f12c6f5bb2e7ee84f3864501c512c08e7bac32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
    "require" : {
        "php" : ">=5.3",
        "ext-mbstring" : "*",
        "ext-gd" : "*",
        "christian-riesen/otp" : "1.4",
        "eluceo/ical": "0.8.0",
        "erusev/parsedown" : "1.5.3",
        "fabiang/xmpp" : "0.6.1",
        "fguillot/json-rpc" : "dev-master",
        "fguillot/picodb" : "1.0.0",
        "fguillot/simpleLogger" : "0.0.2",
        "fguillot/simple-validator" : "0.0.3",
        "nickcernis/html-to-markdown" : "2.2.1",
        "pimple/pimple" : "~3.0",
        "swiftmailer/swiftmailer" : "@stable",
        "symfony/console" : "@stable",
        "symfony/event-dispatcher" : "~2.6",
        "gregwar/captcha": "1.*"
    },
    "autoload" : {
        "psr-0" : {
            "" : "app/"
        },
        "files" : [
            "app/functions.php",
            "app/Library/password.php"
        ]
    },
    "require-dev" : {
        "symfony/stopwatch" : "~2.6"
    }
}