{
    "name": "ideev/cookie-consent-bundle",
    "type": "symfony-bundle",
    "description": "Symfony bundle for implementing Cookie Consent to comply to AVG/GDPR.",
    "homepage": "https://github.com/Harborn-digital/cookie-consent-bundle",
    
    "authors": [
        {
            "name": "Harborn Digital"
        }, 
        {
            "name" : "Vincent RUDEAU",
            "email" : "vrudeau@ideev-solutions.fr"
        }
    ],

    "prefer-stable": true,
    "minimum-stability": "stable",

    "version": "1.0.0",
    "license": "MIT",
    "require": {
        "php": ">=8.2",
        "doctrine/doctrine-bundle": "^2.11",
        "doctrine/orm": "^3.0",
        "symfony/asset": "7.0.*",
        "symfony/dependency-injection": "7.0.*",
        "symfony/doctrine-bridge": "7.0.*",
        "symfony/expression-language": "7.0.*",
        "symfony/form": "7.0.*",
        "symfony/framework-bundle": "7.0.*",
        "symfony/http-foundation": "7.0.*",
        "symfony/translation": "7.0.*",
        "symfony/twig-bridge": "7.0.*",
        "symfony/twig-bundle": "7.0.*",
        "twig/twig": "^2.12|^3.0"
    },
    "require-dev": {
        "friendsofphp/php-cs-fixer": "^2.14",
        "phpunit/phpunit": "^7.5",
        "symfony/yaml": "^3.4 || ^4.2 || ^5.0 || ^6.0"
    },
    "autoload": {
        "exclude-from-classmap": ["/Tests/"],
        "psr-4": {
            "Ideev\\CookieConsentBundle\\": ""
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Ideev\\CookieConsentBundle\\Tests\\": "/Tests"
        }
    },
    "config": {
         "sort-packages": true
    }
}
