diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000000000000000000000000000000000000..7ee7a67df1d3b58aa3f303a37a66ec49f3577617
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,24 @@
+{
+    "name": "dolibarr/dolibarr",
+    "type": "project",
+    "description": "Dolibarr ERP & CRM is a modern and easy to use web software to manage your business",
+    "keywords": ["erp","crm"],
+    "homepage": "http://dolibarr.org",
+    "licence": "GPL-3.0+",
+    "require": {
+        "php": ">=5.2.1",
+        "ext-gd": "*",
+        "ext-curl": "*"
+    },
+    "suggest": {
+        "ext-mysqli": "*",
+        "ext-pgsql": "*",
+        "ext-mssql": "*",
+        "ext-pdo_sqlite": "*",
+        "ext-imagick": "*",
+        "ext-mcrypt": "*",
+        "ext-openssl": "*",
+        "ext-mb_string": "*",
+        "ext-soap": "*"
+    }
+}