{
    "name": "gedmo/doctrine-extensions",
    "description": "Doctrine2 behavioral extensions",
    "license": "MIT",
    "type": "library",
    "keywords": [
        "behaviors",
        "doctrine2",
        "extensions",
        "gedmo",
        "sluggable",
        "loggable",
        "translatable",
        "tree",
        "nestedset",
        "sortable",
        "timestampable",
        "blameable",
        "uploadable"
    ],
    "authors": [
        {
            "name": "Gediminas Morkevicius",
            "email": "gediminas.morkevicius@gmail.com"
        },
        {
            "name": "Gustavo Falco",
            "email": "comfortablynumb84@gmail.com"
        },
        {
            "name": "David Buchmann",
            "email": "david@liip.ch"
        }
    ],
    "homepage": "http://gediminasm.org/",
    "support": {
        "email": "gediminas.morkevicius@gmail.com",
        "wiki": "https://github.com/Atlantic18/DoctrineExtensions/tree/main/doc"
    },
    "require": {
        "php": "^7.2 || ^8.0",
        "behat/transliterator": "~1.2",
        "doctrine/annotations": "^1.13",
        "doctrine/collections": "^1.0",
        "doctrine/common": "^2.13 || ^3.0",
        "doctrine/event-manager": "^1.0",
        "doctrine/persistence": "^2.2 || ^3.0",
        "psr/cache": "^1 || ^2 || ^3",
        "symfony/cache": "^4.4 || ^5.3 || ^6.0"
    },
    "require-dev": {
        "doctrine/cache": "^1.11 || ^2.0",
        "doctrine/dbal": "^2.13.1 || ^3.2",
        "doctrine/doctrine-bundle": "^2.3",
        "doctrine/mongodb-odm": "^2.3",
        "doctrine/orm": "^2.10.2",
        "friendsofphp/php-cs-fixer": "^3.4.0",
        "nesbot/carbon": "^2.55",
        "phpstan/phpstan": "^1.1",
        "phpstan/phpstan-doctrine": "^1.0",
        "phpstan/phpstan-phpunit": "^1.0",
        "phpunit/phpunit": "^8.5 || ^9.5",
        "symfony/console": "^4.4 || ^5.3 || ^6.0",
        "symfony/phpunit-bridge": "^6.0",
        "symfony/yaml": "^4.4 || ^5.3 || ^6.0"
    },
    "conflict": {
        "doctrine/cache": "<1.11",
        "doctrine/dbal": "<2.13.1 || ^3.0 <3.2",
        "doctrine/mongodb-odm": "<2.3",
        "doctrine/orm": "<2.10.2",
        "sebastian/comparator": "<2.0"
    },
    "suggest": {
        "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
        "doctrine/orm": "to use the extensions with the ORM",
        "symfony/cache": "to cache parsed annotations"
    },
    "autoload": {
        "psr-4": {
            "Gedmo\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Gedmo\\Tests\\": "tests/Gedmo/"
        }
    },
    "config": {
        "bin-dir": "bin",
        "sort-packages": true
    },
    "extra": {
        "branch-alias": {
            "dev-main": "3.8-dev"
        }
    },
    "scripts": {
        "fix-cs": "php-cs-fixer fix --config=.php-cs-fixer.dist.php"
    }
}
