From 48372f643a97338872f46efcaa11b250a07e2439 Mon Sep 17 00:00:00 2001 From: Simon Peacock Date: Fri, 3 Jul 2020 16:18:55 +0100 Subject: [PATCH] hotfix-add-composer-back - adding composer --- composer.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 composer.json 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+" +}