PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of jawira   PlantUML client   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PlantUML client
Convert a UML diagram to an image using PlantUML
Author: By
Last change:
Date: 1 year ago
Size: 819 bytes
 

Contents

Class file image Download
{ "name": "jawira/plantuml-client", "description": "Convert PlantUML diagrams into images.", "license": "MIT", "type": "library", "keywords": [ "PlantUML", "diagram", "UML", "image" ], "authors": [ { "name": "Jawira Portugal", "email": "dev@tugal.be" } ], "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 } } }