diff options
| author | Horus | 2021-01-14 12:09:21 +0100 |
|---|---|---|
| committer | Horus | 2021-01-14 12:09:21 +0100 |
| commit | 983167172a7995acc86c6bd05ea4c268845f1ffe (patch) | |
| tree | 169054e132b19b21fdef1860f830d176c110d050 /composer.json | |
| parent | 5269a15bcffe0a5084092fc61f445c0bee588baa (diff) | |
| download | zeitumstellung-983167172a7995acc86c6bd05ea4c268845f1ffe.tar.gz | |
Reimplement in vanilla PHP.
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..b690b8d --- /dev/null +++ b/composer.json @@ -0,0 +1,9 @@ +{ + "require": { + "eluceo/ical": "^0.16.1", + "nesbot/carbon": "^2.43" + }, + "autoload": { + "files": [ "inc/config.php", "inc/Zeitumstellung.php", "inc/ical.php"] + } +} |
