{
  "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": ">=8.1",
    "ext-json": "*",
    "symfony/config": "^6.0 || ^7.0 || ^8.0",
    "symfony/dependency-injection": "^6.0 || ^7.0 || ^8.0",
    "symfony/http-kernel": "^6.0 || ^7.0 || ^8.0",
    "twig/twig": "^2.13 | ^3.0.4 | 4.x-dev@dev"
  },
  "require-dev": {
    "friendsofphp/php-cs-fixer": "^3.64",
    "phpstan/phpstan": "^1.12",
    "phpunit/phpunit": "^10.5",
    "rector/rector": "^1.2"
  },
  "autoload": {
    "psr-4": { "CMEN\\GoogleChartsBundle\\": "" }
  },
  "autoload-dev": {
    "psr-4": { "CMEN\\GoogleChartsBundle\\Tests\\": "Tests/" }
  },
  "config": {
    "sort-packages": true
  },
  "scripts": {
    "analyze": "./vendor/bin/phpstan analyse",
    "rector": "./vendor/bin/rector process",
    "lint": "./vendor/bin/php-cs-fixer fix --diff -vv",
    "tests": "XDEBUG_MODE=coverage ./vendor/bin/phpunit --testdox"
  }
}
