{
    "name": "sylius/fixtures-bundle",
    "type": "symfony-bundle",
    "description": "Configurable fixtures for Symfony applications.",
    "keywords": [
        "sylius",
        "fixtures",
        "symfony"
    ],
    "homepage": "https://sylius.com",
    "license": "MIT",
    "authors": [
        {
            "name": "Kamil Kokot",
            "homepage": "https://kamilkokot.com"
        },
        {
            "name": "Sylius project",
            "homepage": "https://sylius.com"
        },
        {
            "name": "Community contributions",
            "homepage": "https://github.com/Sylius/Sylius/contributors"
        }
    ],
    "require": {
        "php": "^8.2",
        "doctrine/data-fixtures": "^1.2 || ^2.0",
        "monolog/monolog": "^1.25 || ^2.1 || ^3",
        "symfony/framework-bundle": "^6.4 || ^7.4 || ^8.0",
        "symfony/monolog-bridge": "^6.4 || ^7.4 || ^8.0",
        "webmozart/assert": "^1.9"
    },
    "require-dev": {
        "doctrine/doctrine-bundle": "^2.1 || ^3.0",
        "doctrine/dbal": "^3.0 || ^4.0",
        "doctrine/orm": "^2.7 || ^3.0",
        "matthiasnoback/symfony-config-test": "^4.2 || ^5.0 || ^6.0",
        "matthiasnoback/symfony-dependency-injection-test": "^4.2 || ^5.0 || ^6.0",
        "phpspec/phpspec": "^7.0 || ^8.0",
        "phpunit/phpunit": "^9.4 || ^10.0 || ^11.0",
        "sylius-labs/coding-standard": "^4.0",
        "rector/rector": "^2.0",
        "phpstan/phpstan": "^2.0",
        "phpstan/phpstan-doctrine": "^2.0",
        "phpstan/phpstan-webmozart-assert": "^2.0",
        "phpstan/phpstan-symfony": "^2.0",
        "phpstan/phpstan-phpunit": "^2.0"
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.8-dev"
        }
    },
    "autoload": {
        "psr-4": {
            "Sylius\\Bundle\\FixturesBundle\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "spec\\Sylius\\Bundle\\FixturesBundle\\": "spec/",
            "Sylius\\Bundle\\FixturesBundle\\Tests\\": "tests/"
        }
    },
    "scripts": {
        "analyse": [
            "@composer validate --strict",
            "vendor/bin/ecs check",
            "vendor/bin/phpstan analyse"
        ],
        "fix": [
            "vendor/bin/ecs check spec src tests --fix"
        ],
        "test": [
            "vendor/bin/phpspec run --ansi --no-interaction",
            "vendor/bin/phpunit --colors=always"
        ]
    },
    "config": {
        "allow-plugins": {
            "symfony/flex": true,
            "dealerdirect/phpcodesniffer-composer-installer": false
        }
    }
}
