summaryrefslogtreecommitdiff
path: root/composer.json
blob: b690b8d998991f56309abc161bebf19ff587c659 (plain)
1
2
3
4
5
6
7
8
9
{
    "require": {
        "eluceo/ical": "^0.16.1",
        "nesbot/carbon": "^2.43"
    },
    "autoload": {
	    "files": [ "inc/config.php", "inc/Zeitumstellung.php", "inc/ical.php"]
    }
}