-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathcomposer.lock
107 lines (107 loc) · 3.47 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"_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": "85d8b25424e061e9dbd8d9ec3df24eac",
"packages": [
{
"name": "illuminate/support",
"version": "v4.2.8",
"target-dir": "Illuminate/Support",
"source": {
"type": "git",
"url": "https://github.com/illuminate/support.git",
"reference": "8702d655da1f7502037a2206df38399656ff35ae"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/illuminate/support/zipball/8702d655da1f7502037a2206df38399656ff35ae",
"reference": "8702d655da1f7502037a2206df38399656ff35ae",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"jeremeamia/superclosure": "~1.0",
"patchwork/utf8": "1.1.*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.2-dev"
}
},
"autoload": {
"psr-0": {
"Illuminate\\Support": ""
},
"files": [
"Illuminate/Support/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "[email protected]"
}
],
"time": "2014-08-05 12:08:34"
},
{
"name": "openbuildings/postmark",
"version": "0.1.5",
"source": {
"type": "git",
"url": "https://github.com/OpenBuildings/postmark.git",
"reference": "6b45b80a2b4306f144188ebdd54f0b4deeadb383"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/OpenBuildings/postmark/zipball/6b45b80a2b4306f144188ebdd54f0b4deeadb383",
"reference": "6b45b80a2b4306f144188ebdd54f0b4deeadb383",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"swiftmailer/swiftmailer": "~5.0"
},
"type": "library",
"autoload": {
"psr-0": {
"Openbuildings\\Postmark\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Ivan Kerin",
"email": "[email protected]",
"role": "Author"
}
],
"description": "Swiftmailer Transport Class for Postmark",
"time": "2014-09-19 10:49:14"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"platform": {
"php": ">=5.4.0"
},
"platform-dev": []
}