-
Notifications
You must be signed in to change notification settings - Fork 623
/
composer.lock
106 lines (104 loc) · 3.26 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
{
"hash": "749745bb0508bd63c1e32138f1818499",
"packages": [
{
"name": "illuminate/support",
"version": "dev-master",
"target-dir": "Illuminate/Support",
"source": {
"type": "git",
"url": "https://github.com/illuminate/support.git",
"reference": "adb14323ecb85edfa97eb6c569c46ab09c2d258d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/illuminate/support/zipball/adb14323ecb85edfa97eb6c569c46ab09c2d258d",
"reference": "adb14323ecb85edfa97eb6c569c46ab09c2d258d",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"mockery/mockery": "0.7.2",
"patchwork/utf8": "1.0.*"
},
"time": "2013-02-16 13:26:14",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
}
},
"autoload": {
"psr-0": {
"Illuminate\\Support": ""
},
"files": [
"Illuminate/Support/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"authors": [
{
"name": "Taylor Otwell",
"email": "[email protected]"
}
],
"description": "Various utilities and support functions."
},
{
"name": "symfony/console",
"version": "2.2.x-dev",
"target-dir": "Symfony/Component/Console",
"source": {
"type": "git",
"url": "https://github.com/symfony/Console.git",
"reference": "v2.2.0-RC1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/Console/zipball/v2.2.0-RC1",
"reference": "v2.2.0-RC1",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"time": "2013-01-24 15:55:08",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.2-dev"
}
},
"autoload": {
"psr-0": {
"Symfony\\Component\\Console\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "[email protected]"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony Console Component",
"homepage": "http://symfony.com"
}
],
"packages-dev": null,
"aliases": [
],
"minimum-stability": "dev",
"stability-flags": [
]
}