Skip to content

Commit

Permalink
add composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick McAndrew committed Dec 8, 2014
1 parent a8f23ff commit fdd784e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "PeerJ/mpdf",
"type": "library",
"description": "mPDF is a PHP class which generates PDF files from UTF-8 encoded HTML. It is based on FPDF and HTML2FPDF, with a number of enhancements. (V 5.7.2)",
"keywords": ["php", "pdf", "utf-8"],
"homepage": "http://www.mpdf1.com",
"license": ["GPL"],
"authors": [
{
"name": "Ian Back"
}
],
"require": {
"php": ">=5.0.3",
"ext-mbstring": "*"
},
"autoload": {
"classmap": ["mpdf.php"]
}
}

0 comments on commit fdd784e

Please sign in to comment.