mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
30 lines
854 B
JSON
30 lines
854 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","invoice","sme","proposal","order","stock"],
|
|
"homepage": "http://www.dolibarr.org",
|
|
"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": "*",
|
|
"ext-curl": "*"
|
|
},
|
|
"suggest": {
|
|
"ext-mysqli": "*",
|
|
"ext-pgsql": "*",
|
|
"ext-mssql": "*",
|
|
"ext-pdo_sqlite": "*",
|
|
"ext-imagick": "*",
|
|
"ext-mcrypt": "*",
|
|
"ext-openssl": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-soap": "*"
|
|
}
|
|
}
|