composer.json 391 Bytes
Newer Older
Angel MAS committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
{
    "name": "onestartup/crm",
    "description": "record management with tracking log",
    "type": "library",
    "license": "Apache-2.0",
    "authors": [
        {
            "name": "Angel MAS",
            "email": "angelmartin.isc@gmail.com"
        }
    ],
    "minimum-stability": "dev",
    "require": {},
    "autoload": {
        "psr-4": {"Onestartup\\Crm\\": "src"}
    }
}