Commit fdcecf240a8decb045378db0fa5a25336e5eca29
1 parent
30ef5c271e
Exists in
master
composer.*: switched out how the TCPDF library is loaded
Showing 2 changed files with 50 additions and 4 deletions Side-by-side Diff
composer.json
View file @
fdcecf2
composer.lock
View file @
fdcecf2
... | ... | @@ -4,8 +4,8 @@ |
4 | 4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
5 | 5 | "This file is @generated automatically" |
6 | 6 | ], |
7 | - "hash": "a3fa4ee8088e3be72dfb7bc5a0130e9f", | |
8 | - "content-hash": "6cbcca24e66a1f400c83ee371c1a7130", | |
7 | + "hash": "7bb6ede99f5b97310d32de7563bb0b6b", | |
8 | + "content-hash": "281781f110810f4384fbe5791189837f", | |
9 | 9 | "packages": [ |
10 | 10 | { |
11 | 11 | "name": "setasign/fpdi", |
... | ... | @@ -55,6 +55,53 @@ |
55 | 55 | "pdf" |
56 | 56 | ], |
57 | 57 | "time": "2015-11-30 10:53:14" |
58 | + }, | |
59 | + { | |
60 | + "name": "setasign/fpdi-tcpdf", | |
61 | + "version": "1.6.1", | |
62 | + "source": { | |
63 | + "type": "git", | |
64 | + "url": "https://github.com/Setasign/FPDI-TCPDF.git", | |
65 | + "reference": "871699d429fcbad6dc809d57c7c8026fd7f41e93" | |
66 | + }, | |
67 | + "dist": { | |
68 | + "type": "zip", | |
69 | + "url": "https://api.github.com/repos/Setasign/FPDI-TCPDF/zipball/871699d429fcbad6dc809d57c7c8026fd7f41e93", | |
70 | + "reference": "871699d429fcbad6dc809d57c7c8026fd7f41e93", | |
71 | + "shasum": "" | |
72 | + }, | |
73 | + "require": { | |
74 | + "setasign/fpdi": "1.6.*", | |
75 | + "tecnickcom/tcpdf": "6.2.*" | |
76 | + }, | |
77 | + "conflict": { | |
78 | + "setasign/fpdf": "1.*" | |
79 | + }, | |
80 | + "type": "library", | |
81 | + "autoload": { | |
82 | + "classmap": [ | |
83 | + "fpdi_bridge.php" | |
84 | + ] | |
85 | + }, | |
86 | + "notification-url": "https://packagist.org/downloads/", | |
87 | + "license": [ | |
88 | + "MIT" | |
89 | + ], | |
90 | + "authors": [ | |
91 | + { | |
92 | + "name": "Jan Slabon", | |
93 | + "email": "jan.slabon@setasign.com", | |
94 | + "homepage": "https://www.setasign.com" | |
95 | + } | |
96 | + ], | |
97 | + "description": "Kind of metadata package for dependencies of the latest versions of FPDI and TCPDF.", | |
98 | + "homepage": "https://www.setasign.com/fpdi", | |
99 | + "keywords": [ | |
100 | + "TCPDF", | |
101 | + "fpdi", | |
102 | + "pdf" | |
103 | + ], | |
104 | + "time": "2015-11-30 11:09:50" | |
58 | 105 | }, |
59 | 106 | { |
60 | 107 | "name": "tecnickcom/tcpdf", |