From e0a86b4b6515eb1dc2096f96a7c1e52db19fa8d8 Mon Sep 17 00:00:00 2001
From: Konstantinos Platis <konstantinos.platis@cern.ch>
Date: Thu, 6 May 2021 09:34:35 +0000
Subject: [PATCH] Add composer.json file

---
 composer.json | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 composer.json

diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..5196cda
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,20 @@
+{
+  "name": "drupal/cern-integration",
+  "description": "Custom functionality and constraints for CERN Drupal infrastructure",
+  "version": "8.0.9",
+  "type": "drupal-custom-module",
+  "license": "GPL-2.0-or-later",
+  "authors": [
+    {
+      "name": "Konstantinos Platis",
+      "email": "konstantinos.platis@cern.ch"
+    }
+  ],
+  "repositories": [
+    {
+      "type": "composer",
+      "url": "https://packages.drupal.org/8"
+    }
+  ],
+  "require": {}
+}
-- 
GitLab