{
    "name": "phpcr/phpcr-migrations",
    "description": "Migrations for PHPCR",
    "license": "MIT",
    "authors": [
        {
            "name": "Daniel Leech",
            "email": "daniel@dantleech.com"
        }
    ],
    "require": {
        "php": "^8.1",
        "phpcr/phpcr": "^2.1",
        "symfony/finder": "^5.4 || ^6.0 || ^7.0",
        "symfony/console": "^5.4 || ^6.0 || ^7.0"
    },
    "require-dev": {
        "jackalope/jackalope-fs": "^0.0.4",
        "handcraftedinthealps/zendsearch": "^2.0",
        "phpunit/phpunit": "^9.4"
    },
    "autoload": {
        "psr-4": {
            "PHPCR\\Migrations\\": "lib"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "PHPCR\\Migrations\\Tests\\": "tests"
        }
    }
}
