Restyled Miscellaneous Billing Options HCFA with help file (#1713)
[openemr.git] / vendor / dompdf / dompdf / composer.json
blob92eb41c35c27bad72080382c456386f856ecca5f
2     "name": "dompdf/dompdf",
3     "type": "library",
4     "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
5     "homepage": "https://github.com/dompdf/dompdf",
6     "license": "LGPL-2.1",
7     "authors": [
8         {
9             "name": "Fabien Ménager",
10             "email": "fabien.menager@gmail.com"
11         },
12         {
13             "name": "Brian Sweeney",
14             "email": "eclecticgeek@gmail.com"
15         },
16         {
17             "name": "Gabriel Bull",
18             "email": "me@gabrielbull.com"
19         }
20     ],
21     "autoload": {
22         "psr-4" : {
23             "Dompdf\\" : "src/"
24         },
25         "classmap" : ["lib/"]
26     },
27     "require": {
28         "php": ">=5.3.0",
29         "ext-gd": "*",
30         "ext-dom": "*",
31         "ext-mbstring": "*",
32         "phenx/php-font-lib": "0.4.*",
33         "phenx/php-svg-lib": "0.1.*"
34     },
35     "require-dev": {
36         "phpunit/phpunit": "3.7.*"
37     },
38     "extra": {
39         "branch-alias": {
40             "dev-develop": "0.7-dev"
41         }
42     }