aboutsummaryrefslogtreecommitdiff
path: root/lib/composer.json
blob: 0901f62a65eb7035ce48b97c48bac9d6b7d4d973 (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
{
    "name": "freshrss.org/freshrss",
    "description": "A free, self-hostable aggregator",
    "type": "project",
    "homepage": "https://freshrss.org/",
    "license": "AGPL-3.0",
    "repositories": [
        {
            "type": "git",
            "url": "https://github.com/FreshRSS/simplepie.git"
        }
    ],
    "require": {
        "marienfressinaud/lib_opml": "0.5.1",
        "phpgt/cssxpath": "v1.3.0",
        "phpmailer/phpmailer": "6.10.0",
        "simplepie/simplepie": "dev-freshrss#d80757267ea1fcbe13d1d1e3a73c2e81f23440de"
    },
    "config": {
        "sort-packages": true,
        "vendor-dir": "./"
    },
    "scripts": {
        "post-update-cmd": "git clean -d -f -X ."
    }
}