diff --git a/composer.json b/composer.json
index e69de29..df86477 100644
--- a/composer.json
+++ b/composer.json
@@ -0,0 +1,12 @@
+{
+    "name": "drupal/taxonomy_place",
+    "type": "drupal-module",
+    "description": "Creates a Place taxonomy using Address module.",
+    "homepage": "https://www.drupal.org/project/taxonomy_place",
+    "license": "GPL-2.0+",
+    "require": {
+        "drupal/address": "^1.0.0",
+        "drupal/geolocation": "^1.0.0"
+    },
+    "minimum-stability": "dev"
+}
