{
    "name": "cycle/annotated",
    "type": "library",
    "license": "MIT",
    "description": "Cycle ORM Annotated Entities generator",
    "minimum-stability": "dev",
    "prefer-stable": true,
    "homepage": "https://cycle-orm.dev",
    "support": {
        "issues": "https://github.com/cycle/annotated/issues",
        "source": "https://github.com/cycle/annotated",
        "docs": "https://cycle-orm.dev/docs",
        "chat": "https://discord.gg/spiralphp"
    },
    "authors": [
        {
            "name": "Anton Titov (wolfy-j)",
            "email": "wolfy-j@spiralscout.com"
        },
        {
            "name": "Aleksei Gagarin (roxblnfk)",
            "email": "alexey.gagarin@spiralscout.com"
        },
        {
            "name": "Pavel Butchnev (butschster)",
            "email": "pavel.buchnev@spiralscout.com"
        },
        {
            "name": "Maksim Smakouz (msmakouz)",
            "email": "maksim.smakouz@spiralscout.com"
        }
    ],
    "funding": [
        {
            "type": "github",
            "url": "https://github.com/sponsors/cycle"
        }
    ],
    "require": {
        "php": ">=8.1",
        "cycle/database": "^2.15",
        "cycle/orm": "^2.9.2",
        "cycle/schema-builder": "^2.11.1",
        "spiral/attributes": "^2.8|^3.0",
        "spiral/tokenizer": "^2.8|^3.0",
        "doctrine/inflector": "^2.0"
    },
    "require-dev": {
        "doctrine/annotations": "^1.14.3 || ^2.0.1",
        "phpunit/phpunit": "^10.1",
        "vimeo/psalm": "^5.26 || ^6.0",
        "spiral/code-style": "^2.2",
        "spiral/dumper": "^3.3"
    },
    "autoload": {
        "psr-4": {
            "Cycle\\Annotated\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Cycle\\Annotated\\Tests\\": "tests/Annotated/"
        }
    },
    "scripts": {
        "cs:diff": "php-cs-fixer fix --dry-run -v --diff",
        "cs:fix": "php-cs-fixer fix -v",
        "psalm": "psalm",
        "psalm:baseline": "psalm --set-baseline=psalm-baseline.xml",
        "test": "phpunit --color=always"
    }
}
