{
    "name": "liip/functional-test-bundle",
    "description": "This bundles provides additional functional test-cases for Symfony applications",
    "keywords": ["symfony", "testing"],
    "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": "^7.1",
        "doctrine/common": "^2.0",
        "symfony/browser-kit": "^3.4 || ^4.1",
        "symfony/framework-bundle": "^3.4 || ^4.1"
    },
    "require-dev": {
        "doctrine/doctrine-bundle": "^1.8",
        "doctrine/doctrine-fixtures-bundle": "^3.0.2",
        "doctrine/orm": "^2.6",
        "phpunit/phpunit": "^6.1 || ^7.0",
        "symfony/monolog-bundle": "^3.1",
        "symfony/phpunit-bridge": "^3.4 || ^4.1",
        "symfony/symfony": "^3.4 || ^4.1",
        "twig/twig": "^2.0"
    },
    "conflict": {
        "symfony/framework-bundle": "4.3.0"
    },
    "suggest": {
        "brianium/paratest": "Required when using paratest to parallelize tests",
        "doctrine/dbal": "Required when using the fixture loading functionality with an ORM and SQLite",
        "doctrine/orm": "Required when using the fixture loading functionality with an ORM and SQLite"
    },
    "autoload": {
        "psr-4": {
            "Liip\\FunctionalTestBundle\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Liip\\Acme\\Tests\\": "tests/"
        }
    },
    "config": {
        "sort-packages": true
    },
    "extra": {
        "branch-alias": {
            "dev-master": "2.x-dev"
        }
    }
}
