{
    "name": "white-october/pagerfanta-bundle",
    "description": "Bundle to use Pagerfanta with Symfony2",
    "keywords": ["page","paging"],
    "type": "symfony-bundle",
    "license": "MIT",
    "authors": [
        {
            "name": "Pablo Díez",
            "email": "pablodip@gmail.com"
        }
    ],
    "require": {
        "symfony/framework-bundle": "~2.2",
        "symfony/twig-bundle": "~2.2",
        "symfony/property-access": "~2.2",
        "pagerfanta/pagerfanta": "1.0.*"
    },
    "require-dev": {
        "symfony/symfony": "~2.2",
        "phpunit/phpunit": "~3.7"
    },
    "autoload": {
        "psr-0": { "WhiteOctober\\PagerfantaBundle": "" }
    },
    "target-dir": "WhiteOctober/PagerfantaBundle",
    "extra": {
        "branch-alias": {
            "dev-master": "1.0.x-dev"
        }
    }
}
