Last change
on this file since 428 was 347, checked in by roby, 3 years ago |
Aggiornamento per compatibilità con php7.4
|
File size:
938 bytes
|
Rev | Line | |
---|
[347] | 1 | {
|
---|
| 2 | "name": "spipu/html2pdf",
|
---|
| 3 | "type": "library",
|
---|
| 4 | "description": "Html2Pdf is a HTML to PDF converter written in PHP5 (it uses TCPDF). OFFICIAL PACKAGE",
|
---|
| 5 | "keywords": ["html", "pdf", "html2pdf"],
|
---|
| 6 | "homepage": "http://html2pdf.fr/",
|
---|
| 7 | "license": "OSL-3.0",
|
---|
| 8 | "authors": [
|
---|
| 9 | {
|
---|
| 10 | "name": "Spipu",
|
---|
| 11 | "homepage": "https://github.com/spipu",
|
---|
| 12 | "role": "Developer"
|
---|
| 13 | }
|
---|
| 14 | ],
|
---|
| 15 | "require": {
|
---|
| 16 | "php": "^5.6 || ^7.0",
|
---|
| 17 | "ext-mbstring": "*",
|
---|
| 18 | "ext-gd": "*",
|
---|
| 19 | "tecnickcom/tcpdf": "^6.2"
|
---|
| 20 | },
|
---|
| 21 | "require-dev": {
|
---|
| 22 | "phpunit/phpunit": "^5.0",
|
---|
| 23 | "phake/phake": "^2.0"
|
---|
| 24 | },
|
---|
| 25 | "suggest": {
|
---|
| 26 | "fagundes/zff-html2pdf": "if you need to integrate Html2Pdf with Zend Framework 2 (zf2)",
|
---|
| 27 | "ext-gd": "Allows to embed images into the PDF"
|
---|
| 28 | },
|
---|
| 29 | "autoload": {
|
---|
| 30 | "psr-4": {
|
---|
| 31 | "Spipu\\Html2Pdf\\": "src/"
|
---|
| 32 | }
|
---|
| 33 | }
|
---|
| 34 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.