Last change
on this file since 815 was
815,
checked in by jrpelegrina, 5 years ago
|
Initial release of pmb 4.2
|
-
Property svn:executable set to
*
|
File size:
535 bytes
|
Line | |
---|
1 | { |
---|
2 | "name": "spipu/html2pdf", |
---|
3 | "type": "library", |
---|
4 | "description": "Html2pdf' with Composer support. (Fixed composer dependency problem)", |
---|
5 | "keywords": ["html", "pdf", "html2pdf"], |
---|
6 | "homepage": "http://html2pdf.fr/", |
---|
7 | "license": "LGPL", |
---|
8 | "authors": |
---|
9 | [ |
---|
10 | { |
---|
11 | "name": "Spipu", |
---|
12 | "homepage": "https://github.com/spipu", |
---|
13 | "role": "Developer" |
---|
14 | } |
---|
15 | ], |
---|
16 | "require": |
---|
17 | { |
---|
18 | "php": ">=5.2" |
---|
19 | }, |
---|
20 | "autoload": |
---|
21 | { |
---|
22 | "files": ["html2pdf.class.php"] |
---|
23 | } |
---|
24 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.