{
    "name": "ob/highcharts-bundle",
    "type": "symfony-bundle",
    "description": "Symfony2 Bundle that ease the use of highcharts to display rich graph and charts in your app",
    "keywords": ["symfony2", "charting", "charts", "highcharts", "chart", "graph", "graphs", "ob", "marcaube"],
    "homepage": "https://github.com/marcaube/ObHighchartsBundle",
    "license": "MIT",
    "authors": [
        {
            "name": "Marc Aubé"
        }
    ],

    "require": {
        "php": ">=5.3",
        "symfony/symfony": "~2.3|~3.0",
        "zendframework/zend-json": "~2.3|~3.0"
    },

    "autoload": {
        "psr-4": { "Ob\\HighchartsBundle\\": "" }
    },

    "extra": {
        "branch-alias": {
            "dev-master": "1.6.x-dev"
        }
    }
}
