These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more
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 | ], |
||
6 | "hash": "e9cb0ca7c999007fb107072b2927c4c5", |
||
7 | "packages": [ |
||
8 | { |
||
9 | "name": "doctrine/annotations", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
10 | "version": "v1.1.2", |
||
11 | "source": { |
||
12 | "type": "git", |
||
13 | "url": "https://github.com/doctrine/annotations.git", |
||
14 | "reference": "40db0c96985aab2822edbc4848b3bd2429e02670" |
||
15 | }, |
||
16 | "dist": { |
||
17 | "type": "zip", |
||
18 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/40db0c96985aab2822edbc4848b3bd2429e02670", |
||
19 | "reference": "40db0c96985aab2822edbc4848b3bd2429e02670", |
||
20 | "shasum": "" |
||
21 | }, |
||
22 | "require": { |
||
23 | "doctrine/lexer": "1.*", |
||
24 | "php": ">=5.3.2" |
||
25 | }, |
||
26 | "require-dev": { |
||
27 | "doctrine/cache": "1.*" |
||
28 | }, |
||
29 | "type": "library", |
||
30 | "extra": { |
||
31 | "branch-alias": { |
||
32 | "dev-master": "1.0.x-dev" |
||
33 | } |
||
34 | }, |
||
35 | "autoload": { |
||
36 | "psr-0": { |
||
37 | "Doctrine\\Common\\Annotations\\": "lib/" |
||
38 | } |
||
39 | }, |
||
40 | "notification-url": "https://packagist.org/downloads/", |
||
41 | "license": [ |
||
42 | "MIT" |
||
43 | ], |
||
44 | "authors": [ |
||
45 | { |
||
46 | "name": "Jonathan H. Wage", |
||
47 | "email": "[email protected]", |
||
48 | "homepage": "http://www.jwage.com/", |
||
49 | "role": "Creator" |
||
50 | }, |
||
51 | { |
||
52 | "name": "Guilherme Blanco", |
||
53 | "email": "[email protected]", |
||
54 | "homepage": "http://www.instaclick.com" |
||
55 | }, |
||
56 | { |
||
57 | "name": "Roman Borschel", |
||
58 | "email": "[email protected]" |
||
59 | }, |
||
60 | { |
||
61 | "name": "Benjamin Eberlei", |
||
62 | "email": "[email protected]" |
||
63 | }, |
||
64 | { |
||
65 | "name": "Johannes Schmitt", |
||
66 | "email": "[email protected]", |
||
67 | "homepage": "http://jmsyst.com", |
||
68 | "role": "Developer of wrapped JMSSerializerBundle" |
||
69 | } |
||
70 | ], |
||
71 | "description": "Docblock Annotations Parser", |
||
72 | "homepage": "http://www.doctrine-project.org", |
||
73 | "keywords": [ |
||
74 | "annotations", |
||
75 | "docblock", |
||
76 | "parser" |
||
77 | ], |
||
78 | "time": "2013-06-16 21:33:03" |
||
79 | }, |
||
80 | { |
||
81 | "name": "doctrine/cache", |
||
0 ignored issues
–
show
There is a security advisory for your installed version of doctrine/cache:
Security Misconfiguration Vulnerability in various Doctrine projects ![]() |
|||
82 | "version": "v1.3.0", |
||
83 | "source": { |
||
84 | "type": "git", |
||
85 | "url": "https://github.com/doctrine/cache.git", |
||
86 | "reference": "e16d7adf45664a50fa86f515b6d5e7f670130449" |
||
87 | }, |
||
88 | "dist": { |
||
89 | "type": "zip", |
||
90 | "url": "https://api.github.com/repos/doctrine/cache/zipball/e16d7adf45664a50fa86f515b6d5e7f670130449", |
||
91 | "reference": "e16d7adf45664a50fa86f515b6d5e7f670130449", |
||
92 | "shasum": "" |
||
93 | }, |
||
94 | "require": { |
||
95 | "php": ">=5.3.2" |
||
96 | }, |
||
97 | "conflict": { |
||
98 | "doctrine/common": ">2.2,<2.4" |
||
99 | }, |
||
100 | "require-dev": { |
||
101 | "phpunit/phpunit": ">=3.7", |
||
102 | "satooshi/php-coveralls": "~0.6" |
||
103 | }, |
||
104 | "type": "library", |
||
105 | "extra": { |
||
106 | "branch-alias": { |
||
107 | "dev-master": "1.0.x-dev" |
||
108 | } |
||
109 | }, |
||
110 | "autoload": { |
||
111 | "psr-0": { |
||
112 | "Doctrine\\Common\\Cache\\": "lib/" |
||
113 | } |
||
114 | }, |
||
115 | "notification-url": "https://packagist.org/downloads/", |
||
116 | "license": [ |
||
117 | "MIT" |
||
118 | ], |
||
119 | "authors": [ |
||
120 | { |
||
121 | "name": "Jonathan Wage", |
||
122 | "email": "[email protected]", |
||
123 | "homepage": "http://www.jwage.com/", |
||
124 | "role": "Creator" |
||
125 | }, |
||
126 | { |
||
127 | "name": "Guilherme Blanco", |
||
128 | "email": "[email protected]", |
||
129 | "homepage": "http://www.instaclick.com" |
||
130 | }, |
||
131 | { |
||
132 | "name": "Roman Borschel", |
||
133 | "email": "[email protected]" |
||
134 | }, |
||
135 | { |
||
136 | "name": "Benjamin Eberlei", |
||
137 | "email": "[email protected]" |
||
138 | }, |
||
139 | { |
||
140 | "name": "Johannes Schmitt", |
||
141 | "email": "[email protected]", |
||
142 | "homepage": "http://jmsyst.com", |
||
143 | "role": "Developer of wrapped JMSSerializerBundle" |
||
144 | } |
||
145 | ], |
||
146 | "description": "Caching library offering an object-oriented API for many cache backends", |
||
147 | "homepage": "http://www.doctrine-project.org", |
||
148 | "keywords": [ |
||
149 | "cache", |
||
150 | "caching" |
||
151 | ], |
||
152 | "time": "2013-10-25 19:04:14" |
||
153 | }, |
||
154 | { |
||
155 | "name": "doctrine/collections", |
||
156 | "version": "v1.2", |
||
157 | "source": { |
||
158 | "type": "git", |
||
159 | "url": "https://github.com/doctrine/collections.git", |
||
160 | "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2" |
||
161 | }, |
||
162 | "dist": { |
||
163 | "type": "zip", |
||
164 | "url": "https://api.github.com/repos/doctrine/collections/zipball/b99c5c46c87126201899afe88ec490a25eedd6a2", |
||
165 | "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2", |
||
166 | "shasum": "" |
||
167 | }, |
||
168 | "require": { |
||
169 | "php": ">=5.3.2" |
||
170 | }, |
||
171 | "type": "library", |
||
172 | "extra": { |
||
173 | "branch-alias": { |
||
174 | "dev-master": "1.2.x-dev" |
||
175 | } |
||
176 | }, |
||
177 | "autoload": { |
||
178 | "psr-0": { |
||
179 | "Doctrine\\Common\\Collections\\": "lib/" |
||
180 | } |
||
181 | }, |
||
182 | "notification-url": "https://packagist.org/downloads/", |
||
183 | "license": [ |
||
184 | "MIT" |
||
185 | ], |
||
186 | "authors": [ |
||
187 | { |
||
188 | "name": "Jonathan Wage", |
||
189 | "email": "[email protected]", |
||
190 | "homepage": "http://www.jwage.com/", |
||
191 | "role": "Creator" |
||
192 | }, |
||
193 | { |
||
194 | "name": "Guilherme Blanco", |
||
195 | "email": "[email protected]", |
||
196 | "homepage": "http://www.instaclick.com" |
||
197 | }, |
||
198 | { |
||
199 | "name": "Roman Borschel", |
||
200 | "email": "[email protected]" |
||
201 | }, |
||
202 | { |
||
203 | "name": "Benjamin Eberlei", |
||
204 | "email": "[email protected]" |
||
205 | }, |
||
206 | { |
||
207 | "name": "Johannes Schmitt", |
||
208 | "email": "[email protected]", |
||
209 | "homepage": "http://jmsyst.com", |
||
210 | "role": "Developer of wrapped JMSSerializerBundle" |
||
211 | } |
||
212 | ], |
||
213 | "description": "Collections Abstraction library", |
||
214 | "homepage": "http://www.doctrine-project.org", |
||
215 | "keywords": [ |
||
216 | "array", |
||
217 | "collections", |
||
218 | "iterator" |
||
219 | ], |
||
220 | "time": "2014-02-03 23:07:43" |
||
221 | }, |
||
222 | { |
||
223 | "name": "doctrine/common", |
||
0 ignored issues
–
show
There is a security advisory for your installed version of doctrine/common:
Security Misconfiguration Vulnerability in various Doctrine projects ![]() |
|||
224 | "version": "v2.4.1", |
||
225 | "source": { |
||
226 | "type": "git", |
||
227 | "url": "https://github.com/doctrine/common.git", |
||
228 | "reference": "ceb18cf9b0230f3ea208b6238130fd415abda0a7" |
||
229 | }, |
||
230 | "dist": { |
||
231 | "type": "zip", |
||
232 | "url": "https://api.github.com/repos/doctrine/common/zipball/ceb18cf9b0230f3ea208b6238130fd415abda0a7", |
||
233 | "reference": "ceb18cf9b0230f3ea208b6238130fd415abda0a7", |
||
234 | "shasum": "" |
||
235 | }, |
||
236 | "require": { |
||
237 | "doctrine/annotations": "1.*", |
||
238 | "doctrine/cache": "1.*", |
||
239 | "doctrine/collections": "1.*", |
||
240 | "doctrine/inflector": "1.*", |
||
241 | "doctrine/lexer": "1.*", |
||
242 | "php": ">=5.3.2" |
||
243 | }, |
||
244 | "type": "library", |
||
245 | "extra": { |
||
246 | "branch-alias": { |
||
247 | "dev-master": "2.4.x-dev" |
||
248 | } |
||
249 | }, |
||
250 | "autoload": { |
||
251 | "psr-0": { |
||
252 | "Doctrine\\Common\\": "lib/" |
||
253 | } |
||
254 | }, |
||
255 | "notification-url": "https://packagist.org/downloads/", |
||
256 | "license": [ |
||
257 | "MIT" |
||
258 | ], |
||
259 | "authors": [ |
||
260 | { |
||
261 | "name": "Jonathan Wage", |
||
262 | "email": "[email protected]", |
||
263 | "homepage": "http://www.jwage.com/", |
||
264 | "role": "Creator" |
||
265 | }, |
||
266 | { |
||
267 | "name": "Guilherme Blanco", |
||
268 | "email": "[email protected]", |
||
269 | "homepage": "http://www.instaclick.com" |
||
270 | }, |
||
271 | { |
||
272 | "name": "Roman Borschel", |
||
273 | "email": "[email protected]" |
||
274 | }, |
||
275 | { |
||
276 | "name": "Benjamin Eberlei", |
||
277 | "email": "[email protected]" |
||
278 | }, |
||
279 | { |
||
280 | "name": "Johannes Schmitt", |
||
281 | "email": "[email protected]", |
||
282 | "homepage": "http://jmsyst.com", |
||
283 | "role": "Developer of wrapped JMSSerializerBundle" |
||
284 | } |
||
285 | ], |
||
286 | "description": "Common Library for Doctrine projects", |
||
287 | "homepage": "http://www.doctrine-project.org", |
||
288 | "keywords": [ |
||
289 | "annotations", |
||
290 | "collections", |
||
291 | "eventmanager", |
||
292 | "persistence", |
||
293 | "spl" |
||
294 | ], |
||
295 | "time": "2013-09-07 10:20:34" |
||
296 | }, |
||
297 | { |
||
298 | "name": "doctrine/dbal", |
||
299 | "version": "v2.4.2", |
||
300 | "source": { |
||
301 | "type": "git", |
||
302 | "url": "https://github.com/doctrine/dbal.git", |
||
303 | "reference": "fec965d330c958e175c39e61c3f6751955af32d0" |
||
304 | }, |
||
305 | "dist": { |
||
306 | "type": "zip", |
||
307 | "url": "https://api.github.com/repos/doctrine/dbal/zipball/fec965d330c958e175c39e61c3f6751955af32d0", |
||
308 | "reference": "fec965d330c958e175c39e61c3f6751955af32d0", |
||
309 | "shasum": "" |
||
310 | }, |
||
311 | "require": { |
||
312 | "doctrine/common": "~2.4", |
||
313 | "php": ">=5.3.2" |
||
314 | }, |
||
315 | "require-dev": { |
||
316 | "phpunit/phpunit": "3.7.*", |
||
317 | "symfony/console": "~2.0" |
||
318 | }, |
||
319 | "suggest": { |
||
320 | "symfony/console": "Allows use of the command line interface" |
||
321 | }, |
||
322 | "type": "library", |
||
323 | "autoload": { |
||
324 | "psr-0": { |
||
325 | "Doctrine\\DBAL\\": "lib/" |
||
326 | } |
||
327 | }, |
||
328 | "notification-url": "https://packagist.org/downloads/", |
||
329 | "license": [ |
||
330 | "MIT" |
||
331 | ], |
||
332 | "authors": [ |
||
333 | { |
||
334 | "name": "Jonathan Wage", |
||
335 | "email": "[email protected]", |
||
336 | "homepage": "http://www.jwage.com/", |
||
337 | "role": "Creator" |
||
338 | }, |
||
339 | { |
||
340 | "name": "Guilherme Blanco", |
||
341 | "email": "[email protected]", |
||
342 | "homepage": "http://www.instaclick.com" |
||
343 | }, |
||
344 | { |
||
345 | "name": "Roman Borschel", |
||
346 | "email": "[email protected]" |
||
347 | }, |
||
348 | { |
||
349 | "name": "Benjamin Eberlei", |
||
350 | "email": "[email protected]" |
||
351 | } |
||
352 | ], |
||
353 | "description": "Database Abstraction Layer", |
||
354 | "homepage": "http://www.doctrine-project.org", |
||
355 | "keywords": [ |
||
356 | "database", |
||
357 | "dbal", |
||
358 | "persistence", |
||
359 | "queryobject" |
||
360 | ], |
||
361 | "time": "2014-01-01 16:43:57" |
||
362 | }, |
||
363 | { |
||
364 | "name": "doctrine/inflector", |
||
365 | "version": "v1.0", |
||
366 | "source": { |
||
367 | "type": "git", |
||
368 | "url": "https://github.com/doctrine/inflector.git", |
||
369 | "reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08" |
||
370 | }, |
||
371 | "dist": { |
||
372 | "type": "zip", |
||
373 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/54b8333d2a5682afdc690060c1cf384ba9f47f08", |
||
374 | "reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08", |
||
375 | "shasum": "" |
||
376 | }, |
||
377 | "require": { |
||
378 | "php": ">=5.3.2" |
||
379 | }, |
||
380 | "type": "library", |
||
381 | "autoload": { |
||
382 | "psr-0": { |
||
383 | "Doctrine\\Common\\Inflector\\": "lib/" |
||
384 | } |
||
385 | }, |
||
386 | "notification-url": "https://packagist.org/downloads/", |
||
387 | "license": [ |
||
388 | "MIT" |
||
389 | ], |
||
390 | "authors": [ |
||
391 | { |
||
392 | "name": "Jonathan Wage", |
||
393 | "email": "[email protected]", |
||
394 | "homepage": "http://www.jwage.com/", |
||
395 | "role": "Creator" |
||
396 | }, |
||
397 | { |
||
398 | "name": "Guilherme Blanco", |
||
399 | "email": "[email protected]", |
||
400 | "homepage": "http://www.instaclick.com" |
||
401 | }, |
||
402 | { |
||
403 | "name": "Roman Borschel", |
||
404 | "email": "[email protected]" |
||
405 | }, |
||
406 | { |
||
407 | "name": "Benjamin Eberlei", |
||
408 | "email": "[email protected]" |
||
409 | }, |
||
410 | { |
||
411 | "name": "Johannes Schmitt", |
||
412 | "email": "[email protected]", |
||
413 | "homepage": "http://jmsyst.com", |
||
414 | "role": "Developer of wrapped JMSSerializerBundle" |
||
415 | } |
||
416 | ], |
||
417 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
418 | "homepage": "http://www.doctrine-project.org", |
||
419 | "keywords": [ |
||
420 | "inflection", |
||
421 | "pluarlize", |
||
422 | "singuarlize", |
||
423 | "string" |
||
424 | ], |
||
425 | "time": "2013-01-10 21:49:15" |
||
426 | }, |
||
427 | { |
||
428 | "name": "doctrine/lexer", |
||
429 | "version": "v1.0", |
||
430 | "source": { |
||
431 | "type": "git", |
||
432 | "url": "https://github.com/doctrine/lexer.git", |
||
433 | "reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb" |
||
434 | }, |
||
435 | "dist": { |
||
436 | "type": "zip", |
||
437 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/2f708a85bb3aab5d99dab8be435abd73e0b18acb", |
||
438 | "reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb", |
||
439 | "shasum": "" |
||
440 | }, |
||
441 | "require": { |
||
442 | "php": ">=5.3.2" |
||
443 | }, |
||
444 | "type": "library", |
||
445 | "autoload": { |
||
446 | "psr-0": { |
||
447 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
448 | } |
||
449 | }, |
||
450 | "notification-url": "https://packagist.org/downloads/", |
||
451 | "license": [ |
||
452 | "MIT" |
||
453 | ], |
||
454 | "authors": [ |
||
455 | { |
||
456 | "name": "Guilherme Blanco", |
||
457 | "email": "[email protected]", |
||
458 | "homepage": "http://www.instaclick.com" |
||
459 | }, |
||
460 | { |
||
461 | "name": "Roman Borschel", |
||
462 | "email": "[email protected]" |
||
463 | }, |
||
464 | { |
||
465 | "name": "Johannes Schmitt", |
||
466 | "email": "[email protected]", |
||
467 | "homepage": "http://jmsyst.com", |
||
468 | "role": "Developer of wrapped JMSSerializerBundle" |
||
469 | } |
||
470 | ], |
||
471 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
472 | "homepage": "http://www.doctrine-project.org", |
||
473 | "keywords": [ |
||
474 | "lexer", |
||
475 | "parser" |
||
476 | ], |
||
477 | "time": "2013-01-12 18:59:04" |
||
478 | }, |
||
479 | { |
||
480 | "name": "doctrine/orm", |
||
0 ignored issues
–
show
There is a security advisory for your installed version of doctrine/orm:
Security Misconfiguration Vulnerability in various Doctrine projects ![]() |
|||
481 | "version": "v2.4.2", |
||
482 | "source": { |
||
483 | "type": "git", |
||
484 | "url": "https://github.com/doctrine/doctrine2.git", |
||
485 | "reference": "0363a5548d9263f979f9ca149decb9cfc66419ab" |
||
486 | }, |
||
487 | "dist": { |
||
488 | "type": "zip", |
||
489 | "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/0363a5548d9263f979f9ca149decb9cfc66419ab", |
||
490 | "reference": "0363a5548d9263f979f9ca149decb9cfc66419ab", |
||
491 | "shasum": "" |
||
492 | }, |
||
493 | "require": { |
||
494 | "doctrine/collections": "~1.1", |
||
495 | "doctrine/dbal": "~2.4", |
||
496 | "ext-pdo": "*", |
||
497 | "php": ">=5.3.2", |
||
498 | "symfony/console": "~2.0" |
||
499 | }, |
||
500 | "require-dev": { |
||
501 | "satooshi/php-coveralls": "dev-master", |
||
502 | "symfony/yaml": "~2.1" |
||
503 | }, |
||
504 | "suggest": { |
||
505 | "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" |
||
506 | }, |
||
507 | "bin": [ |
||
508 | "bin/doctrine", |
||
509 | "bin/doctrine.php" |
||
510 | ], |
||
511 | "type": "library", |
||
512 | "extra": { |
||
513 | "branch-alias": { |
||
514 | "dev-master": "2.4.x-dev" |
||
515 | } |
||
516 | }, |
||
517 | "autoload": { |
||
518 | "psr-0": { |
||
519 | "Doctrine\\ORM\\": "lib/" |
||
520 | } |
||
521 | }, |
||
522 | "notification-url": "https://packagist.org/downloads/", |
||
523 | "license": [ |
||
524 | "MIT" |
||
525 | ], |
||
526 | "authors": [ |
||
527 | { |
||
528 | "name": "Jonathan Wage", |
||
529 | "email": "[email protected]", |
||
530 | "homepage": "http://www.jwage.com/", |
||
531 | "role": "Creator" |
||
532 | }, |
||
533 | { |
||
534 | "name": "Guilherme Blanco", |
||
535 | "email": "[email protected]", |
||
536 | "homepage": "http://www.instaclick.com" |
||
537 | }, |
||
538 | { |
||
539 | "name": "Roman Borschel", |
||
540 | "email": "[email protected]" |
||
541 | }, |
||
542 | { |
||
543 | "name": "Benjamin Eberlei", |
||
544 | "email": "[email protected]" |
||
545 | } |
||
546 | ], |
||
547 | "description": "Object-Relational-Mapper for PHP", |
||
548 | "homepage": "http://www.doctrine-project.org", |
||
549 | "keywords": [ |
||
550 | "database", |
||
551 | "orm" |
||
552 | ], |
||
553 | "time": "2014-02-08 16:35:09" |
||
554 | }, |
||
555 | { |
||
556 | "name": "fabpot/goutte", |
||
557 | "version": "v1.0.5", |
||
558 | "source": { |
||
559 | "type": "git", |
||
560 | "url": "https://github.com/fabpot/Goutte.git", |
||
561 | "reference": "a30e84e28fbaf14909d2d007249c24cd0ecd425e" |
||
562 | }, |
||
563 | "dist": { |
||
564 | "type": "zip", |
||
565 | "url": "https://api.github.com/repos/fabpot/Goutte/zipball/a30e84e28fbaf14909d2d007249c24cd0ecd425e", |
||
566 | "reference": "a30e84e28fbaf14909d2d007249c24cd0ecd425e", |
||
567 | "shasum": "" |
||
568 | }, |
||
569 | "require": { |
||
570 | "ext-curl": "*", |
||
571 | "guzzle/http": "~3.1", |
||
572 | "php": ">=5.3.0", |
||
573 | "symfony/browser-kit": "~2.1", |
||
574 | "symfony/css-selector": "~2.1", |
||
575 | "symfony/dom-crawler": "~2.1", |
||
576 | "symfony/finder": "~2.1", |
||
577 | "symfony/process": "~2.1" |
||
578 | }, |
||
579 | "require-dev": { |
||
580 | "guzzle/plugin-history": "~3.1", |
||
581 | "guzzle/plugin-mock": "~3.1" |
||
582 | }, |
||
583 | "type": "application", |
||
584 | "extra": { |
||
585 | "branch-alias": { |
||
586 | "dev-master": "1.0-dev" |
||
587 | } |
||
588 | }, |
||
589 | "autoload": { |
||
590 | "psr-0": { |
||
591 | "Goutte": "." |
||
592 | } |
||
593 | }, |
||
594 | "notification-url": "https://packagist.org/downloads/", |
||
595 | "license": [ |
||
596 | "MIT" |
||
597 | ], |
||
598 | "authors": [ |
||
599 | { |
||
600 | "name": "Fabien Potencier", |
||
601 | "email": "[email protected]", |
||
602 | "homepage": "http://fabien.potencier.org", |
||
603 | "role": "Lead Developer" |
||
604 | } |
||
605 | ], |
||
606 | "description": "A simple PHP Web Scraper", |
||
607 | "homepage": "https://github.com/fabpot/Goutte", |
||
608 | "keywords": [ |
||
609 | "scraper" |
||
610 | ], |
||
611 | "time": "2014-01-31 18:02:50" |
||
612 | }, |
||
613 | { |
||
614 | "name": "guzzle/common", |
||
615 | "version": "v3.8.1", |
||
616 | "target-dir": "Guzzle/Common", |
||
617 | "source": { |
||
618 | "type": "git", |
||
619 | "url": "https://github.com/guzzle/common.git", |
||
620 | "reference": "67f6c3fd04bae387d47c2a673fa623ed8f4189bb" |
||
621 | }, |
||
622 | "dist": { |
||
623 | "type": "zip", |
||
624 | "url": "https://api.github.com/repos/guzzle/common/zipball/67f6c3fd04bae387d47c2a673fa623ed8f4189bb", |
||
625 | "reference": "67f6c3fd04bae387d47c2a673fa623ed8f4189bb", |
||
626 | "shasum": "" |
||
627 | }, |
||
628 | "require": { |
||
629 | "php": ">=5.3.2", |
||
630 | "symfony/event-dispatcher": ">=2.1" |
||
631 | }, |
||
632 | "type": "library", |
||
633 | "extra": { |
||
634 | "branch-alias": { |
||
635 | "dev-master": "3.7-dev" |
||
636 | } |
||
637 | }, |
||
638 | "autoload": { |
||
639 | "psr-0": { |
||
640 | "Guzzle\\Common": "" |
||
641 | } |
||
642 | }, |
||
643 | "notification-url": "https://packagist.org/downloads/", |
||
644 | "license": [ |
||
645 | "MIT" |
||
646 | ], |
||
647 | "description": "Common libraries used by Guzzle", |
||
648 | "homepage": "http://guzzlephp.org/", |
||
649 | "keywords": [ |
||
650 | "collection", |
||
651 | "common", |
||
652 | "event", |
||
653 | "exception" |
||
654 | ], |
||
655 | "time": "2014-01-28 22:29:15" |
||
656 | }, |
||
657 | { |
||
658 | "name": "guzzle/http", |
||
659 | "version": "v3.8.1", |
||
660 | "target-dir": "Guzzle/Http", |
||
661 | "source": { |
||
662 | "type": "git", |
||
663 | "url": "https://github.com/guzzle/http.git", |
||
664 | "reference": "565fd64be16d91c840f497c5de76f86d54a822d8" |
||
665 | }, |
||
666 | "dist": { |
||
667 | "type": "zip", |
||
668 | "url": "https://api.github.com/repos/guzzle/http/zipball/565fd64be16d91c840f497c5de76f86d54a822d8", |
||
669 | "reference": "565fd64be16d91c840f497c5de76f86d54a822d8", |
||
670 | "shasum": "" |
||
671 | }, |
||
672 | "require": { |
||
673 | "guzzle/common": "self.version", |
||
674 | "guzzle/parser": "self.version", |
||
675 | "guzzle/stream": "self.version", |
||
676 | "php": ">=5.3.2" |
||
677 | }, |
||
678 | "suggest": { |
||
679 | "ext-curl": "*" |
||
680 | }, |
||
681 | "type": "library", |
||
682 | "extra": { |
||
683 | "branch-alias": { |
||
684 | "dev-master": "3.7-dev" |
||
685 | } |
||
686 | }, |
||
687 | "autoload": { |
||
688 | "psr-0": { |
||
689 | "Guzzle\\Http": "" |
||
690 | } |
||
691 | }, |
||
692 | "notification-url": "https://packagist.org/downloads/", |
||
693 | "license": [ |
||
694 | "MIT" |
||
695 | ], |
||
696 | "authors": [ |
||
697 | { |
||
698 | "name": "Michael Dowling", |
||
699 | "email": "[email protected]", |
||
700 | "homepage": "https://github.com/mtdowling" |
||
701 | } |
||
702 | ], |
||
703 | "description": "HTTP libraries used by Guzzle", |
||
704 | "homepage": "http://guzzlephp.org/", |
||
705 | "keywords": [ |
||
706 | "Guzzle", |
||
707 | "client", |
||
708 | "curl", |
||
709 | "http", |
||
710 | "http client" |
||
711 | ], |
||
712 | "time": "2014-01-23 18:23:29" |
||
713 | }, |
||
714 | { |
||
715 | "name": "guzzle/parser", |
||
716 | "version": "v3.8.1", |
||
717 | "target-dir": "Guzzle/Parser", |
||
718 | "source": { |
||
719 | "type": "git", |
||
720 | "url": "https://github.com/guzzle/parser.git", |
||
721 | "reference": "3f52387052f2e4ef083145a0f73c3654aa14e086" |
||
722 | }, |
||
723 | "dist": { |
||
724 | "type": "zip", |
||
725 | "url": "https://api.github.com/repos/guzzle/parser/zipball/3f52387052f2e4ef083145a0f73c3654aa14e086", |
||
726 | "reference": "3f52387052f2e4ef083145a0f73c3654aa14e086", |
||
727 | "shasum": "" |
||
728 | }, |
||
729 | "require": { |
||
730 | "php": ">=5.3.2" |
||
731 | }, |
||
732 | "type": "library", |
||
733 | "extra": { |
||
734 | "branch-alias": { |
||
735 | "dev-master": "3.7-dev" |
||
736 | } |
||
737 | }, |
||
738 | "autoload": { |
||
739 | "psr-0": { |
||
740 | "Guzzle\\Parser": "" |
||
741 | } |
||
742 | }, |
||
743 | "notification-url": "https://packagist.org/downloads/", |
||
744 | "license": [ |
||
745 | "MIT" |
||
746 | ], |
||
747 | "description": "Interchangeable parsers used by Guzzle", |
||
748 | "homepage": "http://guzzlephp.org/", |
||
749 | "keywords": [ |
||
750 | "URI Template", |
||
751 | "cookie", |
||
752 | "http", |
||
753 | "message", |
||
754 | "url" |
||
755 | ], |
||
756 | "time": "2013-10-24 00:04:09" |
||
757 | }, |
||
758 | { |
||
759 | "name": "guzzle/stream", |
||
760 | "version": "v3.8.1", |
||
761 | "target-dir": "Guzzle/Stream", |
||
762 | "source": { |
||
763 | "type": "git", |
||
764 | "url": "https://github.com/guzzle/stream.git", |
||
765 | "reference": "fa8af730ca714861c0001cfba64aaecc5f21bb96" |
||
766 | }, |
||
767 | "dist": { |
||
768 | "type": "zip", |
||
769 | "url": "https://api.github.com/repos/guzzle/stream/zipball/fa8af730ca714861c0001cfba64aaecc5f21bb96", |
||
770 | "reference": "fa8af730ca714861c0001cfba64aaecc5f21bb96", |
||
771 | "shasum": "" |
||
772 | }, |
||
773 | "require": { |
||
774 | "guzzle/common": "self.version", |
||
775 | "php": ">=5.3.2" |
||
776 | }, |
||
777 | "suggest": { |
||
778 | "guzzle/http": "To convert Guzzle request objects to PHP streams" |
||
779 | }, |
||
780 | "type": "library", |
||
781 | "extra": { |
||
782 | "branch-alias": { |
||
783 | "dev-master": "3.7-dev" |
||
784 | } |
||
785 | }, |
||
786 | "autoload": { |
||
787 | "psr-0": { |
||
788 | "Guzzle\\Stream": "" |
||
789 | } |
||
790 | }, |
||
791 | "notification-url": "https://packagist.org/downloads/", |
||
792 | "license": [ |
||
793 | "MIT" |
||
794 | ], |
||
795 | "authors": [ |
||
796 | { |
||
797 | "name": "Michael Dowling", |
||
798 | "email": "[email protected]", |
||
799 | "homepage": "https://github.com/mtdowling" |
||
800 | } |
||
801 | ], |
||
802 | "description": "Guzzle stream wrapper component", |
||
803 | "homepage": "http://guzzlephp.org/", |
||
804 | "keywords": [ |
||
805 | "Guzzle", |
||
806 | "component", |
||
807 | "stream" |
||
808 | ], |
||
809 | "time": "2014-01-28 22:14:17" |
||
810 | }, |
||
811 | { |
||
812 | "name": "incenteev/composer-parameter-handler", |
||
813 | "version": "v2.1.0", |
||
814 | "target-dir": "Incenteev/ParameterHandler", |
||
815 | "source": { |
||
816 | "type": "git", |
||
817 | "url": "https://github.com/Incenteev/ParameterHandler.git", |
||
818 | "reference": "143272a0a09c62616a3c8011fc165a10c6b35241" |
||
819 | }, |
||
820 | "dist": { |
||
821 | "type": "zip", |
||
822 | "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/143272a0a09c62616a3c8011fc165a10c6b35241", |
||
823 | "reference": "143272a0a09c62616a3c8011fc165a10c6b35241", |
||
824 | "shasum": "" |
||
825 | }, |
||
826 | "require": { |
||
827 | "php": ">=5.3.3", |
||
828 | "symfony/yaml": "~2.0" |
||
829 | }, |
||
830 | "require-dev": { |
||
831 | "composer/composer": "1.0.*@dev", |
||
832 | "phpspec/prophecy-phpunit": "~1.0", |
||
833 | "symfony/filesystem": "~2.2" |
||
834 | }, |
||
835 | "type": "library", |
||
836 | "extra": { |
||
837 | "branch-alias": { |
||
838 | "dev-master": "2.1.x-dev" |
||
839 | } |
||
840 | }, |
||
841 | "autoload": { |
||
842 | "psr-0": { |
||
843 | "Incenteev\\ParameterHandler": "" |
||
844 | } |
||
845 | }, |
||
846 | "notification-url": "https://packagist.org/downloads/", |
||
847 | "license": [ |
||
848 | "MIT" |
||
849 | ], |
||
850 | "authors": [ |
||
851 | { |
||
852 | "name": "Christophe Coevoet", |
||
853 | "email": "[email protected]" |
||
854 | } |
||
855 | ], |
||
856 | "description": "Composer script handling your ignored parameter file", |
||
857 | "homepage": "https://github.com/Incenteev/ParameterHandler", |
||
858 | "keywords": [ |
||
859 | "parameters management" |
||
860 | ], |
||
861 | "time": "2013-12-07 10:10:39" |
||
862 | }, |
||
863 | { |
||
864 | "name": "phpunit/php-code-coverage", |
||
865 | "version": "1.2.16", |
||
866 | "source": { |
||
867 | "type": "git", |
||
868 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
869 | "reference": "69e55e68481cf708a6db43aff0b504e31402fe27" |
||
870 | }, |
||
871 | "dist": { |
||
872 | "type": "zip", |
||
873 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/69e55e68481cf708a6db43aff0b504e31402fe27", |
||
874 | "reference": "69e55e68481cf708a6db43aff0b504e31402fe27", |
||
875 | "shasum": "" |
||
876 | }, |
||
877 | "require": { |
||
878 | "php": ">=5.3.3", |
||
879 | "phpunit/php-file-iterator": ">=1.3.0@stable", |
||
880 | "phpunit/php-text-template": ">=1.2.0@stable", |
||
881 | "phpunit/php-token-stream": ">=1.1.3@stable" |
||
882 | }, |
||
883 | "require-dev": { |
||
884 | "phpunit/phpunit": "3.7.*@dev" |
||
885 | }, |
||
886 | "suggest": { |
||
887 | "ext-dom": "*", |
||
888 | "ext-xdebug": ">=2.0.5" |
||
889 | }, |
||
890 | "type": "library", |
||
891 | "extra": { |
||
892 | "branch-alias": { |
||
893 | "dev-master": "1.2.x-dev" |
||
894 | } |
||
895 | }, |
||
896 | "autoload": { |
||
897 | "classmap": [ |
||
898 | "PHP/" |
||
899 | ] |
||
900 | }, |
||
901 | "notification-url": "https://packagist.org/downloads/", |
||
902 | "include-path": [ |
||
903 | "" |
||
904 | ], |
||
905 | "license": [ |
||
906 | "BSD-3-Clause" |
||
907 | ], |
||
908 | "authors": [ |
||
909 | { |
||
910 | "name": "Sebastian Bergmann", |
||
911 | "email": "[email protected]", |
||
912 | "role": "lead" |
||
913 | } |
||
914 | ], |
||
915 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
916 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
917 | "keywords": [ |
||
918 | "coverage", |
||
919 | "testing", |
||
920 | "xunit" |
||
921 | ], |
||
922 | "time": "2014-02-25 03:34:05" |
||
923 | }, |
||
924 | { |
||
925 | "name": "phpunit/php-file-iterator", |
||
926 | "version": "1.3.4", |
||
927 | "source": { |
||
928 | "type": "git", |
||
929 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
930 | "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb" |
||
931 | }, |
||
932 | "dist": { |
||
933 | "type": "zip", |
||
934 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb", |
||
935 | "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb", |
||
936 | "shasum": "" |
||
937 | }, |
||
938 | "require": { |
||
939 | "php": ">=5.3.3" |
||
940 | }, |
||
941 | "type": "library", |
||
942 | "autoload": { |
||
943 | "classmap": [ |
||
944 | "File/" |
||
945 | ] |
||
946 | }, |
||
947 | "notification-url": "https://packagist.org/downloads/", |
||
948 | "include-path": [ |
||
949 | "" |
||
950 | ], |
||
951 | "license": [ |
||
952 | "BSD-3-Clause" |
||
953 | ], |
||
954 | "authors": [ |
||
955 | { |
||
956 | "name": "Sebastian Bergmann", |
||
957 | "email": "[email protected]", |
||
958 | "role": "lead" |
||
959 | } |
||
960 | ], |
||
961 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
962 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
963 | "keywords": [ |
||
964 | "filesystem", |
||
965 | "iterator" |
||
966 | ], |
||
967 | "time": "2013-10-10 15:34:57" |
||
968 | }, |
||
969 | { |
||
970 | "name": "phpunit/php-text-template", |
||
971 | "version": "1.2.0", |
||
972 | "source": { |
||
973 | "type": "git", |
||
974 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
975 | "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a" |
||
976 | }, |
||
977 | "dist": { |
||
978 | "type": "zip", |
||
979 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a", |
||
980 | "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a", |
||
981 | "shasum": "" |
||
982 | }, |
||
983 | "require": { |
||
984 | "php": ">=5.3.3" |
||
985 | }, |
||
986 | "type": "library", |
||
987 | "autoload": { |
||
988 | "classmap": [ |
||
989 | "Text/" |
||
990 | ] |
||
991 | }, |
||
992 | "notification-url": "https://packagist.org/downloads/", |
||
993 | "include-path": [ |
||
994 | "" |
||
995 | ], |
||
996 | "license": [ |
||
997 | "BSD-3-Clause" |
||
998 | ], |
||
999 | "authors": [ |
||
1000 | { |
||
1001 | "name": "Sebastian Bergmann", |
||
1002 | "email": "[email protected]", |
||
1003 | "role": "lead" |
||
1004 | } |
||
1005 | ], |
||
1006 | "description": "Simple template engine.", |
||
1007 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
1008 | "keywords": [ |
||
1009 | "template" |
||
1010 | ], |
||
1011 | "time": "2014-01-30 17:20:04" |
||
1012 | }, |
||
1013 | { |
||
1014 | "name": "phpunit/php-timer", |
||
1015 | "version": "1.0.5", |
||
1016 | "source": { |
||
1017 | "type": "git", |
||
1018 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
1019 | "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c" |
||
1020 | }, |
||
1021 | "dist": { |
||
1022 | "type": "zip", |
||
1023 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c", |
||
1024 | "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c", |
||
1025 | "shasum": "" |
||
1026 | }, |
||
1027 | "require": { |
||
1028 | "php": ">=5.3.3" |
||
1029 | }, |
||
1030 | "type": "library", |
||
1031 | "autoload": { |
||
1032 | "classmap": [ |
||
1033 | "PHP/" |
||
1034 | ] |
||
1035 | }, |
||
1036 | "notification-url": "https://packagist.org/downloads/", |
||
1037 | "include-path": [ |
||
1038 | "" |
||
1039 | ], |
||
1040 | "license": [ |
||
1041 | "BSD-3-Clause" |
||
1042 | ], |
||
1043 | "authors": [ |
||
1044 | { |
||
1045 | "name": "Sebastian Bergmann", |
||
1046 | "email": "[email protected]", |
||
1047 | "role": "lead" |
||
1048 | } |
||
1049 | ], |
||
1050 | "description": "Utility class for timing", |
||
1051 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
1052 | "keywords": [ |
||
1053 | "timer" |
||
1054 | ], |
||
1055 | "time": "2013-08-02 07:42:54" |
||
1056 | }, |
||
1057 | { |
||
1058 | "name": "phpunit/php-token-stream", |
||
1059 | "version": "1.2.2", |
||
1060 | "source": { |
||
1061 | "type": "git", |
||
1062 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
1063 | "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32" |
||
1064 | }, |
||
1065 | "dist": { |
||
1066 | "type": "zip", |
||
1067 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32", |
||
1068 | "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32", |
||
1069 | "shasum": "" |
||
1070 | }, |
||
1071 | "require": { |
||
1072 | "ext-tokenizer": "*", |
||
1073 | "php": ">=5.3.3" |
||
1074 | }, |
||
1075 | "type": "library", |
||
1076 | "extra": { |
||
1077 | "branch-alias": { |
||
1078 | "dev-master": "1.2-dev" |
||
1079 | } |
||
1080 | }, |
||
1081 | "autoload": { |
||
1082 | "classmap": [ |
||
1083 | "PHP/" |
||
1084 | ] |
||
1085 | }, |
||
1086 | "notification-url": "https://packagist.org/downloads/", |
||
1087 | "include-path": [ |
||
1088 | "" |
||
1089 | ], |
||
1090 | "license": [ |
||
1091 | "BSD-3-Clause" |
||
1092 | ], |
||
1093 | "authors": [ |
||
1094 | { |
||
1095 | "name": "Sebastian Bergmann", |
||
1096 | "email": "[email protected]", |
||
1097 | "role": "lead" |
||
1098 | } |
||
1099 | ], |
||
1100 | "description": "Wrapper around PHP's tokenizer extension.", |
||
1101 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
1102 | "keywords": [ |
||
1103 | "tokenizer" |
||
1104 | ], |
||
1105 | "time": "2014-03-03 05:10:30" |
||
1106 | }, |
||
1107 | { |
||
1108 | "name": "phpunit/phpunit", |
||
1109 | "version": "3.7.32", |
||
1110 | "source": { |
||
1111 | "type": "git", |
||
1112 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
1113 | "reference": "2752cbb9ea5bd84c2811b34b6953f76965ec7a2f" |
||
1114 | }, |
||
1115 | "dist": { |
||
1116 | "type": "zip", |
||
1117 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2752cbb9ea5bd84c2811b34b6953f76965ec7a2f", |
||
1118 | "reference": "2752cbb9ea5bd84c2811b34b6953f76965ec7a2f", |
||
1119 | "shasum": "" |
||
1120 | }, |
||
1121 | "require": { |
||
1122 | "ext-dom": "*", |
||
1123 | "ext-pcre": "*", |
||
1124 | "ext-reflection": "*", |
||
1125 | "ext-spl": "*", |
||
1126 | "php": ">=5.3.3", |
||
1127 | "phpunit/php-code-coverage": "~1.2.1", |
||
1128 | "phpunit/php-file-iterator": ">=1.3.1", |
||
1129 | "phpunit/php-text-template": ">=1.1.1", |
||
1130 | "phpunit/php-timer": ">=1.0.4", |
||
1131 | "phpunit/phpunit-mock-objects": "~1.2.0", |
||
1132 | "symfony/yaml": "~2.0" |
||
1133 | }, |
||
1134 | "require-dev": { |
||
1135 | "pear-pear.php.net/pear": "1.9.4" |
||
1136 | }, |
||
1137 | "suggest": { |
||
1138 | "ext-json": "*", |
||
1139 | "ext-simplexml": "*", |
||
1140 | "ext-tokenizer": "*", |
||
1141 | "phpunit/php-invoker": ">=1.1.0,<1.2.0" |
||
1142 | }, |
||
1143 | "bin": [ |
||
1144 | "composer/bin/phpunit" |
||
1145 | ], |
||
1146 | "type": "library", |
||
1147 | "extra": { |
||
1148 | "branch-alias": { |
||
1149 | "dev-master": "3.7.x-dev" |
||
1150 | } |
||
1151 | }, |
||
1152 | "autoload": { |
||
1153 | "classmap": [ |
||
1154 | "PHPUnit/" |
||
1155 | ] |
||
1156 | }, |
||
1157 | "notification-url": "https://packagist.org/downloads/", |
||
1158 | "include-path": [ |
||
1159 | "", |
||
1160 | "../../symfony/yaml/" |
||
1161 | ], |
||
1162 | "license": [ |
||
1163 | "BSD-3-Clause" |
||
1164 | ], |
||
1165 | "authors": [ |
||
1166 | { |
||
1167 | "name": "Sebastian Bergmann", |
||
1168 | "email": "[email protected]", |
||
1169 | "role": "lead" |
||
1170 | } |
||
1171 | ], |
||
1172 | "description": "The PHP Unit Testing framework.", |
||
1173 | "homepage": "http://www.phpunit.de/", |
||
1174 | "keywords": [ |
||
1175 | "phpunit", |
||
1176 | "testing", |
||
1177 | "xunit" |
||
1178 | ], |
||
1179 | "time": "2014-02-25 03:47:29" |
||
1180 | }, |
||
1181 | { |
||
1182 | "name": "phpunit/phpunit-mock-objects", |
||
1183 | "version": "1.2.3", |
||
1184 | "source": { |
||
1185 | "type": "git", |
||
1186 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
1187 | "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875" |
||
1188 | }, |
||
1189 | "dist": { |
||
1190 | "type": "zip", |
||
1191 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5794e3c5c5ba0fb037b11d8151add2a07fa82875", |
||
1192 | "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875", |
||
1193 | "shasum": "" |
||
1194 | }, |
||
1195 | "require": { |
||
1196 | "php": ">=5.3.3", |
||
1197 | "phpunit/php-text-template": ">=1.1.1@stable" |
||
1198 | }, |
||
1199 | "suggest": { |
||
1200 | "ext-soap": "*" |
||
1201 | }, |
||
1202 | "type": "library", |
||
1203 | "autoload": { |
||
1204 | "classmap": [ |
||
1205 | "PHPUnit/" |
||
1206 | ] |
||
1207 | }, |
||
1208 | "notification-url": "https://packagist.org/downloads/", |
||
1209 | "include-path": [ |
||
1210 | "" |
||
1211 | ], |
||
1212 | "license": [ |
||
1213 | "BSD-3-Clause" |
||
1214 | ], |
||
1215 | "authors": [ |
||
1216 | { |
||
1217 | "name": "Sebastian Bergmann", |
||
1218 | "email": "[email protected]", |
||
1219 | "role": "lead" |
||
1220 | } |
||
1221 | ], |
||
1222 | "description": "Mock Object library for PHPUnit", |
||
1223 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
1224 | "keywords": [ |
||
1225 | "mock", |
||
1226 | "xunit" |
||
1227 | ], |
||
1228 | "time": "2013-01-13 10:24:48" |
||
1229 | }, |
||
1230 | { |
||
1231 | "name": "symfony/browser-kit", |
||
1232 | "version": "v2.4.2", |
||
1233 | "target-dir": "Symfony/Component/BrowserKit", |
||
1234 | "source": { |
||
1235 | "type": "git", |
||
1236 | "url": "https://github.com/symfony/BrowserKit.git", |
||
1237 | "reference": "3898f9f9aafc853124c90a9d1a4f98c1034e627e" |
||
1238 | }, |
||
1239 | "dist": { |
||
1240 | "type": "zip", |
||
1241 | "url": "https://api.github.com/repos/symfony/BrowserKit/zipball/3898f9f9aafc853124c90a9d1a4f98c1034e627e", |
||
1242 | "reference": "3898f9f9aafc853124c90a9d1a4f98c1034e627e", |
||
1243 | "shasum": "" |
||
1244 | }, |
||
1245 | "require": { |
||
1246 | "php": ">=5.3.3", |
||
1247 | "symfony/dom-crawler": "~2.0" |
||
1248 | }, |
||
1249 | "require-dev": { |
||
1250 | "symfony/css-selector": "~2.0", |
||
1251 | "symfony/process": "~2.0" |
||
1252 | }, |
||
1253 | "suggest": { |
||
1254 | "symfony/process": "" |
||
1255 | }, |
||
1256 | "type": "library", |
||
1257 | "extra": { |
||
1258 | "branch-alias": { |
||
1259 | "dev-master": "2.4-dev" |
||
1260 | } |
||
1261 | }, |
||
1262 | "autoload": { |
||
1263 | "psr-0": { |
||
1264 | "Symfony\\Component\\BrowserKit\\": "" |
||
1265 | } |
||
1266 | }, |
||
1267 | "notification-url": "https://packagist.org/downloads/", |
||
1268 | "license": [ |
||
1269 | "MIT" |
||
1270 | ], |
||
1271 | "authors": [ |
||
1272 | { |
||
1273 | "name": "Fabien Potencier", |
||
1274 | "email": "[email protected]", |
||
1275 | "homepage": "http://fabien.potencier.org", |
||
1276 | "role": "Lead Developer" |
||
1277 | }, |
||
1278 | { |
||
1279 | "name": "Symfony Community", |
||
1280 | "homepage": "http://symfony.com/contributors" |
||
1281 | } |
||
1282 | ], |
||
1283 | "description": "Symfony BrowserKit Component", |
||
1284 | "homepage": "http://symfony.com", |
||
1285 | "time": "2014-01-24 14:36:08" |
||
1286 | }, |
||
1287 | { |
||
1288 | "name": "symfony/config", |
||
1289 | "version": "v2.4.2", |
||
1290 | "target-dir": "Symfony/Component/Config", |
||
1291 | "source": { |
||
1292 | "type": "git", |
||
1293 | "url": "https://github.com/symfony/Config.git", |
||
1294 | "reference": "d81bd01eac1514c10dcb3b11eaa9048d6b87dd1f" |
||
1295 | }, |
||
1296 | "dist": { |
||
1297 | "type": "zip", |
||
1298 | "url": "https://api.github.com/repos/symfony/Config/zipball/d81bd01eac1514c10dcb3b11eaa9048d6b87dd1f", |
||
1299 | "reference": "d81bd01eac1514c10dcb3b11eaa9048d6b87dd1f", |
||
1300 | "shasum": "" |
||
1301 | }, |
||
1302 | "require": { |
||
1303 | "php": ">=5.3.3", |
||
1304 | "symfony/filesystem": "~2.3" |
||
1305 | }, |
||
1306 | "type": "library", |
||
1307 | "extra": { |
||
1308 | "branch-alias": { |
||
1309 | "dev-master": "2.4-dev" |
||
1310 | } |
||
1311 | }, |
||
1312 | "autoload": { |
||
1313 | "psr-0": { |
||
1314 | "Symfony\\Component\\Config\\": "" |
||
1315 | } |
||
1316 | }, |
||
1317 | "notification-url": "https://packagist.org/downloads/", |
||
1318 | "license": [ |
||
1319 | "MIT" |
||
1320 | ], |
||
1321 | "authors": [ |
||
1322 | { |
||
1323 | "name": "Fabien Potencier", |
||
1324 | "email": "[email protected]", |
||
1325 | "homepage": "http://fabien.potencier.org", |
||
1326 | "role": "Lead Developer" |
||
1327 | }, |
||
1328 | { |
||
1329 | "name": "Symfony Community", |
||
1330 | "homepage": "http://symfony.com/contributors" |
||
1331 | } |
||
1332 | ], |
||
1333 | "description": "Symfony Config Component", |
||
1334 | "homepage": "http://symfony.com", |
||
1335 | "time": "2014-01-07 13:28:54" |
||
1336 | }, |
||
1337 | { |
||
1338 | "name": "symfony/console", |
||
1339 | "version": "v2.4.2", |
||
1340 | "target-dir": "Symfony/Component/Console", |
||
1341 | "source": { |
||
1342 | "type": "git", |
||
1343 | "url": "https://github.com/symfony/Console.git", |
||
1344 | "reference": "940f217cbc3c8a33e5403e7c595495c4884400fe" |
||
1345 | }, |
||
1346 | "dist": { |
||
1347 | "type": "zip", |
||
1348 | "url": "https://api.github.com/repos/symfony/Console/zipball/940f217cbc3c8a33e5403e7c595495c4884400fe", |
||
1349 | "reference": "940f217cbc3c8a33e5403e7c595495c4884400fe", |
||
1350 | "shasum": "" |
||
1351 | }, |
||
1352 | "require": { |
||
1353 | "php": ">=5.3.3" |
||
1354 | }, |
||
1355 | "require-dev": { |
||
1356 | "symfony/event-dispatcher": "~2.1" |
||
1357 | }, |
||
1358 | "suggest": { |
||
1359 | "symfony/event-dispatcher": "" |
||
1360 | }, |
||
1361 | "type": "library", |
||
1362 | "extra": { |
||
1363 | "branch-alias": { |
||
1364 | "dev-master": "2.4-dev" |
||
1365 | } |
||
1366 | }, |
||
1367 | "autoload": { |
||
1368 | "psr-0": { |
||
1369 | "Symfony\\Component\\Console\\": "" |
||
1370 | } |
||
1371 | }, |
||
1372 | "notification-url": "https://packagist.org/downloads/", |
||
1373 | "license": [ |
||
1374 | "MIT" |
||
1375 | ], |
||
1376 | "authors": [ |
||
1377 | { |
||
1378 | "name": "Fabien Potencier", |
||
1379 | "email": "[email protected]", |
||
1380 | "homepage": "http://fabien.potencier.org", |
||
1381 | "role": "Lead Developer" |
||
1382 | }, |
||
1383 | { |
||
1384 | "name": "Symfony Community", |
||
1385 | "homepage": "http://symfony.com/contributors" |
||
1386 | } |
||
1387 | ], |
||
1388 | "description": "Symfony Console Component", |
||
1389 | "homepage": "http://symfony.com", |
||
1390 | "time": "2014-02-11 13:52:09" |
||
1391 | }, |
||
1392 | { |
||
1393 | "name": "symfony/css-selector", |
||
1394 | "version": "v2.4.2", |
||
1395 | "target-dir": "Symfony/Component/CssSelector", |
||
1396 | "source": { |
||
1397 | "type": "git", |
||
1398 | "url": "https://github.com/symfony/CssSelector.git", |
||
1399 | "reference": "ed1d61b2e23a0fd5dba0b20651258c4633d3e3a7" |
||
1400 | }, |
||
1401 | "dist": { |
||
1402 | "type": "zip", |
||
1403 | "url": "https://api.github.com/repos/symfony/CssSelector/zipball/ed1d61b2e23a0fd5dba0b20651258c4633d3e3a7", |
||
1404 | "reference": "ed1d61b2e23a0fd5dba0b20651258c4633d3e3a7", |
||
1405 | "shasum": "" |
||
1406 | }, |
||
1407 | "require": { |
||
1408 | "php": ">=5.3.3" |
||
1409 | }, |
||
1410 | "type": "library", |
||
1411 | "extra": { |
||
1412 | "branch-alias": { |
||
1413 | "dev-master": "2.4-dev" |
||
1414 | } |
||
1415 | }, |
||
1416 | "autoload": { |
||
1417 | "psr-0": { |
||
1418 | "Symfony\\Component\\CssSelector\\": "" |
||
1419 | } |
||
1420 | }, |
||
1421 | "notification-url": "https://packagist.org/downloads/", |
||
1422 | "license": [ |
||
1423 | "MIT" |
||
1424 | ], |
||
1425 | "authors": [ |
||
1426 | { |
||
1427 | "name": "Fabien Potencier", |
||
1428 | "email": "[email protected]", |
||
1429 | "homepage": "http://fabien.potencier.org", |
||
1430 | "role": "Lead Developer" |
||
1431 | }, |
||
1432 | { |
||
1433 | "name": "Symfony Community", |
||
1434 | "homepage": "http://symfony.com/contributors" |
||
1435 | }, |
||
1436 | { |
||
1437 | "name": "Jean-François Simon", |
||
1438 | "email": "[email protected]" |
||
1439 | } |
||
1440 | ], |
||
1441 | "description": "Symfony CssSelector Component", |
||
1442 | "homepage": "http://symfony.com", |
||
1443 | "time": "2014-02-11 13:52:09" |
||
1444 | }, |
||
1445 | { |
||
1446 | "name": "symfony/dependency-injection", |
||
1447 | "version": "v2.4.2", |
||
1448 | "target-dir": "Symfony/Component/DependencyInjection", |
||
1449 | "source": { |
||
1450 | "type": "git", |
||
1451 | "url": "https://github.com/symfony/DependencyInjection.git", |
||
1452 | "reference": "dde921399691bdb3b32a3c2557dcb2054db7593a" |
||
1453 | }, |
||
1454 | "dist": { |
||
1455 | "type": "zip", |
||
1456 | "url": "https://api.github.com/repos/symfony/DependencyInjection/zipball/dde921399691bdb3b32a3c2557dcb2054db7593a", |
||
1457 | "reference": "dde921399691bdb3b32a3c2557dcb2054db7593a", |
||
1458 | "shasum": "" |
||
1459 | }, |
||
1460 | "require": { |
||
1461 | "php": ">=5.3.3" |
||
1462 | }, |
||
1463 | "require-dev": { |
||
1464 | "symfony/config": "~2.2", |
||
1465 | "symfony/expression-language": "~2.4", |
||
1466 | "symfony/yaml": "~2.0" |
||
1467 | }, |
||
1468 | "suggest": { |
||
1469 | "symfony/config": "", |
||
1470 | "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", |
||
1471 | "symfony/yaml": "" |
||
1472 | }, |
||
1473 | "type": "library", |
||
1474 | "extra": { |
||
1475 | "branch-alias": { |
||
1476 | "dev-master": "2.4-dev" |
||
1477 | } |
||
1478 | }, |
||
1479 | "autoload": { |
||
1480 | "psr-0": { |
||
1481 | "Symfony\\Component\\DependencyInjection\\": "" |
||
1482 | } |
||
1483 | }, |
||
1484 | "notification-url": "https://packagist.org/downloads/", |
||
1485 | "license": [ |
||
1486 | "MIT" |
||
1487 | ], |
||
1488 | "authors": [ |
||
1489 | { |
||
1490 | "name": "Fabien Potencier", |
||
1491 | "email": "[email protected]", |
||
1492 | "homepage": "http://fabien.potencier.org", |
||
1493 | "role": "Lead Developer" |
||
1494 | }, |
||
1495 | { |
||
1496 | "name": "Symfony Community", |
||
1497 | "homepage": "http://symfony.com/contributors" |
||
1498 | } |
||
1499 | ], |
||
1500 | "description": "Symfony DependencyInjection Component", |
||
1501 | "homepage": "http://symfony.com", |
||
1502 | "time": "2014-02-11 13:52:09" |
||
1503 | }, |
||
1504 | { |
||
1505 | "name": "symfony/dom-crawler", |
||
1506 | "version": "v2.4.2", |
||
1507 | "target-dir": "Symfony/Component/DomCrawler", |
||
1508 | "source": { |
||
1509 | "type": "git", |
||
1510 | "url": "https://github.com/symfony/DomCrawler.git", |
||
1511 | "reference": "5962504de9b36d955d88b08c1434d420627c8c01" |
||
1512 | }, |
||
1513 | "dist": { |
||
1514 | "type": "zip", |
||
1515 | "url": "https://api.github.com/repos/symfony/DomCrawler/zipball/5962504de9b36d955d88b08c1434d420627c8c01", |
||
1516 | "reference": "5962504de9b36d955d88b08c1434d420627c8c01", |
||
1517 | "shasum": "" |
||
1518 | }, |
||
1519 | "require": { |
||
1520 | "php": ">=5.3.3" |
||
1521 | }, |
||
1522 | "require-dev": { |
||
1523 | "symfony/css-selector": "~2.0" |
||
1524 | }, |
||
1525 | "suggest": { |
||
1526 | "symfony/css-selector": "" |
||
1527 | }, |
||
1528 | "type": "library", |
||
1529 | "extra": { |
||
1530 | "branch-alias": { |
||
1531 | "dev-master": "2.4-dev" |
||
1532 | } |
||
1533 | }, |
||
1534 | "autoload": { |
||
1535 | "psr-0": { |
||
1536 | "Symfony\\Component\\DomCrawler\\": "" |
||
1537 | } |
||
1538 | }, |
||
1539 | "notification-url": "https://packagist.org/downloads/", |
||
1540 | "license": [ |
||
1541 | "MIT" |
||
1542 | ], |
||
1543 | "authors": [ |
||
1544 | { |
||
1545 | "name": "Fabien Potencier", |
||
1546 | "email": "[email protected]", |
||
1547 | "homepage": "http://fabien.potencier.org", |
||
1548 | "role": "Lead Developer" |
||
1549 | }, |
||
1550 | { |
||
1551 | "name": "Symfony Community", |
||
1552 | "homepage": "http://symfony.com/contributors" |
||
1553 | } |
||
1554 | ], |
||
1555 | "description": "Symfony DomCrawler Component", |
||
1556 | "homepage": "http://symfony.com", |
||
1557 | "time": "2014-02-11 13:52:09" |
||
1558 | }, |
||
1559 | { |
||
1560 | "name": "symfony/event-dispatcher", |
||
1561 | "version": "v2.4.2", |
||
1562 | "target-dir": "Symfony/Component/EventDispatcher", |
||
1563 | "source": { |
||
1564 | "type": "git", |
||
1565 | "url": "https://github.com/symfony/EventDispatcher.git", |
||
1566 | "reference": "4708b8cd41984a5ba29fe7dd40716f7f761ac501" |
||
1567 | }, |
||
1568 | "dist": { |
||
1569 | "type": "zip", |
||
1570 | "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/4708b8cd41984a5ba29fe7dd40716f7f761ac501", |
||
1571 | "reference": "4708b8cd41984a5ba29fe7dd40716f7f761ac501", |
||
1572 | "shasum": "" |
||
1573 | }, |
||
1574 | "require": { |
||
1575 | "php": ">=5.3.3" |
||
1576 | }, |
||
1577 | "require-dev": { |
||
1578 | "symfony/dependency-injection": "~2.0" |
||
1579 | }, |
||
1580 | "suggest": { |
||
1581 | "symfony/dependency-injection": "", |
||
1582 | "symfony/http-kernel": "" |
||
1583 | }, |
||
1584 | "type": "library", |
||
1585 | "extra": { |
||
1586 | "branch-alias": { |
||
1587 | "dev-master": "2.4-dev" |
||
1588 | } |
||
1589 | }, |
||
1590 | "autoload": { |
||
1591 | "psr-0": { |
||
1592 | "Symfony\\Component\\EventDispatcher\\": "" |
||
1593 | } |
||
1594 | }, |
||
1595 | "notification-url": "https://packagist.org/downloads/", |
||
1596 | "license": [ |
||
1597 | "MIT" |
||
1598 | ], |
||
1599 | "authors": [ |
||
1600 | { |
||
1601 | "name": "Fabien Potencier", |
||
1602 | "email": "[email protected]", |
||
1603 | "homepage": "http://fabien.potencier.org", |
||
1604 | "role": "Lead Developer" |
||
1605 | }, |
||
1606 | { |
||
1607 | "name": "Symfony Community", |
||
1608 | "homepage": "http://symfony.com/contributors" |
||
1609 | } |
||
1610 | ], |
||
1611 | "description": "Symfony EventDispatcher Component", |
||
1612 | "homepage": "http://symfony.com", |
||
1613 | "time": "2014-02-11 13:52:09" |
||
1614 | }, |
||
1615 | { |
||
1616 | "name": "symfony/filesystem", |
||
1617 | "version": "v2.4.2", |
||
1618 | "target-dir": "Symfony/Component/Filesystem", |
||
1619 | "source": { |
||
1620 | "type": "git", |
||
1621 | "url": "https://github.com/symfony/Filesystem.git", |
||
1622 | "reference": "7e65abb06d3b38f4be89266fe3fb4a759544e713" |
||
1623 | }, |
||
1624 | "dist": { |
||
1625 | "type": "zip", |
||
1626 | "url": "https://api.github.com/repos/symfony/Filesystem/zipball/7e65abb06d3b38f4be89266fe3fb4a759544e713", |
||
1627 | "reference": "7e65abb06d3b38f4be89266fe3fb4a759544e713", |
||
1628 | "shasum": "" |
||
1629 | }, |
||
1630 | "require": { |
||
1631 | "php": ">=5.3.3" |
||
1632 | }, |
||
1633 | "type": "library", |
||
1634 | "extra": { |
||
1635 | "branch-alias": { |
||
1636 | "dev-master": "2.4-dev" |
||
1637 | } |
||
1638 | }, |
||
1639 | "autoload": { |
||
1640 | "psr-0": { |
||
1641 | "Symfony\\Component\\Filesystem\\": "" |
||
1642 | } |
||
1643 | }, |
||
1644 | "notification-url": "https://packagist.org/downloads/", |
||
1645 | "license": [ |
||
1646 | "MIT" |
||
1647 | ], |
||
1648 | "authors": [ |
||
1649 | { |
||
1650 | "name": "Fabien Potencier", |
||
1651 | "email": "[email protected]", |
||
1652 | "homepage": "http://fabien.potencier.org", |
||
1653 | "role": "Lead Developer" |
||
1654 | }, |
||
1655 | { |
||
1656 | "name": "Symfony Community", |
||
1657 | "homepage": "http://symfony.com/contributors" |
||
1658 | } |
||
1659 | ], |
||
1660 | "description": "Symfony Filesystem Component", |
||
1661 | "homepage": "http://symfony.com", |
||
1662 | "time": "2014-01-07 13:28:54" |
||
1663 | }, |
||
1664 | { |
||
1665 | "name": "symfony/finder", |
||
1666 | "version": "v2.4.2", |
||
1667 | "target-dir": "Symfony/Component/Finder", |
||
1668 | "source": { |
||
1669 | "type": "git", |
||
1670 | "url": "https://github.com/symfony/Finder.git", |
||
1671 | "reference": "b6735d1fc16da13c4c7dddfe78366a4a098cf011" |
||
1672 | }, |
||
1673 | "dist": { |
||
1674 | "type": "zip", |
||
1675 | "url": "https://api.github.com/repos/symfony/Finder/zipball/b6735d1fc16da13c4c7dddfe78366a4a098cf011", |
||
1676 | "reference": "b6735d1fc16da13c4c7dddfe78366a4a098cf011", |
||
1677 | "shasum": "" |
||
1678 | }, |
||
1679 | "require": { |
||
1680 | "php": ">=5.3.3" |
||
1681 | }, |
||
1682 | "type": "library", |
||
1683 | "extra": { |
||
1684 | "branch-alias": { |
||
1685 | "dev-master": "2.4-dev" |
||
1686 | } |
||
1687 | }, |
||
1688 | "autoload": { |
||
1689 | "psr-0": { |
||
1690 | "Symfony\\Component\\Finder\\": "" |
||
1691 | } |
||
1692 | }, |
||
1693 | "notification-url": "https://packagist.org/downloads/", |
||
1694 | "license": [ |
||
1695 | "MIT" |
||
1696 | ], |
||
1697 | "authors": [ |
||
1698 | { |
||
1699 | "name": "Fabien Potencier", |
||
1700 | "email": "[email protected]", |
||
1701 | "homepage": "http://fabien.potencier.org", |
||
1702 | "role": "Lead Developer" |
||
1703 | }, |
||
1704 | { |
||
1705 | "name": "Symfony Community", |
||
1706 | "homepage": "http://symfony.com/contributors" |
||
1707 | } |
||
1708 | ], |
||
1709 | "description": "Symfony Finder Component", |
||
1710 | "homepage": "http://symfony.com", |
||
1711 | "time": "2014-01-07 13:28:54" |
||
1712 | }, |
||
1713 | { |
||
1714 | "name": "symfony/process", |
||
1715 | "version": "v2.4.2", |
||
1716 | "target-dir": "Symfony/Component/Process", |
||
1717 | "source": { |
||
1718 | "type": "git", |
||
1719 | "url": "https://github.com/symfony/Process.git", |
||
1720 | "reference": "c175448bac997556f8ab972908a4e14c7291fb03" |
||
1721 | }, |
||
1722 | "dist": { |
||
1723 | "type": "zip", |
||
1724 | "url": "https://api.github.com/repos/symfony/Process/zipball/c175448bac997556f8ab972908a4e14c7291fb03", |
||
1725 | "reference": "c175448bac997556f8ab972908a4e14c7291fb03", |
||
1726 | "shasum": "" |
||
1727 | }, |
||
1728 | "require": { |
||
1729 | "php": ">=5.3.3" |
||
1730 | }, |
||
1731 | "type": "library", |
||
1732 | "extra": { |
||
1733 | "branch-alias": { |
||
1734 | "dev-master": "2.4-dev" |
||
1735 | } |
||
1736 | }, |
||
1737 | "autoload": { |
||
1738 | "psr-0": { |
||
1739 | "Symfony\\Component\\Process\\": "" |
||
1740 | } |
||
1741 | }, |
||
1742 | "notification-url": "https://packagist.org/downloads/", |
||
1743 | "license": [ |
||
1744 | "MIT" |
||
1745 | ], |
||
1746 | "authors": [ |
||
1747 | { |
||
1748 | "name": "Fabien Potencier", |
||
1749 | "email": "[email protected]", |
||
1750 | "homepage": "http://fabien.potencier.org", |
||
1751 | "role": "Lead Developer" |
||
1752 | }, |
||
1753 | { |
||
1754 | "name": "Symfony Community", |
||
1755 | "homepage": "http://symfony.com/contributors" |
||
1756 | } |
||
1757 | ], |
||
1758 | "description": "Symfony Process Component", |
||
1759 | "homepage": "http://symfony.com", |
||
1760 | "time": "2014-02-11 13:52:09" |
||
1761 | }, |
||
1762 | { |
||
1763 | "name": "symfony/yaml", |
||
1764 | "version": "v2.4.2", |
||
1765 | "target-dir": "Symfony/Component/Yaml", |
||
1766 | "source": { |
||
1767 | "type": "git", |
||
1768 | "url": "https://github.com/symfony/Yaml.git", |
||
1769 | "reference": "bb6ddaf8956139d1b8c360b4b713ed0138e876b3" |
||
1770 | }, |
||
1771 | "dist": { |
||
1772 | "type": "zip", |
||
1773 | "url": "https://api.github.com/repos/symfony/Yaml/zipball/bb6ddaf8956139d1b8c360b4b713ed0138e876b3", |
||
1774 | "reference": "bb6ddaf8956139d1b8c360b4b713ed0138e876b3", |
||
1775 | "shasum": "" |
||
1776 | }, |
||
1777 | "require": { |
||
1778 | "php": ">=5.3.3" |
||
1779 | }, |
||
1780 | "type": "library", |
||
1781 | "extra": { |
||
1782 | "branch-alias": { |
||
1783 | "dev-master": "2.4-dev" |
||
1784 | } |
||
1785 | }, |
||
1786 | "autoload": { |
||
1787 | "psr-0": { |
||
1788 | "Symfony\\Component\\Yaml\\": "" |
||
1789 | } |
||
1790 | }, |
||
1791 | "notification-url": "https://packagist.org/downloads/", |
||
1792 | "license": [ |
||
1793 | "MIT" |
||
1794 | ], |
||
1795 | "authors": [ |
||
1796 | { |
||
1797 | "name": "Fabien Potencier", |
||
1798 | "email": "[email protected]", |
||
1799 | "homepage": "http://fabien.potencier.org", |
||
1800 | "role": "Lead Developer" |
||
1801 | }, |
||
1802 | { |
||
1803 | "name": "Symfony Community", |
||
1804 | "homepage": "http://symfony.com/contributors" |
||
1805 | } |
||
1806 | ], |
||
1807 | "description": "Symfony Yaml Component", |
||
1808 | "homepage": "http://symfony.com", |
||
1809 | "time": "2014-01-07 13:28:54" |
||
1810 | } |
||
1811 | ], |
||
1812 | "packages-dev": [ |
||
1813 | |||
1814 | ], |
||
1815 | "aliases": [ |
||
1816 | |||
1817 | ], |
||
1818 | "minimum-stability": "stable", |
||
1819 | "stability-flags": [ |
||
1820 | |||
1821 | ], |
||
1822 | "platform": { |
||
1823 | "php": ">=5.3.3" |
||
1824 | }, |
||
1825 | "platform-dev": [ |
||
1826 | |||
1827 | ] |
||
1828 | } |
||
1829 |