summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorHorus2021-01-14 12:15:03 +0100
committerHorus2021-01-14 12:15:03 +0100
commit20ed3c2e6dbc417dc0fede674894457ac6231410 (patch)
tree7d3af6abfee17bee4f291c1c0d597c9d690a3439 /composer.json
parent983167172a7995acc86c6bd05ea4c268845f1ffe (diff)
downloadzeitumstellung-20ed3c2e6dbc417dc0fede674894457ac6231410.tar.gz
Fix php warning.
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index b690b8d..0dc1bd2 100644
--- a/composer.json
+++ b/composer.json
@@ -4,6 +4,6 @@
"nesbot/carbon": "^2.43"
},
"autoload": {
- "files": [ "inc/config.php", "inc/Zeitumstellung.php", "inc/ical.php"]
+ "files": [ "inc/config.php", "inc/Zeitumstellung.php", "inc/iCalFeed.php"]
}
}