{
    "name": "wrep/tcpdf-bundle",
    "type": "symfony-bundle",
    "description": "A bundle to easily integrate TCPDF into Symfony2.",
    "keywords": ["pdf", "tcpdf"],
    "homepage": "https://github.com/wrep/TCPDFBundle",
    "authors": [
        {
            "name": "Rich Sage",
            "email": "rich.sage@gmail.com"
        },
        {
        	"name": "Rick Pastoor",
        	"email": "rick@wrep.nl"
        }
    ],
    "require": {
        "php": ">=5.3.2",
        "symfony/framework-bundle": ">=2.0",
        "tcpdf/tcpdf": "dev-master"
    },
    "autoload": {
        "psr-0": { "Wrep\\TCPDFBundle": "" }
    },
    "target-dir": "Wrep/TCPDFBundle"
}
