-
- Downloads
Merge pull request #1571 from GPCsolutions/composer
Added composer file
No related branches found
No related tags found
composer.json
0 → 100644
{ | |||
"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", | |||
"licence": "GPL-3.0+", | |||
"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-mb_string": "*", | |||
"ext-soap": "*" | |||
} | |||
} |
Please register or sign in to comment