summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2022-02-21 21:04:38 +0100
committerHarald Eilertsen <haraldei@anduin.net>2022-02-21 21:04:38 +0100
commitef1da20cb88b94d7c4781cb3bcf86ccb67c5005f (patch)
tree49d0b63d9cf7eab370eca01779caeb3f85f10065 /composer.json
parentad2bcce71ed076eef5d52ee14dab3b7cea1c1dd8 (diff)
downloadgigologadmin-ef1da20cb88b94d7c4781cb3bcf86ccb67c5005f.tar.gz
gigologadmin-ef1da20cb88b94d7c4781cb3bcf86ccb67c5005f.tar.bz2
gigologadmin-ef1da20cb88b94d7c4781cb3bcf86ccb67c5005f.zip
Add sample ical export module.
Currently just uses sample from iCalcreator docs, but shows how it can be done, and how to hook it into WordPress.
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index 65b7e58..1b36621 100644
--- a/composer.json
+++ b/composer.json
@@ -20,5 +20,8 @@
},
"scripts": {
"test": "npm run wp-env run phpunit 'phpunit -c /var/www/html/wp-content/plugins/giglogadmin/phpunit.xml'"
+ },
+ "require": {
+ "kigkonsult/icalcreator": "^2.39"
}
}