{
    "name": "friendsofsymfony/comment-bundle",
    "type": "symfony-bundle",
    "description": "This Bundle provides threaded comment functionality for Symfony2 applications",
    "keywords": ["comment", "threads", "forum"],
    "homepage": "http://friendsofsymfony.github.com",
    "license": "MIT",
    "authors": [
        {
            "name": "Tim Nagel",
            "email": "tim@nagel.com.au"
        },
        {
            "name": "Alexander Mols",
            "email": "iam.asm89@gmail.com"
        },
        {
            "name": "FriendsOfSymfony Community",
            "homepage": "https://github.com/friendsofsymfony/FOSCommentBundle/contributors"
        }
    ],
    "support": {
        "irc": "irc://irc.freenode.org/symfony-dev",
        "issues": "https://github.com/FriendsOfSymfony/FOSCommentBundle/issues"
    },
    "require": {
        "php": "^5.5.9|~7.0",
        "friendsofsymfony/rest-bundle": "~1.6|~2.0",
        "jms/serializer-bundle": "~2.0",
        "symfony/framework-bundle": "~2.7|~3.0|^4.0",
        "symfony/asset": "~2.7|~3.0|^4.0",
        "symfony/dependency-injection": "~2.7|~3.0|^4.0",
        "symfony/routing": "~2.7|~3.0|^4.0",
        "symfony/security-bundle": "~2.7|~3.0|^4.0",
        "symfony/yaml": "~2.7|~3.0|^4.0",
        "symfony/form": "~2.7|~3.0|^4.0",
        "symfony/validator": "~2.7|~3.0|^4.0",
        "symfony/twig-bundle": "~2.7|~3.0|^4.0",
        "symfony/twig-bridge": "^2.7|~3.0|^4.0",
        "twig/twig": "~1.28|~2.0",
        "phpoption/phpoption": "~1.1",
        "doctrine/annotations": "~1.0"
    },
    "suggest": {
        "friendsofsymfony/user-bundle": "Allows for user integration.",
        "ornicar/akismet-bundle": "Integrate Akismet for spam detection."
    },
    "conflict": {
        "twig/twig": "<1.28"
    },
    "require-dev": {
        "symfony/assetic-bundle": "~2.7",
        "symfony/browser-kit": "~2.7|~3.0|^4.0",
        "symfony/dom-crawler": "~2.7|~3.0|^4.0",
        "symfony/css-selector": "~2.7|~3.0|^4.0",
        "doctrine/orm": "~2.3",
        "doctrine/doctrine-bundle": "~1.6",
        "friendsofsymfony/user-bundle": "~2.0",
        "ornicar/akismet-bundle": "dev-master",
        "symfony/expression-language": "~2.7|~3.0|^4.0",
        "symfony/phpunit-bridge": "~2.7|~3.0|^4.0",
        "phpunit/phpunit": "^4.8.35|^5.7.11|^6.5",
        "friendsofphp/php-cs-fixer": "^2.2"
    },
    "extra": {
        "branch-alias": {
            "dev-master": "2.1.x-dev"
        }
    },
    "autoload": {
        "psr-4": { "FOS\\CommentBundle\\": "" },
        "exclude-from-classmap": [ "/Tests/" ]
    },
    "prefer-stable": true
}
