sterntours/trunk/_vendor/whiteoctober/tcpdf-bundle/composer.json
Kevin Adametz 33458b2ca3 Update
2020-03-07 19:46:02 +01:00

22 lines
603 B
JSON

{
"name": "whiteoctober/tcpdf-bundle",
"type": "symfony-bundle",
"description": "A bundle to easily integrate TCPDF into Symfony2",
"keywords": ["pdf", "tcpdf"],
"homepage": "https://github.com/whiteoctober/WhiteOctoberTCPDFBundle",
"license": "MIT",
"authors": [
{
"name": "Rich Sage",
"email": "rich.sage@gmail.com"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": ">=2.0",
"tecnickcom/tcpdf": "*"
},
"autoload": {
"psr-4": { "WhiteOctober\\TCPDFBundle\\": "" }
}
}