diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..c65c68c --- /dev/null +++ b/composer.json @@ -0,0 +1,7 @@ +{ + "name": "drupal/domain_path", + "type": "drupal-module", + "description": "Allow the same path to be used across different domains", + "homepage": "https://github.com/dennisinteractive/domain_path", + "license": "GPL-2.0+" +}