aboutsummaryrefslogtreecommitdiff
path: root/lib/composer.json
blob: 6e9e0ee32a925ee5378b479b78760845c98d2f70 (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/PhpGt/CssXPath.git"
        }
    ],
    "require": {
        "php": ">=7.2.0",
        "marienfressinaud/lib_opml": "0.5.0",
        "phpgt/cssxpath": "dev-master#4fbe420aba3d9e729940107ded4236a835a1a132",
        "phpmailer/phpmailer": "6.6.0"
    },
    "config": {
        "sort-packages": true,
        "vendor-dir": "./"
    },
    "scripts": {
        "post-update-cmd": "git clean -d -f -X ."
    }
}