summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: f69d281088176a0af53a4f5c94b146d650c3c626 (plain)
1
2
3
4
5
6
7
8
{
    "require": {
        "dragonmantank/cron-expression": "^2.3.1"
    },
    "scripts": {
        "git-archive": "git archive --format=tar --prefix=x509/ HEAD >icingaweb2-module-x509.tar && tar --transform 's,^,x509/,' --exclude-vcs --exclude '.*' -rf icingaweb2-module-x509.tar vendor composer.lock && gzip -f icingaweb2-module-x509.tar"
    }
}