{
    "name": "hautelook/alice-bundle",
    "description": "Symfony bundle to manage fixtures with Alice and Faker.",
    "keywords": ["Symfony", "Fixture", "ORM", "Alice", "Faker"],
    "type": "symfony-bundle",
    "license": "MIT",
    "authors": [
        {
            "name": "Baldur Rensch",
            "email": "brensch@gmail.com"
        },
        {
            "name": "Théo FIDRY",
            "email": "theo.fidry@gmail.com",
            "homepage": "https://github.com/theofidry"
        }
    ],

    "autoload": {
        "psr-4": {
            "Hautelook\\AliceBundle\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Hautelook\\AliceBundle\\": [
                "fixtures",
                "tests"
            ]
        }
    },

    "require": {
        "php": "^8.1",
        "doctrine/doctrine-bundle": "^2.5",
        "doctrine/data-fixtures": "^1.5",
        "doctrine/orm": "^2.10.0",
        "doctrine/persistence": "^2.2 || ^3.0",
        "psr/log": "^1.0 || ^2.0 || ^3.0",
        "symfony/finder": "^5.4.2 || ^6.0",
        "symfony/framework-bundle": "^5.4.2 || ^6.0",
        "theofidry/alice-data-fixtures": "^1.5"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.5",
        "phpspec/prophecy": "^1.7",
        "symfony/phpunit-bridge": "^6.0",
        "phpspec/prophecy-phpunit": "^2.0"
    },

    "extra": {
        "branch-alias": {
            "dev-master": "2.x-dev"
        },
        "bin-dir": "bin",
        "sort-packages": true
    }
}
