{
  "name":         "leogout/seo-bundle",
  "description":  "A Symfony bundle to generate SEO meta tags.",
  "keywords":     ["seo"],
  "type":         "symfony-bundle",
  "license":      "MIT",
  "authors":      [
    {
      "name":     "leogout",
      "email":    "leogout@gmail.com"
    }
  ],
  "require":      {
    "symfony/framework-bundle": "~2.8|~3.0|~4.0|~5.0"
  },
  "require-dev":  {
    "symfony/phpunit-bridge": "~2.7|~3.0|~4.0|~5.0",
    "phpunit/phpunit": "^6.0"
  },
  "autoload":     {
    "psr-4": { "Leogout\\Bundle\\SeoBundle\\": "" }
  },
  "scripts": {
    "test": "phpunit -v"
  }
}
