diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 3 |
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" } } |