composer.json 421 Bytes
Newer Older
Pancholin committed
1
{
Pancholin committed
2
    "name": "onestartup/product_resources",
Pancholin committed
3 4 5 6 7
    "description": "catalog of products for websites onestartup",
    "type": "library",
    "license": "Apache-2.0",
    "authors": [
        {
Pancholin committed
8 9
            "name": "Fco Salazar",
            "email": "batpaxo50@gmail.com"
Pancholin committed
10 11 12 13 14
        }
    ],
    "minimum-stability": "dev",
    "require": {},
    "autoload": {
Pancholin committed
15
        "psr-4": {"Onestartup\\ProductResource\\": "src"}
Pancholin committed
16 17
    }
}