diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000000000000000000000000000000000000..5196cda7a09e0eea4b8cf33bf4a71ce04ad41b00
--- /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": {}
+}