Merge pull request #1571 from GPCsolutions/composer

Added composer file
This commit is contained in:
Laurent Destailleur 2014-05-04 18:11:05 +02:00
commit 292c2eb4ba

24
composer.json Normal file
View File

@ -0,0 +1,24 @@
{
"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": "*"
}
}