{
  "name": "cmen/google-charts-bundle",
  "type": "symfony-bundle",
  "description": "This Bundle provides a Twig extension and PHP objects to display Google charts in your Symfony application.",
  "keywords": ["google", "chart", "charts", "graph", "graphs", "map"],
  "license": "MIT",
  "authors": [
    {
      "name": "Christophe Meneses"
    }
  ],
  "require": {
    "php": "^5.6 || ^7.0",
    "ext-json": "*",
    "symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0 || ^5.0",
    "twig/twig": "^1.42 || ^2.12 || ^3.0"
  },
  "require-dev": {
    "friendsofphp/php-cs-fixer": "^2.16",
    "phpstan/phpstan": "^0.12.0",
    "phpunit/phpunit": "^5.7"
  },
  "autoload": {
    "psr-4": { "CMEN\\GoogleChartsBundle\\": "" }
  },
  "autoload-dev": {
    "psr-4": { "CMEN\\GoogleChartsBundle\\Tests\\": "Tests/" }
  },
  "config": {
    "sort-packages": true
  }
}
