forked from myokyawhtun/PDFMerger
-
Notifications
You must be signed in to change notification settings - Fork 109
/
composer.lock
80 lines (80 loc) · 2.68 KB
/
composer.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "e87f698fa687be7593bec200b3709044",
"packages": [
{
"name": "itbz/fpdf",
"version": "1.7.2",
"source": {
"type": "git",
"url": "https://github.com/hanneskod/fpdf.git",
"reference": "06d02a7bf227a62d37691a4e7e9c3a35efcb41c3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/hanneskod/fpdf/zipball/06d02a7bf227a62d37691a4e7e9c3a35efcb41c3",
"reference": "06d02a7bf227a62d37691a4e7e9c3a35efcb41c3",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"psr-0": {
"fpdf": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"no usage restriction"
],
"description": "Unofficial PSR-0 compliant version of the FPDF library",
"homepage": "http://www.fpdf.org/",
"time": "2013-12-27 14:18:15"
},
{
"name": "itbz/fpdi",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/hanneskod/fpdi.git",
"reference": "214e49791103dc9d1711f079f26aaae1c7f45e1e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/hanneskod/fpdi/zipball/214e49791103dc9d1711f079f26aaae1c7f45e1e",
"reference": "214e49791103dc9d1711f079f26aaae1c7f45e1e",
"shasum": ""
},
"require": {
"itbz/fpdf": "1.7.*",
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"psr-0": {
"fpdi": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"description": "Unofficial PSR-0 compliant version of the FPDI library",
"time": "2014-07-07 17:07:18"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"itbz/fpdi": 20
},
"platform": [],
"platform-dev": []
}