mirror of
https://github.com/YunoHost-Apps/dolibarr_ynh.git
synced 2024-09-03 18:35:53 +02:00
33 lines
940 B
JSON
33 lines
940 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": "*",
|
||
|
"restler/framework": "3.0.*"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-mysqli": "*",
|
||
|
"ext-pgsql": "*",
|
||
|
"ext-mssql": "*",
|
||
|
"ext-pdo_sqlite": "*",
|
||
|
"ext-imagick": "*",
|
||
|
"ext-mcrypt": "*",
|
||
|
"ext-openssl": "*",
|
||
|
"ext-mbstring": "*",
|
||
|
"ext-soap": "*",
|
||
|
"ext-zip": "*",
|
||
|
"ext-xml": "*"
|
||
|
}
|
||
|
}
|