diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000000000000000000000000000000000000..5963699369e8b6f880c69ce4cb5ddb624be2f207
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,14 @@
+{
+	"name": "radar-wp/squat-radar",
+	"description": "Wordpress Calendar widget for https://radar.squat.net/ events",
+        "type": "wordpress-plugin",
+	"homepage": "https://radar.squat.net",
+	"license": "GPL-2.0+",
+	"authors": [ {
+		"name": "Radar contributors",
+                "homepage": "https://0xacab.org/radar"
+	} ],
+	"require": {
+		"php": ">=5.4.0"
+	}
+}