{
    "name": "sonata-project/translation-bundle",
    "description": "SonataTranslationBundle",
    "license": "MIT",
    "type": "symfony-bundle",
    "keywords": [
        "translation",
        "i18n"
    ],
    "authors": [
        {
            "name": "Nicolas Bastien",
            "email": "nbastien.pro@gmail.com",
            "homepage": "https://github.com/nicolas-bastien"
        },
        {
            "name": "Sonata Community",
            "homepage": "https://github.com/sonata-project/SonataTranslationBundle/contributors"
        }
    ],
    "homepage": "https://docs.sonata-project.org/projects/SonataTranslationBundle",
    "require": {
        "php": "^7.4 || ^8.0",
        "sonata-project/admin-bundle": "^4.8",
        "sonata-project/block-bundle": "^4.11",
        "symfony/config": "^4.4 || ^5.4 || ^6.0",
        "symfony/dependency-injection": "^4.4 || ^5.4 || ^6.0",
        "symfony/form": "^4.4 || ^5.4 || ^6.0",
        "symfony/framework-bundle": "^4.4 || ^5.4 || ^6.0",
        "symfony/http-foundation": "^4.4 || ^5.4 || ^6.0",
        "symfony/http-kernel": "^4.4 || ^5.4 || ^6.0",
        "symfony/intl": "^4.4 || ^5.4 || ^6.0",
        "symfony/options-resolver": "^4.4 || ^5.4 || ^6.0",
        "twig/twig": "^2.12 || ^3.0"
    },
    "require-dev": {
        "doctrine/doctrine-bundle": "^2.1",
        "doctrine/doctrine-fixtures-bundle": "^3.4",
        "doctrine/orm": "^2.5",
        "doctrine/persistence": "^2.0",
        "friendsofphp/php-cs-fixer": "^3.4",
        "gedmo/doctrine-extensions": "^3.0",
        "knplabs/doctrine-behaviors": "^2.2",
        "matthiasnoback/symfony-config-test": "^4.2",
        "matthiasnoback/symfony-dependency-injection-test": "^4.0",
        "phpstan/extension-installer": "^1.0",
        "phpstan/phpstan": "^1.0",
        "phpstan/phpstan-doctrine": "^1.0",
        "phpstan/phpstan-phpunit": "^1.0",
        "phpstan/phpstan-strict-rules": "^1.0",
        "phpstan/phpstan-symfony": "^1.0",
        "phpunit/phpunit": "^9.5",
        "psalm/plugin-phpunit": "^0.16",
        "psalm/plugin-symfony": "^3.0",
        "sonata-project/doctrine-orm-admin-bundle": "^4.0",
        "symfony/browser-kit": "^4.4 || ^5.4 || ^6.0",
        "symfony/css-selector": "^4.4 || ^5.4 || ^6.0",
        "symfony/phpunit-bridge": "^6.1",
        "vimeo/psalm": "^4.3.2",
        "weirdan/doctrine-psalm-plugin": "^2.0"
    },
    "conflict": {
        "doctrine/persistence": "<2.0",
        "gedmo/doctrine-extensions": "<3.0",
        "knplabs/doctrine-behaviors": "<2.2 || >=3.0"
    },
    "suggest": {
        "gedmo/doctrine-extensions": "if you translate orm entities with the gedmo extensions",
        "knplabs/doctrine-behaviors": "if you translate orm entities with the knplabs behaviours",
        "sonata-project/doctrine-orm-admin-bundle": "if you translate orm entities and search on translated fields"
    },
    "autoload": {
        "psr-4": {
            "Sonata\\TranslationBundle\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Sonata\\TranslationBundle\\Tests\\": "tests/"
        }
    },
    "config": {
        "allow-plugins": {
            "composer/package-versions-deprecated": true,
            "phpstan/extension-installer": true
        },
        "sort-packages": true
    }
}
