Actualización

This commit is contained in:
Xes
2025-04-10 12:24:57 +02:00
parent 8969cc929d
commit 45420b6f0d
39760 changed files with 4303286 additions and 0 deletions

18
vendor/graphp/graphviz/composer.json vendored Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "graphp/graphviz",
"type": "library",
"description": "GraphViz graph drawing for the mathematical graph/network library GraPHP.",
"keywords": ["GraphViz", "graph drawing", "graph image", "dot output", "GraPHP"],
"homepage": "https://github.com/graphp/graphviz",
"license": "MIT",
"autoload": {
"psr-4": {"Graphp\\GraphViz\\": "src/"}
},
"require": {
"php": ">=5.3.0",
"clue/graph": "~0.9.0|~0.8.0"
},
"require-dev": {
"phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
}
}