composer.json 407 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/product",
    "description": "catalog of products for websites onestartup",
    "type": "library",
    "license": "Apache-2.0",
    "authors": [
        {
            "name": "Angel MAS",
            "email": "angelmartin.isc@gmail.com"
        }
    ],
    "minimum-stability": "dev",
    "require": {},
    "autoload": {
        "psr-4": {"Onestartup\\Product\\": "src"}
    }
}