Skip to content

Commit

Permalink
Implement SvgTextSizeCalculator
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Komarev authored and antonkomarev committed Oct 16, 2023
1 parent 89f791e commit 0c886df
Show file tree
Hide file tree
Showing 3 changed files with 325 additions and 1 deletion.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,17 @@
{
"type": "vcs",
"url": "https://github.com/JellyBellyDev/phpspec-data-provider-extension"
},
{
"type": "vcs",
"url": "https://github.com/cybercog/php-svg-font"
}
],
"require": {
"php": ">=7.4",
"ext-gd": "*",
"ext-simplexml": "*",
"cybercog/php-svg-font": "*",
"kartsims/easysvg": "^2.4",
"symfony/console": "^4.0|^5.0|^6.0"
},
Expand Down Expand Up @@ -69,5 +74,7 @@
"branch-alias": {
"dev-master": "2.x-dev"
}
}
},
"minimum-stability": "dev",
"prefer-stable": true
}
Loading

0 comments on commit 0c886df

Please sign in to comment.