{
    "name": "liip/functional-test-bundle",
    "description": "This bundles provides additional functional test-cases for Symfony2 applications",
    "keywords": ["symfony2"],
    "type": "symfony-bundle",
    "license": "MIT",
    "authors": [
        {
            "name": "Liip AG",
            "homepage": "http://www.liip.ch/"
        },
        {
            "name": "Community contributions",
            "homepage": "https://github.com/liip/LiipFunctionalTestBundle/contributors"
        }
    ],
    "require": {
        "php": "^5.3.9|^7.0",
        "symfony/framework-bundle": "~2.3|~3.0",
        "symfony/browser-kit": "~2.3|~3.0",
        "symfony/validator": "~2.5|~3.0",
        "doctrine/common": "~2.0"
    },
    "suggest": {
        "doctrine/doctrine-fixtures-bundle": "Required when using the fixture loading functionality",
        "doctrine/orm": "Required when using the fixture loading functionality with an ORM and SQLite",
        "doctrine/dbal": "Required when using the fixture loading functionality with an ORM and SQLite",
        "nelmio/alice": "Required when using loadFixtureFiles functionality"
    },
    "autoload": {
        "psr-4": {
            "Liip\\FunctionalTestBundle\\": ""
        }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.3.x-dev"
        }
    }
}
