-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.lock
112 lines (110 loc) · 3.4 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
108
109
110
111
112
{
"hash": "94ecde68301d28d814c83522aa4ce27a",
"packages": [
{
"name": "solarium/solarium",
"version": "3.0.1",
"source": {
"type": "git",
"url": "https://github.com/basdenooijer/solarium",
"reference": "3.0.1"
},
"dist": {
"type": "zip",
"url": "https://github.com/basdenooijer/solarium/archive/3.0.1.zip",
"reference": "3.0.1",
"shasum": ""
},
"require": {
"php": ">=5.3.2",
"symfony/event-dispatcher": ">=2.1.0,<2.3-dev"
},
"time": "2013-01-03 06:31:49",
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "3.0-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-0": {
"Solarium": "library/"
}
},
"notification-url": "http://packagist.org/downloads/",
"license": [
"NewBSD"
],
"authors": [
{
"name": "See GitHub contributors",
"homepage": "https://github.com/basdenooijer/solarium/contributors"
}
],
"description": "PHP Solr client",
"homepage": "http://www.solarium-project.org",
"keywords": [
"php",
"solr",
"search"
]
},
{
"name": "symfony/event-dispatcher",
"version": "v2.1.7",
"target-dir": "Symfony/Component/EventDispatcher",
"source": {
"type": "git",
"url": "https://github.com/symfony/EventDispatcher",
"reference": "v2.1.7"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/EventDispatcher/archive/v2.1.7.zip",
"reference": "v2.1.7",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"symfony/dependency-injection": "2.1.*"
},
"suggest": {
"symfony/dependency-injection": "2.1.*",
"symfony/http-kernel": "2.1.*"
},
"time": "2013-01-11 00:31:43",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-0": {
"Symfony\\Component\\EventDispatcher": ""
}
},
"notification-url": "http://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "[email protected]"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony EventDispatcher Component",
"homepage": "http://symfony.com"
}
],
"packages-dev": null,
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": [
]
}