PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of jawira   DB Draw PHP UML Diagram Generator   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: DB Draw PHP UML Diagram Generator
Create a database Entity-Relationship UML diagram
Author: By
Last change:
Date: 2 years ago
Size: 928 bytes
 

Contents

Class file image Download
{ "name": "jawira/db-draw", "type": "library", "description": "\uD83D\uDCD0 Create an ER diagram from your existing DB", "keywords": [ "database", "db", "dbal", "diagram", "doctrine" ], "license": "MIT", "authors": [ { "name": "Jawira Portugal" } ], "require": { "php": ">=7.3", "doctrine/dbal": "^2.5", "jawira/the-lost-functions": "^1.1" }, "require-dev": { "ext-dom": "*", "ext-mbstring": "*", "ext-xml": "*", "ergebnis/composer-normalize": "^2.13", "friendsofphp/php-cs-fixer": "^3.0", "jawira/plantuml-client": "^1.0", "jawira/skeleton": "^2.0", "phpstan/phpstan": "^0.12.82", "phpunit/phpunit": "^9.5" }, "config": { "preferred-install": "dist" }, "autoload": { "psr-4": { "Jawira\\DbDraw\\": "src" } }, "autoload-dev": { "psr-4": { "Jawira\\DbDrawTests\\": "tests" } } }