{
    "name": "theofidry/alice-data-fixtures",
    "description": "Nelmio alice extension to persist the loaded fixtures.",
    "keywords": [
        "Fixture",
        "ORM",
        "Alice",
        "Faker",
        "data",
        "tests"
    ],
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Théo FIDRY",
            "email": "theo.fidry@gmail.com",
            "homepage": "https://github.com/theofidry"
        }
    ],
    "require": {
        "php": "^8.2",
        "nelmio/alice": "^3.10",
        "psr/log": "^1 || ^2 || ^3",
        "webmozart/assert": "^1.10"
    },
    "require-dev": {
        "doctrine/annotations": "^1.13",
        "bamarni/composer-bin-plugin": "^1.4.1",
        "phpspec/prophecy": "^1.14.0",
        "phpspec/prophecy-phpunit": "^2.0.1",
        "phpunit/phpunit": "^9.5.10",
        "symfony/phpunit-bridge": "^5.3.8 || ^6.4"
    },
    "conflict": {
        "doctrine/orm": "<2.6.3",
        "doctrine/dbal": "<3.0",
        "doctrine/persistence": "<2.0",
        "illuminate/database": "<8.12",
        "ocramius/proxy-manager": "<2.1",
        "symfony/framework-bundle": "<5.4 || >=6.0 <6.4",
        "zendframework/zend-code": "<3.3.1"
    },
    "suggest": {
        "doctrine/data-fixtures": "To use Doctrine",

        "doctrine/orm": "To use Doctrine ORM",

        "alcaeus/mongo-php-adapter": "To use Doctrine with the MongoDB flavour",
        "doctrine/mongodb": "To use Doctrine with the MongoDB flavour",
        "doctrine/mongodb-odm": "To use Doctrine with the MongoDB flavour",

        "doctrine/dbal": "To use Doctrine with the PHPCR flavour",
        "doctrine/phpcr-odm": "To use Doctrine with the PHPCR flavour",
        "jackalope/jackalope-doctrine-dbal": "To use Doctrine with the PHPCR flavour",

        "illuminate/database": "To use Eloquent",

        "ocramius/proxy-manager": "To avoid database connection on kernel boot"
    },

    "autoload": {
        "psr-4": {
            "Fidry\\AliceDataFixtures\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Fidry\\AliceDataFixtures\\": [
                "fixtures",
                "tests"
            ]
        },
        "files": [
            "fixtures/get-param.php"
        ]
    },

    "config": {
        "bin-dir": "bin",
        "sort-packages": true,
        "allow-plugins": {
            "bamarni/composer-bin-plugin": true
        }
    },
    "extra": {
        "bamarni-bin": {
            "bin-links": false,
            "forward-command": false
        },
        "branch-alias": {
            "dev-master": "1.x-dev"
        }
    }
}
