{
    "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": {
        "php": ">=5.3.3",
        "pagerfanta/pagerfanta": "^1.1.0|^2.0.0",
        "symfony/framework-bundle": "~2.3|~3.0|~4.0",
        "symfony/property-access": "~2.3|~3.0|~4.0",
        "symfony/translation": "~2.3|~3.0|~4.0",
        "symfony/twig-bundle": "~2.3|~3.0|~4.0"
    },
    "require-dev": {
        "symfony/symfony": "~2.3|~3.0|~4.0",
        "phpunit/phpunit": "~3.7|~4.0|^5.0"
    },
    "conflict": {
        "twig/twig": "<1.34|>=2.0,<2.4"
    },
    "autoload": {
        "psr-4": {
            "WhiteOctober\\PagerfantaBundle\\": ""
        },
        "exclude-from-classmap": ["Tests/", "TestsProject/"]
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.0.x-dev"
        }
    },
    "config": {
        "sort-packages": true
    }
}
