{
    "name":        "knplabs/knp-components",
    "type":        "library",
    "description": "Knplabs component library",
    "keywords":    ["components", "pager", "knp", "knplabs", "paginator"],
    "homepage":    "http://github.com/KnpLabs/knp-components",
    "license":     "MIT",

    "authors": [
        {
            "name": "KnpLabs Team",
            "homepage": "http://knplabs.com"
        },
        {
            "name": "Symfony Community",
            "homepage": "http://github.com/KnpLabs/knp-components/contributors"
        }
    ],

    "require": {
        "php": ">=5.3.0"
    },

    "autoload": {
        "psr-0": {
            "Knp\\Component": "src/"
        }
    }
}
