| {
  "name": "krowinski/laravel-xslt",
  "description": "xslt template engine for laravel",
  "license": "MIT",
  "type": "library",
  "keywords": [
    "laravel",
    "XSLT",
    "XSL",
    "XML",
    "template",
    "view"
  ],
  "authors": [
    {
      "name": "Kacper Rowinski",
      "email": "[email protected] "
    }
  ],
  "require": {
    "php": ">=7.0",
    "illuminate/support": "5.5.*",
    "illuminate/view": "5.5.*",
    "illuminate/console": "5.5.*",
    "illuminate/events": "5.5.*",
    "illuminate/queue": "5.5.*",
    "ext-xsl": "*"
  },
  "autoload": {
    "psr-4": {
      "Krowinski\\LaravelXSLT\\": "src/XSLT"
    }
  },
  "suggest": {
    "barryvdh/laravel-debugbar": "Allows displaying XML tree content for debug"
  },
  "minimum-stability": "stable"
}
 |