2014-05-03 23:19:07 +02:00
|
|
|
{
|
|
|
|
|
"name": "dolibarr/dolibarr",
|
|
|
|
|
"type": "project",
|
|
|
|
|
"description": "Dolibarr ERP & CRM is a modern and easy to use web software to manage your business",
|
2014-05-04 21:15:41 +02:00
|
|
|
"keywords": ["erp","crm","invoice","sme","proposal","order","stock"],
|
2014-05-04 18:31:57 +02:00
|
|
|
"homepage": "http://www.dolibarr.org",
|
2014-05-04 19:06:23 +02:00
|
|
|
"license": "GPL-3.0+",
|
2014-05-04 19:06:36 +02:00
|
|
|
"support": {
|
|
|
|
|
"issues": "https://doliforge.org/projects/dolibarr",
|
|
|
|
|
"forum": "http://www.dolibarr.org/forum",
|
2014-05-04 21:15:41 +02:00
|
|
|
"wiki": "http://wiki.dolibarr.org"
|
2014-05-04 19:06:36 +02:00
|
|
|
},
|
2014-05-03 23:19:07 +02:00
|
|
|
"require": {
|
2014-05-04 18:31:57 +02:00
|
|
|
"php": ">=5.3.0",
|
2014-05-03 23:19:07 +02:00
|
|
|
"ext-gd": "*",
|
|
|
|
|
"ext-curl": "*"
|
|
|
|
|
},
|
|
|
|
|
"suggest": {
|
|
|
|
|
"ext-mysqli": "*",
|
|
|
|
|
"ext-pgsql": "*",
|
|
|
|
|
"ext-mssql": "*",
|
|
|
|
|
"ext-pdo_sqlite": "*",
|
|
|
|
|
"ext-imagick": "*",
|
|
|
|
|
"ext-mcrypt": "*",
|
|
|
|
|
"ext-openssl": "*",
|
2014-05-04 19:29:36 +02:00
|
|
|
"ext-mbstring": "*",
|
2014-10-01 14:40:38 +02:00
|
|
|
"ext-soap": "*",
|
|
|
|
|
"ext-zip": "*",
|
|
|
|
|
"ext-xml": "*"
|
2014-05-03 23:19:07 +02:00
|
|
|
}
|
|
|
|
|
}
|