Skip to content
Snippets Groups Projects
composer.json 453 B
Newer Older
{
    "name": "vtiger/vtigercrm",
    "description": "Vtiger CRM",
    "type": "project",
    "license": "VPL",
    "authors": [
        {
            "name": "Vtiger",
            "email": "info@vtiger.com"
        }
    ],
    "autoload": {
        "files": ["includes/Loader.php"]
    },
    "minimum-stability": "stable",
    "require": {
        "smarty/smarty": "^4.3",
        "dg/rss-php": "^1.5",
        "ezyang/htmlpurifier": "^4.16"
    }
}