From 4303f8612d572aa11d45c0b46538ccdd19eb3f02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Doursenaud?= Date: Sun, 4 May 2014 19:06:23 +0200 Subject: [PATCH 1/3] Fixed typo --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7ee7a67df1d3b..54b14e9f34aab 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "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+", + "license": "GPL-3.0+", "require": { "php": ">=5.2.1", "ext-gd": "*", From bf73f863d50f15ed4d6819723b4982736d9095bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Doursenaud?= Date: Sun, 4 May 2014 19:06:36 +0200 Subject: [PATCH 2/3] Added support links to composer --- composer.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/composer.json b/composer.json index 54b14e9f34aab..b813b77e91c77 100644 --- a/composer.json +++ b/composer.json @@ -5,6 +5,12 @@ "keywords": ["erp","crm"], "homepage": "http://dolibarr.org", "license": "GPL-3.0+", + "support": { + "issues": "https://doliforge.org/projects/dolibarr", + "forum": "http://www.dolibarr.org/forum", + "wiki": "http://wiki.dolibarr.org", + "irc": "irc://irc.freenode.net/dolibarr" + }, "require": { "php": ">=5.2.1", "ext-gd": "*", From 0e8e5b083b89457f73375c0a2dc9f87d35deb67f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Doursenaud?= Date: Sun, 4 May 2014 19:29:36 +0200 Subject: [PATCH 3/3] Fixed typo --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b813b77e91c77..47d1964768635 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "ext-imagick": "*", "ext-mcrypt": "*", "ext-openssl": "*", - "ext-mb_string": "*", + "ext-mbstring": "*", "ext-soap": "*" } }