{
    "name": "friendsofsymfony/elastica-bundle",
    "description": "Elasticsearch PHP integration for your Symfony project using Elastica",
    "license": "MIT",
    "type": "symfony-bundle",
    "keywords": [
        "doctrine2",
        "elastica",
        "elasticsearch",
        "mongodb",
        "search"
    ],
    "authors": [
        {
            "name": "FriendsOfSymfony Community",
            "homepage": "https://github.com/FriendsOfSymfony/FOSElasticaBundle/contributors"
        },
        {
            "name": "Tim Nagel",
            "email": "tim@nagel.com.au"
        },
        {
            "name": "Richard Miller",
            "email": "richard.miller@limethinking.co.uk"
        },
        {
            "name": "Jeremy Mikola",
            "email": "jmikola@gmail.com"
        }
    ],
    "homepage": "https://github.com/FriendsOfSymfony/FOSElasticaBundle",
    "require": {
        "php": "^7.4 || ^8.0",
        "pagerfanta/pagerfanta": "^2.4 || ^3.0",
        "psr/log": "^1.0 || ^2.0 || ^3.0",
        "ruflin/elastica": "^7.1",
        "symfony/console": "^4.4 || ^5.4 || ^6.2",
        "symfony/dependency-injection": "^4.4 || ^5.4 || ^6.2",
        "symfony/framework-bundle": "^4.4 || ^5.4 || ^6.2",
        "symfony/property-access": "^4.4 || ^5.4 || ^6.2"
    },
    "require-dev": {
        "doctrine/doctrine-bundle": "^2.1.1",
        "doctrine/mongodb-odm": "^2.2",
        "doctrine/orm": "^2.8",
        "doctrine/phpcr-odm": "^1.4",
        "ergebnis/composer-normalize": "^2.28",
        "friendsofphp/php-cs-fixer": "^3.0",
        "jackalope/jackalope-doctrine-dbal": "^1.2",
        "jms/serializer": "^3.8",
        "jms/serializer-bundle": "^3.5 || ^4.0",
        "knplabs/knp-components": "^2.4 || ^3.0",
        "phpstan/extension-installer": "^1.1",
        "phpstan/phpstan": "^1.4",
        "phpstan/phpstan-phpunit": "^1.1",
        "phpstan/phpstan-symfony": "^1.2",
        "phpunit/phpunit": "^9.5",
        "symfony/expression-language": "^4.4 || ^5.4 || ^6.2",
        "symfony/messenger": "^4.4 || ^5.4 || ^6.2",
        "symfony/serializer": "^4.4 || ^5.4 || ^6.2",
        "symfony/twig-bundle": "^4.4 || ^5.4 || ^6.2",
        "symfony/web-profiler-bundle": "^4.4 || ^5.4 || ^6.2",
        "symfony/yaml": "^4.4 || ^5.4 || ^6.2"
    },
    "suggest": {
        "enqueue/elastica-bundle": "For populating Elasticsearch indexes asynchronously and using significanly less resources. Uses Enqueue.",
        "symfony/messenger": "For populating Elasticsearch indexes asynchronously and using significanly less resources."
    },
    "autoload": {
        "psr-4": {
            "FOS\\ElasticaBundle\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "FOS\\ElasticaBundle\\Tests\\": "tests/"
        }
    },
    "config": {
        "allow-plugins": {
            "phpstan/extension-installer": true,
            "ergebnis/composer-normalize": true
        }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "6.3.x-dev"
        }
    },
    "scripts": {
        "cs": [
            "@php vendor/bin/php-cs-fixer fix --allow-risky=yes"
        ],
        "sca": [
            "@php vendor/bin/phpstan --memory-limit=256M"
        ]
    }
}
