diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..2240575 --- /dev/null +++ b/composer.json @@ -0,0 +1,15 @@ +{ + "name": "iqual/iq_lang_switcher", + "description": "Only show published languages in language switcher.", + "type": "drupal-custom-module", + "keywords": [ + "Drupal" + ], + "homepage": "https://github.com/iqual-ch/iq_lang_switcher", + "support": { + "issues": "https://github.com/iqual-ch/iq_lang_switcher/issues", + "source": "https://github.com/iqual-ch/iq_lang_switcher" + }, + "require": { + } +}