Skip to content

Commit

Permalink
prepare release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoiriert committed Oct 25, 2024
1 parent a2ec230 commit 87ee381
Showing 1 changed file with 32 additions and 28 deletions.
60 changes: 32 additions & 28 deletions packages/graphviz/composer.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,35 @@
{
"name": "draw/graphviz",
"description": "Library to manipulate graphviz and generate dot format output",
"license": "MIT",
"type": "library",
"keywords": ["draw", "component", "symfony"],
"authors": [
{
"name": "Martin Poirier Theoret",
"email": "[email protected]"
"name": "draw/graphviz",
"description": "Library to manipulate graphviz and generate dot format output",
"license": "MIT",
"type": "library",
"keywords": [
"draw",
"component",
"symfony"
],
"authors": [
{
"name": "Martin Poirier Theoret",
"email": "[email protected]"
}
],
"require": {
"php": ">=8.2"
},
"require-dev": {
"phpunit/phpunit": "^11.3"
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Draw\\Component\\Graphviz\\": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "0.14-dev"
}
}
],
"require": {
"php": ">=8.2"
},
"require-dev": {
"phpunit/phpunit": "^11.3"
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Draw\\Component\\Graphviz\\": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "0.14-dev"
}
}
}

0 comments on commit 87ee381

Please sign in to comment.