| {
  "name": "jawira/plantuml-client",
  "description": "Convert PlantUML diagrams into images.",
  "license": "MIT",
  "type": "library",
  "keywords": [
    "PlantUML",
    "diagram",
    "UML",
    "image"
  ],
  "authors": [
    {
      "name": "Jawira Portugal",
      "email": "[email protected] "
    }
  ],
  "require": {
    "php": ">=7.4",
    "jawira/plantuml-encoding": "^1.0"
  },
  "require-dev": {
    "ext-fileinfo": "*",
    "ergebnis/composer-normalize": "^2.13",
    "jawira/skeleton": "^2.16",
    "phpstan/phpstan": "^1.8",
    "phpunit/phpunit": "^9.5"
  },
  "suggest": {
    "pds/skeleton": "Standard PHP package skeleton."
  },
  "autoload": {
    "psr-4": {
      "Jawira\\PlantUmlClient\\": "src"
    }
  },
  "config": {
    "allow-plugins": {
      "ergebnis/composer-normalize": true
    }
  }
}
 |