{
    "name": "dino/dompdf-module",
    "type": "library",
    "description": "A Zend Framework 2 module for incorporating DOMPDF support.",
    "keywords": ["pdf","dompdf", "zf2"],
    "homepage": "http://raymondkolbe.com",
    "license": "MIT",
    "authors": [
        {
        "name": "Raymond Kolbe",
        "email": "raymond.kolbe@maine.edu"
        }
    ],
    "minimum-stability": "dev",
    "require": {
        "php": ">=5.3.0",
        "dompdf/dompdf": "dev-master#1abb9117a50c2854761bacaaff4b8a08257a1e8e"
    },
    "autoload": {
        "psr-0": {
            "DOMPDFModule": "src/"
        }
    }
}
