{
  "name": "jawira/case-converter-twig",
  "description": "\ud83d\udd24 Twig extension for Case Converter",
  "license": "MIT",
  "type": "library",
  "keywords": [
    "twig",
    "twig-extension",
    "case-converter"
  ],
  "authors": [
    {
      "name": "jawira",
      "email": "dev@tugal.be"
    }
  ],
  "require": {
    "php": ">=7.1.3",
    "jawira/case-converter": "^3.4",
    "twig/twig": "^2.4 || ^3.0"
  },
  "require-dev": {
    "ergebnis/composer-normalize": "^2.14",
    "jawira/skeleton": "^2.16",
    "phpstan/phpstan": "^0.12.95",
    "phpunit/phpunit": "^9.5",
    "symfony/phpunit-bridge": "^4.4.9 || ^5.0.9 || ^6.0"
  },
  "autoload": {
    "psr-4": {
      "Jawira\\CaseConverterTwig\\": "src/"
    }
  },
  "config": {
    "allow-plugins": {
      "ergebnis/composer-normalize": true
    }
  },
  "extra": {
    "symfony": {
      "endpoint": [
        "https://api.github.com/repos/jawira/recipes/contents/index.json",
        "flex://defaults"
      ]
    }
  }
}
