Skip to content
Snippets Groups Projects
Commit 2bba7264 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge branch 'composer' of github.com:GPCsolutions/dolibarr into

GPCsolutions-composer

Conflicts:
	composer.json
parents d584d29e 0e8e5b08
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,7 @@ For users:
- New: Add categories translation.
- New: Enable option "clone target emailing".
- New: Improved tax module: Add specific page for salaries payment
- New: Add composer.json file so Dolibarr can be publish onto packagist.org.
TODO
- New: Predefined product and free product use same form.
......
......@@ -2,9 +2,14 @@
"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"],
"keywords": ["erp","crm","invoice","sme","proposal","order","stock"],
"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": {
"php": ">=5.3.0",
"ext-gd": "*",
......@@ -18,7 +23,7 @@
"ext-imagick": "*",
"ext-mcrypt": "*",
"ext-openssl": "*",
"ext-mb_string": "*",
"ext-mbstring": "*",
"ext-soap": "*"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment