PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of jawira   PHP Doctrine UML Diagram Bundle   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Doctrine UML Diagram Bundle
Show a UML diagram from a database using Doctrine
Author: By
Last change:
Date: 2 years ago
Size: 847 bytes
 

Contents

Class file image Download
{ "name": "jawira/doctrine-diagram-bundle", "type": "symfony-bundle", "description": "Create a relational diagram from your Doctrine database", "license": "MIT", "authors": [ { "name": "Jawira Portugal" } ], "require": { "php": "^7.4 || ^8.0", "doctrine/orm": "^2.9", "doctrine/persistence": "^2.2", "jawira/db-draw": "^1.2", "jawira/plantuml-client": "^1.0", "symfony/console": "^5.0", "symfony/filesystem": "^5.0", "symfony/framework-bundle": "^5.0" }, "require-dev": { "ergebnis/composer-normalize": "^2.15", "jawira/skeleton": "^2.6", "phpstan/phpstan": "^0.12.99" }, "config": { "platform-check": true, "preferred-install": "dist", "sort-packages": true }, "autoload": { "psr-4": { "Jawira\\DoctrineDiagramBundle\\": "src/" } } }