{
    "name": "cycle/entity-behavior",
    "description": "Provides a collection of attributes that add behaviors to Cycle ORM entities",
    "type": "library",
    "license": "MIT",
    "homepage": "https://cycle-orm.dev",
    "support": {
        "issues": "https://github.com/cycle/entity-behavior/issues",
        "source": "https://github.com/cycle/entity-behavior",
        "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.0",
        "psr/event-dispatcher": "^1",
        "cycle/database": "^2.14",
        "cycle/orm": "^2.10",
        "cycle/schema-builder": "^2.8",
        "psr/container": "^1.0|^2.0",
        "yiisoft/injector": "^1.0"
    },
    "require-dev": {
        "cycle/annotated": "^3.0",
        "phpunit/phpunit": "^9.5",
        "ramsey/uuid": "^4.5",
        "spiral/code-style": "^2.2",
        "spiral/tokenizer": "^2.8 || ^3.0",
        "vimeo/psalm": "^5.11 || ^6.8"
    },
    "autoload": {
        "psr-4": {
            "Cycle\\ORM\\Entity\\Behavior\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Cycle\\ORM\\Entity\\Behavior\\Tests\\": "tests/Behavior"
        }
    },
    "config": {
        "sort-packages": true
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "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"
    }
}
