Merge branch 'GPCsolutions-composer' into develop

This commit is contained in:
Laurent Destailleur 2014-05-04 21:16:13 +02:00
commit 2c8e9840c1
2 changed files with 9 additions and 3 deletions

View File

@ -54,6 +54,7 @@ For users:
- New: Add categories translation. - New: Add categories translation.
- New: Enable option "clone target emailing". - New: Enable option "clone target emailing".
- New: Improved tax module: Add specific page for salaries payment - New: Improved tax module: Add specific page for salaries payment
- New: Add composer.json file so Dolibarr can be publish onto packagist.org.
TODO TODO
- New: Predefined product and free product use same form. - New: Predefined product and free product use same form.

View File

@ -2,9 +2,14 @@
"name": "dolibarr/dolibarr", "name": "dolibarr/dolibarr",
"type": "project", "type": "project",
"description": "Dolibarr ERP & CRM is a modern and easy to use web software to manage your business", "description": "Dolibarr ERP & CRM is a modern and easy to use web software to manage your business",
"keywords": ["erp","crm"], "keywords": ["erp","crm","invoice","sme","proposal","order","stock"],
"homepage": "http://www.dolibarr.org", "homepage": "http://www.dolibarr.org",
"licence": "GPL-3.0+", "license": "GPL-3.0+",
"support": {
"issues": "https://doliforge.org/projects/dolibarr",
"forum": "http://www.dolibarr.org/forum",
"wiki": "http://wiki.dolibarr.org"
},
"require": { "require": {
"php": ">=5.3.0", "php": ">=5.3.0",
"ext-gd": "*", "ext-gd": "*",
@ -18,7 +23,7 @@
"ext-imagick": "*", "ext-imagick": "*",
"ext-mcrypt": "*", "ext-mcrypt": "*",
"ext-openssl": "*", "ext-openssl": "*",
"ext-mb_string": "*", "ext-mbstring": "*",
"ext-soap": "*" "ext-soap": "*"
} }
} }