31 lines
857 B
JSON
31 lines
857 B
JSON
{
|
|
"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"],
|
|
"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": "*",
|
|
"ext-curl": "*"
|
|
},
|
|
"suggest": {
|
|
"ext-mysqli": "*",
|
|
"ext-pgsql": "*",
|
|
"ext-mssql": "*",
|
|
"ext-pdo_sqlite": "*",
|
|
"ext-imagick": "*",
|
|
"ext-mcrypt": "*",
|
|
"ext-openssl": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-soap": "*"
|
|
}
|
|
}
|