summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorAndreaChirulescu <andrea.chirulescu@gmail.com>2022-02-21 21:35:50 +0100
committerAndreaChirulescu <andrea.chirulescu@gmail.com>2022-02-21 21:35:50 +0100
commitdac8783023971f8ebc057fc5fcf2d28b3cb96490 (patch)
tree08285857c78fe69b35e8b5608f5b4d5949b0e2f8 /composer.json
parent285796a7c8e85bbad66f0f1a7e7ff9fafe12dc0c (diff)
downloadgigologadmin-dac8783023971f8ebc057fc5fcf2d28b3cb96490.tar.gz
gigologadmin-dac8783023971f8ebc057fc5fcf2d28b3cb96490.tar.bz2
gigologadmin-dac8783023971f8ebc057fc5fcf2d28b3cb96490.zip
beginning of ical setup with kigkonsults calendar
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..02f85e5 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.41"
}
}