{
    "name": "codeception/module-symfony",
    "description": "Codeception module for Symfony framework",
    "type": "library",
    "license": "MIT",
    "keywords": [
        "codeception",
        "functional testing",
        "symfony"
    ],
    "homepage": "https://codeception.com/",
    "support": {
        "docs": "https://codeception.com/docs/modules/Symfony"
    },
    "authors": [
        {
            "name": "Michael Bodnarchuk"
        },
        {
            "name": "Gustavo Nieves",
            "homepage": "https://medium.com/@ganieves"
        }
    ],
    "require": {
        "php": "^8.2",
        "ext-json": "*",
        "codeception/lib-innerbrowser": "^3.1 | ^4.1"
    },
    "require-dev": {
        "codeception/module-asserts": "^3.3",
        "codeception/module-doctrine": "^3.3",
        "doctrine/orm": "^3.6",
        "friendsofphp/php-cs-fixer": "^3.94",
        "phpstan/phpstan": "^2.2",
        "phpunit/phpunit": "^11.0 | ^12.0",
        "symfony/browser-kit": "^5.4 | ^6.4 | ^7.4 | ^8.1",
        "symfony/cache": "^5.4 | ^6.4 | ^7.4 | ^8.1",
        "symfony/clock": "^6.4 | ^7.4 | ^8.1",
        "symfony/config": "^5.4 | ^6.4 | ^7.4 | ^8.1",
        "symfony/console": "^5.4 | ^6.4 | ^7.4 | ^8.1",
        "symfony/css-selector": "^5.4 | ^6.4 | ^7.4 | ^8.1",
        "symfony/dependency-injection": "^5.4 | ^6.4 | ^7.4 | ^8.1",
        "symfony/dom-crawler": "^5.4 | ^6.4 | ^7.4 | ^8.1",
        "symfony/dotenv": "^5.4 | ^6.4 | ^7.4 | ^8.1",
        "symfony/error-handler": "^5.4 | ^6.4 | ^7.4 | ^8.1",
        "symfony/event-dispatcher": "^5.4 | ^6.4 | ^7.4 | ^8.1",
        "symfony/filesystem": "^5.4 | ^6.4 | ^7.4 | ^8.1",
        "symfony/finder": "^5.4 | ^6.4 | ^7.4 | ^8.1",
        "symfony/form": "^5.4 | ^6.4 | ^7.4 | ^8.1",
        "symfony/framework-bundle": "^5.4 | ^6.4 | ^7.4 | ^8.1",
        "symfony/http-client": "^5.4 | ^6.4 | ^7.4 | ^8.1",
        "symfony/http-foundation": "^5.4 | ^6.4 | ^7.4 | ^8.1",
        "symfony/http-kernel": "^5.4 | ^6.4 | ^7.4 | ^8.1",
        "symfony/mailer": "^5.4 | ^6.4 | ^7.4 | ^8.1",
        "symfony/messenger": "^5.4 | ^6.4 | ^7.4 | ^8.1",
        "symfony/mime": "^5.4 | ^6.4 | ^7.4 | ^8.1",
        "symfony/notifier": "^5.4 | ^6.4 | ^7.4 | ^8.1",
        "symfony/options-resolver": "^5.4 | ^6.4 | ^7.4 | ^8.1",
        "symfony/password-hasher": "^5.4 | ^6.4 | ^7.4 | ^8.1",
        "symfony/process": "^5.4 | ^6.4 | ^7.4 | ^8.1",
        "symfony/property-access": "^5.4 | ^6.4 | ^7.4 | ^8.1",
        "symfony/property-info": "^5.4 | ^6.4 | ^7.4 | ^8.1",
        "symfony/routing": "^5.4 | ^6.4 | ^7.4 | ^8.1",
        "symfony/security-bundle": "^5.4 | ^6.4 | ^7.4 | ^8.1",
        "symfony/security-core": "^5.4 | ^6.4 | ^7.4 | ^8.1",
        "symfony/security-csrf": "^5.4 | ^6.4 | ^7.4 | ^8.1",
        "symfony/security-http": "^5.4 | ^6.4 | ^7.4 | ^8.1",
        "symfony/stopwatch": "^5.4 | ^6.4 | ^7.4 | ^8.1",
        "symfony/string": "^5.4 | ^6.4 | ^7.4 | ^8.1",
        "symfony/translation": "^5.4 | ^6.4 | ^7.4 | ^8.1",
        "symfony/twig-bundle": "^5.4 | ^6.4 | ^7.4 | ^8.1",
        "symfony/validator": "^5.4 | ^6.4 | ^7.4 | ^8.1",
        "symfony/var-dumper": "^5.4 | ^6.4 | ^7.4 | ^8.1",
        "symfony/var-exporter": "^6.4 | ^7.4 | ^8.1",
        "symfony/yaml": "^5.4 | ^6.4 | ^7.4 | ^8.1",
        "vlucas/phpdotenv": "^4.2 | ^5.6"
    },
    "suggest": {
        "codeception/codeception": "Install Codeception to run tests using this module",
        "codeception/module-asserts": "Include traditional PHPUnit assertions in your tests",
        "symfony/web-profiler-bundle": "Tool that gives information about the execution of requests"
    },
    "autoload": {
        "psr-4": {
            "Codeception\\": "src/Codeception/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\": "tests",
            "Tests\\App\\": "tests/_app"
        }
    },
    "config": {
        "sort-packages": true
    },
    "minimum-stability": "RC",
    "scripts": {
        "phpstan": "phpstan analyse src --level=max --memory-limit=1G",
        "cs-check": "php-cs-fixer fix src --dry-run --diff --using-cache=no",
        "cs-fix": "php-cs-fixer fix src --using-cache=no"
    }
}
