diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000000000000000000000000000000000000..e586ebaa4b3f5fb0bf42c2ebeecc2b7d748f6eb8
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,32 @@
+{
+  "name": "quiqqer\/interview",
+  "type": "quiqqer-plugin",
+  "description": "Extension for blog and news plugin. This plugin adds some new attributes and provides new bricks.",
+  "license": "GPL-3.0+",
+  "authors": [
+    {
+      "name": "Michael Danielczok",
+      "email": "michael@pcsg.de",
+      "homepage": "http:\/\/www.pcsg.de",
+      "role": "Developer"
+    },
+    {
+      "name": "Dominik Chrzanowski",
+      "email": "dominik.chrzanowski@gmail.com",
+      "role": "Developer"
+    }
+  ],
+  "support": {
+    "email": "support@pcsg.de"
+  },
+  "require": {
+    "quiqqer\/quiqqer": ">=1.6|dev-master|dev-dev",
+    "quiqqer\/blog": ">=1|dev-master|dev-dev",
+    "quiqqer\/news": ">=1|dev-master|dev-dev"
+  },
+  "autoload": {
+    "psr-4": {
+      "QUI\\Interview\\": "src\/QUI\/Interview"
+    }
+  }
+}