Merge remote-tracking branch 'upstream/4.5' into 4.5-4.6-2015-03-23-18-42-19
[civicrm-core.git] / composer.lock
CommitLineData
0a4cb750
TO
1{
2 "_readme": [
3 "This file locks the dependencies of your project to a known state",
4 "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5 "This file is @generated automatically"
6 ],
7 "hash": "bd8520dfd68384402dfe4a986d8bcddc",
8 "packages": [
9 {
10 "name": "dompdf/dompdf",
11 "version": "v0.6.1",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/dompdf/dompdf.git",
15 "reference": "cf7d8a0a27270418850cc7d7ea532159e5eeb3eb"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/dompdf/dompdf/zipball/cf7d8a0a27270418850cc7d7ea532159e5eeb3eb",
20 "reference": "cf7d8a0a27270418850cc7d7ea532159e5eeb3eb",
21 "shasum": ""
22 },
23 "require": {
24 "phenx/php-font-lib": "0.2.*"
25 },
26 "type": "library",
27 "autoload": {
28 "classmap": [
29 "include/"
30 ]
31 },
32 "notification-url": "https://packagist.org/downloads/",
33 "license": [
34 "LGPL"
35 ],
36 "authors": [
37 {
38 "name": "Fabien Ménager",
39 "email": "fabien.menager@gmail.com"
40 },
41 {
42 "name": "Brian Sweeney",
43 "email": "eclecticgeek@gmail.com"
44 }
45 ],
46 "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
47 "homepage": "https://github.com/dompdf/dompdf",
48 "time": "2014-03-11 01:59:52"
49 },
50 {
51 "name": "phenx/php-font-lib",
52 "version": "0.2.2",
53 "source": {
54 "type": "git",
55 "url": "https://github.com/PhenX/php-font-lib.git",
56 "reference": "c30c7fc00a6b0d863e9bb4c5d5dd015298b2dc82"
57 },
58 "dist": {
59 "type": "zip",
60 "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/c30c7fc00a6b0d863e9bb4c5d5dd015298b2dc82",
61 "reference": "c30c7fc00a6b0d863e9bb4c5d5dd015298b2dc82",
62 "shasum": ""
63 },
64 "type": "library",
65 "autoload": {
66 "classmap": [
67 "classes/"
68 ]
69 },
70 "notification-url": "https://packagist.org/downloads/",
71 "license": [
72 "LGPL"
73 ],
74 "authors": [
75 {
76 "name": "Fabien Ménager",
77 "email": "fabien.menager@gmail.com"
78 }
79 ],
80 "description": "A library to read, parse, export and make subsets of different types of font files.",
81 "homepage": "https://github.com/PhenX/php-font-lib",
82 "time": "2014-02-01 15:22:28"
83 },
84 {
85 "name": "psr/log",
86 "version": "1.0.0",
87 "source": {
88 "type": "git",
89 "url": "https://github.com/php-fig/log.git",
90 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
91 },
92 "dist": {
93 "type": "zip",
94 "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
95 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
96 "shasum": ""
97 },
98 "type": "library",
99 "autoload": {
100 "psr-0": {
101 "Psr\\Log\\": ""
102 }
103 },
104 "notification-url": "https://packagist.org/downloads/",
105 "license": [
106 "MIT"
107 ],
108 "authors": [
109 {
110 "name": "PHP-FIG",
111 "homepage": "http://www.php-fig.org/"
112 }
113 ],
114 "description": "Common interface for logging libraries",
115 "keywords": [
116 "log",
117 "psr",
118 "psr-3"
119 ],
120 "time": "2012-12-21 11:40:51"
121 },
122 {
123 "name": "symfony/dependency-injection",
124 "version": "v2.3.23",
125 "target-dir": "Symfony/Component/DependencyInjection",
126 "source": {
127 "type": "git",
128 "url": "https://github.com/symfony/DependencyInjection.git",
129 "reference": "f165ee0e0b3522b5158def22622b2f171a8ecd59"
130 },
131 "dist": {
132 "type": "zip",
133 "url": "https://api.github.com/repos/symfony/DependencyInjection/zipball/f165ee0e0b3522b5158def22622b2f171a8ecd59",
134 "reference": "f165ee0e0b3522b5158def22622b2f171a8ecd59",
135 "shasum": ""
136 },
137 "require": {
138 "php": ">=5.3.3"
139 },
140 "require-dev": {
141 "symfony/config": "~2.2",
142 "symfony/yaml": "~2.0"
143 },
144 "suggest": {
145 "symfony/config": "",
146 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
147 "symfony/yaml": ""
148 },
149 "type": "library",
150 "extra": {
151 "branch-alias": {
152 "dev-master": "2.3-dev"
153 }
154 },
155 "autoload": {
156 "psr-0": {
157 "Symfony\\Component\\DependencyInjection\\": ""
158 }
159 },
160 "notification-url": "https://packagist.org/downloads/",
161 "license": [
162 "MIT"
163 ],
164 "authors": [
165 {
166 "name": "Symfony Community",
167 "homepage": "http://symfony.com/contributors"
168 },
169 {
170 "name": "Fabien Potencier",
171 "email": "fabien@symfony.com"
172 }
173 ],
174 "description": "Symfony DependencyInjection Component",
175 "homepage": "http://symfony.com",
176 "time": "2014-12-02 19:42:47"
177 },
178 {
179 "name": "symfony/event-dispatcher",
180 "version": "v2.3.23",
181 "target-dir": "Symfony/Component/EventDispatcher",
182 "source": {
183 "type": "git",
184 "url": "https://github.com/symfony/EventDispatcher.git",
185 "reference": "36a40695d94e948d7a85347db0b12ba446c400fa"
186 },
187 "dist": {
188 "type": "zip",
189 "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/36a40695d94e948d7a85347db0b12ba446c400fa",
190 "reference": "36a40695d94e948d7a85347db0b12ba446c400fa",
191 "shasum": ""
192 },
193 "require": {
194 "php": ">=5.3.3"
195 },
196 "require-dev": {
197 "symfony/dependency-injection": "~2.0"
198 },
199 "suggest": {
200 "symfony/dependency-injection": "",
201 "symfony/http-kernel": ""
202 },
203 "type": "library",
204 "extra": {
205 "branch-alias": {
206 "dev-master": "2.3-dev"
207 }
208 },
209 "autoload": {
210 "psr-0": {
211 "Symfony\\Component\\EventDispatcher\\": ""
212 }
213 },
214 "notification-url": "https://packagist.org/downloads/",
215 "license": [
216 "MIT"
217 ],
218 "authors": [
219 {
220 "name": "Symfony Community",
221 "homepage": "http://symfony.com/contributors"
222 },
223 {
224 "name": "Fabien Potencier",
225 "email": "fabien@symfony.com"
226 }
227 ],
228 "description": "Symfony EventDispatcher Component",
229 "homepage": "http://symfony.com",
230 "time": "2014-11-30 13:33:44"
231 },
232 {
233 "name": "symfony/finder",
234 "version": "v2.3.23",
235 "target-dir": "Symfony/Component/Finder",
236 "source": {
237 "type": "git",
238 "url": "https://github.com/symfony/Finder.git",
239 "reference": "d533aea3400dc463c4d0ba9c3ecf40bd80d49dbd"
240 },
241 "dist": {
242 "type": "zip",
243 "url": "https://api.github.com/repos/symfony/Finder/zipball/d533aea3400dc463c4d0ba9c3ecf40bd80d49dbd",
244 "reference": "d533aea3400dc463c4d0ba9c3ecf40bd80d49dbd",
245 "shasum": ""
246 },
247 "require": {
248 "php": ">=5.3.3"
249 },
250 "type": "library",
251 "extra": {
252 "branch-alias": {
253 "dev-master": "2.3-dev"
254 }
255 },
256 "autoload": {
257 "psr-0": {
258 "Symfony\\Component\\Finder\\": ""
259 }
260 },
261 "notification-url": "https://packagist.org/downloads/",
262 "license": [
263 "MIT"
264 ],
265 "authors": [
266 {
267 "name": "Symfony Community",
268 "homepage": "http://symfony.com/contributors"
269 },
270 {
271 "name": "Fabien Potencier",
272 "email": "fabien@symfony.com"
273 }
274 ],
275 "description": "Symfony Finder Component",
276 "homepage": "http://symfony.com",
277 "time": "2014-12-02 19:42:47"
278 },
279 {
280 "name": "totten/ca-config",
281 "version": "v13.02.0",
282 "source": {
283 "type": "git",
284 "url": "https://github.com/totten/ca_config.git",
285 "reference": "7a51033f4e18c1ac846a16c6de16050e735b01cf"
286 },
287 "dist": {
288 "type": "zip",
289 "url": "https://api.github.com/repos/totten/ca_config/zipball/7a51033f4e18c1ac846a16c6de16050e735b01cf",
290 "reference": "7a51033f4e18c1ac846a16c6de16050e735b01cf",
291 "shasum": ""
292 },
293 "require": {
294 "php": ">=5.2"
295 },
296 "type": "library",
297 "autoload": {
298 "psr-0": {
299 "CA_Config": "src/"
300 }
301 },
302 "notification-url": "https://packagist.org/downloads/",
303 "license": [
304 "BSD-2-Clause"
305 ],
306 "authors": [
307 {
308 "name": "Tim Otten",
309 "email": "to-git@think.hm"
310 }
311 ],
312 "description": "Default configuration for certificate authorities",
313 "homepage": "https://github.com/totten/ca_config",
314 "time": "2013-02-13 03:40:18"
315 }
316 ],
317 "packages-dev": [],
318 "aliases": [],
319 "minimum-stability": "stable",
320 "stability-flags": [],
321 "prefer-stable": false,
322 "prefer-lowest": false,
323 "platform": [],
324 "platform-dev": []
325}