{
    "name": "egeloen/ckeditor-bundle",
    "type": "symfony-bundle",
    "description": "Provides a CKEditor integration for your Symfony2 Project.",
    "keywords": [ "ckeditor" ],
    "license": "MIT",
    "authors": [
        {
            "name": "Eric GELOEN",
            "email": "geloen.eric@gmail.com"
        }
    ],
    "require": {
        "php": ">=5.3.0",
        "symfony/framework-bundle": "~2.1",
        "symfony/form": "~2.1",
        "egeloen/json-builder": "~1.0"
    },
    "require-dev": {
        "phpunit/phpunit": "~3.7",
        "twig/twig": "~1.0",
        "satooshi/php-coveralls": "~0.6"
    },
    "suggest": {
        "twig/twig": "Allows to use Ivory CKEditor twig templates",
        "helios-ag/fm-elfinder-bundle": "Allows to use the elfinder as CKEditor file manager"
    },
    "autoload": {
        "psr-0": { "Ivory\\CKEditorBundle": "" }
    },
    "config": {
        "bin-dir": "bin/"
    },
    "target-dir": "Ivory/CKEditorBundle",
    "extra": {
        "branch-alias": {
            "dev-master": "2.3-dev"
        }
    }
}
