aboutsummaryrefslogtreecommitdiff
path: root/lib/composer.json
blob: c1b3da704b6ec83010b818af1c03bb55165d0e80 (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
{
    "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/PhpGt/CssXPath.git"
        }
    ],
    "require": {
        "marienfressinaud/lib_opml": "0.5.1",
        "phpgt/cssxpath": "dev-master#45f3ac151fc21d459e2515c3aff97cd4bf877bf8",
        "phpmailer/phpmailer": "6.9.1"
    },
    "config": {
        "sort-packages": true,
        "vendor-dir": "./"
    },
    "scripts": {
        "post-update-cmd": "git clean -d -f -X ."
    }
}