| {
  "name": "jawira/mysql-draw",
  "type": "library",
  "description": "\ud83d\udcd0 Standalone tool to generate MySQL database diagrams",
  "keywords": [
    "database",
    "diagram",
    "doctrine",
    "uml",
    "symfony"
  ],
  "license": "MIT",
  "authors": [
    {
      "name": "Jawira Portugal",
      "email": "[email protected] "
    }
  ],
  "require": {
    "php": "^7.4 || ^8.0",
    "doctrine/dbal": "^2.5",
    "jawira/db-draw": "^1.2",
    "jawira/mini-getopt": "^1.2",
    "jawira/plantuml-client": "^1.0"
  },
  "require-dev": {
    "ergebnis/composer-normalize": "^2.15",
    "jawira/skeleton": "^2.6",
    "phpstan/phpstan": "^0.12.99"
  },
  "suggest": {
    "phing/phing": "PHP Build Tool"
  },
  "config": {
    "platform-check": true,
    "preferred-install": "dist",
    "sort-packages": true
  },
  "autoload": {
    "psr-4": {
      "Jawira\\MysqlDraw\\": "src/"
    }
  },
  "support": {
    "issues": "https://github.com/jawira/mysql-draw/issues"
  }
}
 |