From 212fce2ab7771464235b2fb9393329595f6210b7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= <frederic.france@free.fr>
Date: Sat, 28 Nov 2015 17:36:03 +0100
Subject: [PATCH] Create composer.json.phpcs

---
 composer.json.phpcs | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 composer.json.phpcs

diff --git a/composer.json.phpcs b/composer.json.phpcs
new file mode 100644
index 00000000000..5f5ea2d1fdf
--- /dev/null
+++ b/composer.json.phpcs
@@ -0,0 +1,18 @@
+{
+    "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","invoice","sme","proposal","order","stock"],
+    "homepage": "http://www.dolibarr.org",
+    "license": "GPL-3.0+",
+    "support": {
+        "issues": "https://github.com/Dolibarr/dolibarr/issues",
+        "forum": "http://www.dolibarr.org/forum",
+        "wiki": "http://wiki.dolibarr.org",
+        "irc": "irc://chat.freenode.net/dolibarr",
+        "source": "https://github.com/Dolibarr/dolibarr"
+    },
+    "config": {
+        "vendor-dir": "htdocs/includes"
+    }
+}
-- 
GitLab