aboutsummaryrefslogtreecommitdiff
path: root/lib/composer.json
blob: 3d307f6e8c1f198b63289d5aa7160a3d11cc5ae4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "freshrss.org/freshrss",
    "description": "A free, self-hostable aggregator",
    "type": "project",
    "homepage": "https://freshrss.org/",
    "license": "AGPL-3.0",
    "require": {
        "php": ">=7.0.0",
        "phpmailer/phpmailer": "6.6.0"
    },
    "config": {
        "vendor-dir": "./"
    },
    "scripts": {
        "post-update-cmd": "git clean -d -f -X ."
    }
}