PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of jawira   PHP MySQL Draw   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP MySQL Draw
MySQL diagram generator PHP tool
Author: By
Last change:
Date: 1 year ago
Size: 978 bytes
 

Contents

Class file image Download
{ "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": "dev@tugal.be" } ], "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" } }