Skip to content
Snippets Groups Projects
This project manages its dependencies using Composer. Learn more
composer.json 902 B
{
    "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": "*",
        "ext-zip": "*",
        "ext-xml": "*"
    }
}