]> git.immae.eu Git - github/wallabag/wallabag.git/blob - composer.lock
6330c20809a74e8d3b90b2d0a36418601edb7c9a
[github/wallabag/wallabag.git] / composer.lock
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": "08260f805c98144283fb3e8d560661cc",
8 "packages": [
9 {
10 "name": "doctrine/instantiator",
11 "version": "1.0.4",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/doctrine/instantiator.git",
15 "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f976e5de371104877ebc89bd8fecb0019ed9c119",
20 "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119",
21 "shasum": ""
22 },
23 "require": {
24 "php": ">=5.3,<8.0-DEV"
25 },
26 "require-dev": {
27 "athletic/athletic": "~0.1.8",
28 "ext-pdo": "*",
29 "ext-phar": "*",
30 "phpunit/phpunit": "~4.0",
31 "squizlabs/php_codesniffer": "2.0.*@ALPHA"
32 },
33 "type": "library",
34 "extra": {
35 "branch-alias": {
36 "dev-master": "1.0.x-dev"
37 }
38 },
39 "autoload": {
40 "psr-0": {
41 "Doctrine\\Instantiator\\": "src"
42 }
43 },
44 "notification-url": "https://packagist.org/downloads/",
45 "license": [
46 "MIT"
47 ],
48 "authors": [
49 {
50 "name": "Marco Pivetta",
51 "email": "ocramius@gmail.com",
52 "homepage": "http://ocramius.github.com/"
53 }
54 ],
55 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
56 "homepage": "https://github.com/doctrine/instantiator",
57 "keywords": [
58 "constructor",
59 "instantiate"
60 ],
61 "time": "2014-10-13 12:58:55"
62 },
63 {
64 "name": "ezyang/htmlpurifier",
65 "version": "dev-master",
66 "source": {
67 "type": "git",
68 "url": "https://github.com/ezyang/htmlpurifier.git",
69 "reference": "0c3e68dd0357321b5a5818c3aa832b1cc24a4b1f"
70 },
71 "dist": {
72 "type": "zip",
73 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/0c3e68dd0357321b5a5818c3aa832b1cc24a4b1f",
74 "reference": "0c3e68dd0357321b5a5818c3aa832b1cc24a4b1f",
75 "shasum": ""
76 },
77 "require": {
78 "php": ">=5.2"
79 },
80 "type": "library",
81 "autoload": {
82 "psr-0": {
83 "HTMLPurifier": "library/"
84 },
85 "files": [
86 "library/HTMLPurifier.composer.php"
87 ]
88 },
89 "notification-url": "https://packagist.org/downloads/",
90 "license": [
91 "LGPL"
92 ],
93 "authors": [
94 {
95 "name": "Edward Z. Yang",
96 "email": "admin@htmlpurifier.org",
97 "homepage": "http://ezyang.com"
98 }
99 ],
100 "description": "Standards compliant HTML filter written in PHP",
101 "homepage": "http://htmlpurifier.org/",
102 "keywords": [
103 "html"
104 ],
105 "time": "2014-12-09 02:30:54"
106 },
107 {
108 "name": "fabpot/goutte",
109 "version": "dev-master",
110 "source": {
111 "type": "git",
112 "url": "https://github.com/FriendsOfPHP/Goutte.git",
113 "reference": "65ab61eae03d670b93a9044ad2328eb81aa1bde5"
114 },
115 "dist": {
116 "type": "zip",
117 "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/65ab61eae03d670b93a9044ad2328eb81aa1bde5",
118 "reference": "65ab61eae03d670b93a9044ad2328eb81aa1bde5",
119 "shasum": ""
120 },
121 "require": {
122 "guzzlehttp/guzzle": ">=4,<6",
123 "php": ">=5.4.0",
124 "symfony/browser-kit": "~2.1",
125 "symfony/css-selector": "~2.1",
126 "symfony/dom-crawler": "~2.1"
127 },
128 "type": "application",
129 "extra": {
130 "branch-alias": {
131 "dev-master": "2.0-dev"
132 }
133 },
134 "autoload": {
135 "psr-4": {
136 "Goutte\\": "Goutte"
137 }
138 },
139 "notification-url": "https://packagist.org/downloads/",
140 "license": [
141 "MIT"
142 ],
143 "authors": [
144 {
145 "name": "Fabien Potencier",
146 "email": "fabien@symfony.com"
147 }
148 ],
149 "description": "A simple PHP Web Scraper",
150 "homepage": "https://github.com/FriendsOfPHP/Goutte",
151 "keywords": [
152 "scraper"
153 ],
154 "time": "2014-11-28 09:48:17"
155 },
156 {
157 "name": "guzzlehttp/guzzle",
158 "version": "5.1.0",
159 "source": {
160 "type": "git",
161 "url": "https://github.com/guzzle/guzzle.git",
162 "reference": "f1085bb4e023766a66b7b051914ec73bdf7202b5"
163 },
164 "dist": {
165 "type": "zip",
166 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f1085bb4e023766a66b7b051914ec73bdf7202b5",
167 "reference": "f1085bb4e023766a66b7b051914ec73bdf7202b5",
168 "shasum": ""
169 },
170 "require": {
171 "guzzlehttp/ringphp": "~1.0",
172 "php": ">=5.4.0"
173 },
174 "require-dev": {
175 "ext-curl": "*",
176 "phpunit/phpunit": "~4.0",
177 "psr/log": "~1.0"
178 },
179 "type": "library",
180 "extra": {
181 "branch-alias": {
182 "dev-master": "5.0-dev"
183 }
184 },
185 "autoload": {
186 "psr-4": {
187 "GuzzleHttp\\": "src/"
188 }
189 },
190 "notification-url": "https://packagist.org/downloads/",
191 "license": [
192 "MIT"
193 ],
194 "authors": [
195 {
196 "name": "Michael Dowling",
197 "email": "mtdowling@gmail.com",
198 "homepage": "https://github.com/mtdowling"
199 }
200 ],
201 "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
202 "homepage": "http://guzzlephp.org/",
203 "keywords": [
204 "client",
205 "curl",
206 "framework",
207 "http",
208 "http client",
209 "rest",
210 "web service"
211 ],
212 "time": "2014-12-19 20:27:15"
213 },
214 {
215 "name": "guzzlehttp/ringphp",
216 "version": "1.0.5",
217 "source": {
218 "type": "git",
219 "url": "https://github.com/guzzle/RingPHP.git",
220 "reference": "a903f51b692427318bc813217c0e6505287e79a4"
221 },
222 "dist": {
223 "type": "zip",
224 "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/a903f51b692427318bc813217c0e6505287e79a4",
225 "reference": "a903f51b692427318bc813217c0e6505287e79a4",
226 "shasum": ""
227 },
228 "require": {
229 "guzzlehttp/streams": "~3.0",
230 "php": ">=5.4.0",
231 "react/promise": "~2.0"
232 },
233 "require-dev": {
234 "ext-curl": "*",
235 "phpunit/phpunit": "~4.0"
236 },
237 "suggest": {
238 "ext-curl": "Guzzle will use specific adapters if cURL is present"
239 },
240 "type": "library",
241 "extra": {
242 "branch-alias": {
243 "dev-master": "1.0-dev"
244 }
245 },
246 "autoload": {
247 "psr-4": {
248 "GuzzleHttp\\Ring\\": "src/"
249 }
250 },
251 "notification-url": "https://packagist.org/downloads/",
252 "license": [
253 "MIT"
254 ],
255 "authors": [
256 {
257 "name": "Michael Dowling",
258 "email": "mtdowling@gmail.com",
259 "homepage": "https://github.com/mtdowling"
260 }
261 ],
262 "time": "2014-12-11 05:50:32"
263 },
264 {
265 "name": "guzzlehttp/streams",
266 "version": "3.0.0",
267 "source": {
268 "type": "git",
269 "url": "https://github.com/guzzle/streams.git",
270 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
271 },
272 "dist": {
273 "type": "zip",
274 "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
275 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
276 "shasum": ""
277 },
278 "require": {
279 "php": ">=5.4.0"
280 },
281 "require-dev": {
282 "phpunit/phpunit": "~4.0"
283 },
284 "type": "library",
285 "extra": {
286 "branch-alias": {
287 "dev-master": "3.0-dev"
288 }
289 },
290 "autoload": {
291 "psr-4": {
292 "GuzzleHttp\\Stream\\": "src/"
293 }
294 },
295 "notification-url": "https://packagist.org/downloads/",
296 "license": [
297 "MIT"
298 ],
299 "authors": [
300 {
301 "name": "Michael Dowling",
302 "email": "mtdowling@gmail.com",
303 "homepage": "https://github.com/mtdowling"
304 }
305 ],
306 "description": "Provides a simple abstraction over streams of data",
307 "homepage": "http://guzzlephp.org/",
308 "keywords": [
309 "Guzzle",
310 "stream"
311 ],
312 "time": "2014-10-12 19:18:40"
313 },
314 {
315 "name": "mgargano/simplehtmldom",
316 "version": "dev-master",
317 "source": {
318 "type": "git",
319 "url": "https://github.com/matstars/simplehtmldom.git",
320 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be"
321 },
322 "dist": {
323 "type": "zip",
324 "url": "https://api.github.com/repos/matstars/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
325 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
326 "shasum": ""
327 },
328 "require": {
329 "php": ">=5.3.0"
330 },
331 "type": "library",
332 "autoload": {
333 "psr-0": {
334 "SimpleHtmlDom": "src/"
335 },
336 "files": [
337 "src/simple_html_dom.php"
338 ]
339 },
340 "notification-url": "https://packagist.org/downloads/",
341 "license": [
342 "The MIT License"
343 ],
344 "authors": [
345 {
346 "name": "S.C. Chen",
347 "email": "me578022@gmail.com",
348 "homepage": "http://simplehtmldom.sourceforge.net/",
349 "role": "Lead Developer"
350 }
351 ],
352 "description": "Composer package that gives you access to and (unlike all the others at this time) autoloads S.C. Chen's PHP Simple HTML DOM Parser Library",
353 "homepage": "http://simplehtmldom.sourceforge.net/",
354 "keywords": [
355 "Simple",
356 "dom",
357 "html"
358 ],
359 "time": "2014-01-05 18:17:34"
360 },
361 {
362 "name": "phpunit/php-code-coverage",
363 "version": "2.0.14",
364 "source": {
365 "type": "git",
366 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
367 "reference": "ca158276c1200cc27f5409a5e338486bc0b4fc94"
368 },
369 "dist": {
370 "type": "zip",
371 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ca158276c1200cc27f5409a5e338486bc0b4fc94",
372 "reference": "ca158276c1200cc27f5409a5e338486bc0b4fc94",
373 "shasum": ""
374 },
375 "require": {
376 "php": ">=5.3.3",
377 "phpunit/php-file-iterator": "~1.3",
378 "phpunit/php-text-template": "~1.2",
379 "phpunit/php-token-stream": "~1.3",
380 "sebastian/environment": "~1.0",
381 "sebastian/version": "~1.0"
382 },
383 "require-dev": {
384 "ext-xdebug": ">=2.1.4",
385 "phpunit/phpunit": "~4.1"
386 },
387 "suggest": {
388 "ext-dom": "*",
389 "ext-xdebug": ">=2.2.1",
390 "ext-xmlwriter": "*"
391 },
392 "type": "library",
393 "extra": {
394 "branch-alias": {
395 "dev-master": "2.0.x-dev"
396 }
397 },
398 "autoload": {
399 "classmap": [
400 "src/"
401 ]
402 },
403 "notification-url": "https://packagist.org/downloads/",
404 "include-path": [
405 ""
406 ],
407 "license": [
408 "BSD-3-Clause"
409 ],
410 "authors": [
411 {
412 "name": "Sebastian Bergmann",
413 "email": "sb@sebastian-bergmann.de",
414 "role": "lead"
415 }
416 ],
417 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
418 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
419 "keywords": [
420 "coverage",
421 "testing",
422 "xunit"
423 ],
424 "time": "2014-12-26 13:28:33"
425 },
426 {
427 "name": "phpunit/php-file-iterator",
428 "version": "1.3.4",
429 "source": {
430 "type": "git",
431 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
432 "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
433 },
434 "dist": {
435 "type": "zip",
436 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
437 "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
438 "shasum": ""
439 },
440 "require": {
441 "php": ">=5.3.3"
442 },
443 "type": "library",
444 "autoload": {
445 "classmap": [
446 "File/"
447 ]
448 },
449 "notification-url": "https://packagist.org/downloads/",
450 "include-path": [
451 ""
452 ],
453 "license": [
454 "BSD-3-Clause"
455 ],
456 "authors": [
457 {
458 "name": "Sebastian Bergmann",
459 "email": "sb@sebastian-bergmann.de",
460 "role": "lead"
461 }
462 ],
463 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
464 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
465 "keywords": [
466 "filesystem",
467 "iterator"
468 ],
469 "time": "2013-10-10 15:34:57"
470 },
471 {
472 "name": "phpunit/php-text-template",
473 "version": "1.2.0",
474 "source": {
475 "type": "git",
476 "url": "https://github.com/sebastianbergmann/php-text-template.git",
477 "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
478 },
479 "dist": {
480 "type": "zip",
481 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
482 "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
483 "shasum": ""
484 },
485 "require": {
486 "php": ">=5.3.3"
487 },
488 "type": "library",
489 "autoload": {
490 "classmap": [
491 "Text/"
492 ]
493 },
494 "notification-url": "https://packagist.org/downloads/",
495 "include-path": [
496 ""
497 ],
498 "license": [
499 "BSD-3-Clause"
500 ],
501 "authors": [
502 {
503 "name": "Sebastian Bergmann",
504 "email": "sb@sebastian-bergmann.de",
505 "role": "lead"
506 }
507 ],
508 "description": "Simple template engine.",
509 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
510 "keywords": [
511 "template"
512 ],
513 "time": "2014-01-30 17:20:04"
514 },
515 {
516 "name": "phpunit/php-timer",
517 "version": "1.0.5",
518 "source": {
519 "type": "git",
520 "url": "https://github.com/sebastianbergmann/php-timer.git",
521 "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
522 },
523 "dist": {
524 "type": "zip",
525 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
526 "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
527 "shasum": ""
528 },
529 "require": {
530 "php": ">=5.3.3"
531 },
532 "type": "library",
533 "autoload": {
534 "classmap": [
535 "PHP/"
536 ]
537 },
538 "notification-url": "https://packagist.org/downloads/",
539 "include-path": [
540 ""
541 ],
542 "license": [
543 "BSD-3-Clause"
544 ],
545 "authors": [
546 {
547 "name": "Sebastian Bergmann",
548 "email": "sb@sebastian-bergmann.de",
549 "role": "lead"
550 }
551 ],
552 "description": "Utility class for timing",
553 "homepage": "https://github.com/sebastianbergmann/php-timer/",
554 "keywords": [
555 "timer"
556 ],
557 "time": "2013-08-02 07:42:54"
558 },
559 {
560 "name": "phpunit/php-token-stream",
561 "version": "1.4.0",
562 "source": {
563 "type": "git",
564 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
565 "reference": "db32c18eba00b121c145575fcbcd4d4d24e6db74"
566 },
567 "dist": {
568 "type": "zip",
569 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/db32c18eba00b121c145575fcbcd4d4d24e6db74",
570 "reference": "db32c18eba00b121c145575fcbcd4d4d24e6db74",
571 "shasum": ""
572 },
573 "require": {
574 "ext-tokenizer": "*",
575 "php": ">=5.3.3"
576 },
577 "require-dev": {
578 "phpunit/phpunit": "~4.2"
579 },
580 "type": "library",
581 "extra": {
582 "branch-alias": {
583 "dev-master": "1.4-dev"
584 }
585 },
586 "autoload": {
587 "classmap": [
588 "src/"
589 ]
590 },
591 "notification-url": "https://packagist.org/downloads/",
592 "license": [
593 "BSD-3-Clause"
594 ],
595 "authors": [
596 {
597 "name": "Sebastian Bergmann",
598 "email": "sebastian@phpunit.de"
599 }
600 ],
601 "description": "Wrapper around PHP's tokenizer extension.",
602 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
603 "keywords": [
604 "tokenizer"
605 ],
606 "time": "2015-01-17 09:51:32"
607 },
608 {
609 "name": "phpunit/phpunit",
610 "version": "4.4.2",
611 "source": {
612 "type": "git",
613 "url": "https://github.com/sebastianbergmann/phpunit.git",
614 "reference": "e90575c2bb86290d57a262862dab1da125431576"
615 },
616 "dist": {
617 "type": "zip",
618 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e90575c2bb86290d57a262862dab1da125431576",
619 "reference": "e90575c2bb86290d57a262862dab1da125431576",
620 "shasum": ""
621 },
622 "require": {
623 "ext-dom": "*",
624 "ext-json": "*",
625 "ext-pcre": "*",
626 "ext-reflection": "*",
627 "ext-spl": "*",
628 "php": ">=5.3.3",
629 "phpunit/php-code-coverage": "~2.0",
630 "phpunit/php-file-iterator": "~1.3.2",
631 "phpunit/php-text-template": "~1.2",
632 "phpunit/php-timer": "~1.0.2",
633 "phpunit/phpunit-mock-objects": "~2.3",
634 "sebastian/comparator": "~1.0",
635 "sebastian/diff": "~1.1",
636 "sebastian/environment": "~1.1",
637 "sebastian/exporter": "~1.0",
638 "sebastian/global-state": "~1.0",
639 "sebastian/version": "~1.0",
640 "symfony/yaml": "~2.0"
641 },
642 "suggest": {
643 "phpunit/php-invoker": "~1.1"
644 },
645 "bin": [
646 "phpunit"
647 ],
648 "type": "library",
649 "extra": {
650 "branch-alias": {
651 "dev-master": "4.4.x-dev"
652 }
653 },
654 "autoload": {
655 "classmap": [
656 "src/"
657 ]
658 },
659 "notification-url": "https://packagist.org/downloads/",
660 "license": [
661 "BSD-3-Clause"
662 ],
663 "authors": [
664 {
665 "name": "Sebastian Bergmann",
666 "email": "sebastian@phpunit.de",
667 "role": "lead"
668 }
669 ],
670 "description": "The PHP Unit Testing framework.",
671 "homepage": "https://phpunit.de/",
672 "keywords": [
673 "phpunit",
674 "testing",
675 "xunit"
676 ],
677 "time": "2015-01-17 11:24:41"
678 },
679 {
680 "name": "phpunit/phpunit-mock-objects",
681 "version": "2.3.0",
682 "source": {
683 "type": "git",
684 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
685 "reference": "c63d2367247365f688544f0d500af90a11a44c65"
686 },
687 "dist": {
688 "type": "zip",
689 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/c63d2367247365f688544f0d500af90a11a44c65",
690 "reference": "c63d2367247365f688544f0d500af90a11a44c65",
691 "shasum": ""
692 },
693 "require": {
694 "doctrine/instantiator": "~1.0,>=1.0.1",
695 "php": ">=5.3.3",
696 "phpunit/php-text-template": "~1.2"
697 },
698 "require-dev": {
699 "phpunit/phpunit": "~4.3"
700 },
701 "suggest": {
702 "ext-soap": "*"
703 },
704 "type": "library",
705 "extra": {
706 "branch-alias": {
707 "dev-master": "2.3.x-dev"
708 }
709 },
710 "autoload": {
711 "classmap": [
712 "src/"
713 ]
714 },
715 "notification-url": "https://packagist.org/downloads/",
716 "license": [
717 "BSD-3-Clause"
718 ],
719 "authors": [
720 {
721 "name": "Sebastian Bergmann",
722 "email": "sb@sebastian-bergmann.de",
723 "role": "lead"
724 }
725 ],
726 "description": "Mock Object library for PHPUnit",
727 "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
728 "keywords": [
729 "mock",
730 "xunit"
731 ],
732 "time": "2014-10-03 05:12:11"
733 },
734 {
735 "name": "react/promise",
736 "version": "v2.2.0",
737 "source": {
738 "type": "git",
739 "url": "https://github.com/reactphp/promise.git",
740 "reference": "365fcee430dfa4ace1fbc75737ca60ceea7eeeef"
741 },
742 "dist": {
743 "type": "zip",
744 "url": "https://api.github.com/repos/reactphp/promise/zipball/365fcee430dfa4ace1fbc75737ca60ceea7eeeef",
745 "reference": "365fcee430dfa4ace1fbc75737ca60ceea7eeeef",
746 "shasum": ""
747 },
748 "require": {
749 "php": ">=5.4.0"
750 },
751 "type": "library",
752 "extra": {
753 "branch-alias": {
754 "dev-master": "2.0-dev"
755 }
756 },
757 "autoload": {
758 "psr-4": {
759 "React\\Promise\\": "src/"
760 },
761 "files": [
762 "src/functions_include.php"
763 ]
764 },
765 "notification-url": "https://packagist.org/downloads/",
766 "license": [
767 "MIT"
768 ],
769 "authors": [
770 {
771 "name": "Jan Sorgalla",
772 "email": "jsorgalla@googlemail.com"
773 }
774 ],
775 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
776 "time": "2014-12-30 13:32:42"
777 },
778 {
779 "name": "sebastian/comparator",
780 "version": "1.1.0",
781 "source": {
782 "type": "git",
783 "url": "https://github.com/sebastianbergmann/comparator.git",
784 "reference": "c484a80f97573ab934e37826dba0135a3301b26a"
785 },
786 "dist": {
787 "type": "zip",
788 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/c484a80f97573ab934e37826dba0135a3301b26a",
789 "reference": "c484a80f97573ab934e37826dba0135a3301b26a",
790 "shasum": ""
791 },
792 "require": {
793 "php": ">=5.3.3",
794 "sebastian/diff": "~1.1",
795 "sebastian/exporter": "~1.0"
796 },
797 "require-dev": {
798 "phpunit/phpunit": "~4.1"
799 },
800 "type": "library",
801 "extra": {
802 "branch-alias": {
803 "dev-master": "1.1.x-dev"
804 }
805 },
806 "autoload": {
807 "classmap": [
808 "src/"
809 ]
810 },
811 "notification-url": "https://packagist.org/downloads/",
812 "license": [
813 "BSD-3-Clause"
814 ],
815 "authors": [
816 {
817 "name": "Jeff Welch",
818 "email": "whatthejeff@gmail.com"
819 },
820 {
821 "name": "Volker Dusch",
822 "email": "github@wallbash.com"
823 },
824 {
825 "name": "Bernhard Schussek",
826 "email": "bschussek@2bepublished.at"
827 },
828 {
829 "name": "Sebastian Bergmann",
830 "email": "sebastian@phpunit.de"
831 }
832 ],
833 "description": "Provides the functionality to compare PHP values for equality",
834 "homepage": "http://www.github.com/sebastianbergmann/comparator",
835 "keywords": [
836 "comparator",
837 "compare",
838 "equality"
839 ],
840 "time": "2014-11-16 21:32:38"
841 },
842 {
843 "name": "sebastian/diff",
844 "version": "1.2.0",
845 "source": {
846 "type": "git",
847 "url": "https://github.com/sebastianbergmann/diff.git",
848 "reference": "5843509fed39dee4b356a306401e9dd1a931fec7"
849 },
850 "dist": {
851 "type": "zip",
852 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/5843509fed39dee4b356a306401e9dd1a931fec7",
853 "reference": "5843509fed39dee4b356a306401e9dd1a931fec7",
854 "shasum": ""
855 },
856 "require": {
857 "php": ">=5.3.3"
858 },
859 "require-dev": {
860 "phpunit/phpunit": "~4.2"
861 },
862 "type": "library",
863 "extra": {
864 "branch-alias": {
865 "dev-master": "1.2-dev"
866 }
867 },
868 "autoload": {
869 "classmap": [
870 "src/"
871 ]
872 },
873 "notification-url": "https://packagist.org/downloads/",
874 "license": [
875 "BSD-3-Clause"
876 ],
877 "authors": [
878 {
879 "name": "Kore Nordmann",
880 "email": "mail@kore-nordmann.de"
881 },
882 {
883 "name": "Sebastian Bergmann",
884 "email": "sebastian@phpunit.de"
885 }
886 ],
887 "description": "Diff implementation",
888 "homepage": "http://www.github.com/sebastianbergmann/diff",
889 "keywords": [
890 "diff"
891 ],
892 "time": "2014-08-15 10:29:00"
893 },
894 {
895 "name": "sebastian/environment",
896 "version": "1.2.1",
897 "source": {
898 "type": "git",
899 "url": "https://github.com/sebastianbergmann/environment.git",
900 "reference": "6e6c71d918088c251b181ba8b3088af4ac336dd7"
901 },
902 "dist": {
903 "type": "zip",
904 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e6c71d918088c251b181ba8b3088af4ac336dd7",
905 "reference": "6e6c71d918088c251b181ba8b3088af4ac336dd7",
906 "shasum": ""
907 },
908 "require": {
909 "php": ">=5.3.3"
910 },
911 "require-dev": {
912 "phpunit/phpunit": "~4.3"
913 },
914 "type": "library",
915 "extra": {
916 "branch-alias": {
917 "dev-master": "1.2.x-dev"
918 }
919 },
920 "autoload": {
921 "classmap": [
922 "src/"
923 ]
924 },
925 "notification-url": "https://packagist.org/downloads/",
926 "license": [
927 "BSD-3-Clause"
928 ],
929 "authors": [
930 {
931 "name": "Sebastian Bergmann",
932 "email": "sebastian@phpunit.de"
933 }
934 ],
935 "description": "Provides functionality to handle HHVM/PHP environments",
936 "homepage": "http://www.github.com/sebastianbergmann/environment",
937 "keywords": [
938 "Xdebug",
939 "environment",
940 "hhvm"
941 ],
942 "time": "2014-10-25 08:00:45"
943 },
944 {
945 "name": "sebastian/exporter",
946 "version": "1.0.2",
947 "source": {
948 "type": "git",
949 "url": "https://github.com/sebastianbergmann/exporter.git",
950 "reference": "c7d59948d6e82818e1bdff7cadb6c34710eb7dc0"
951 },
952 "dist": {
953 "type": "zip",
954 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/c7d59948d6e82818e1bdff7cadb6c34710eb7dc0",
955 "reference": "c7d59948d6e82818e1bdff7cadb6c34710eb7dc0",
956 "shasum": ""
957 },
958 "require": {
959 "php": ">=5.3.3"
960 },
961 "require-dev": {
962 "phpunit/phpunit": "~4.0"
963 },
964 "type": "library",
965 "extra": {
966 "branch-alias": {
967 "dev-master": "1.0.x-dev"
968 }
969 },
970 "autoload": {
971 "classmap": [
972 "src/"
973 ]
974 },
975 "notification-url": "https://packagist.org/downloads/",
976 "license": [
977 "BSD-3-Clause"
978 ],
979 "authors": [
980 {
981 "name": "Jeff Welch",
982 "email": "whatthejeff@gmail.com"
983 },
984 {
985 "name": "Volker Dusch",
986 "email": "github@wallbash.com"
987 },
988 {
989 "name": "Bernhard Schussek",
990 "email": "bschussek@2bepublished.at"
991 },
992 {
993 "name": "Sebastian Bergmann",
994 "email": "sebastian@phpunit.de"
995 },
996 {
997 "name": "Adam Harvey",
998 "email": "aharvey@php.net"
999 }
1000 ],
1001 "description": "Provides the functionality to export PHP variables for visualization",
1002 "homepage": "http://www.github.com/sebastianbergmann/exporter",
1003 "keywords": [
1004 "export",
1005 "exporter"
1006 ],
1007 "time": "2014-09-10 00:51:36"
1008 },
1009 {
1010 "name": "sebastian/global-state",
1011 "version": "1.0.0",
1012 "source": {
1013 "type": "git",
1014 "url": "https://github.com/sebastianbergmann/global-state.git",
1015 "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
1016 },
1017 "dist": {
1018 "type": "zip",
1019 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
1020 "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
1021 "shasum": ""
1022 },
1023 "require": {
1024 "php": ">=5.3.3"
1025 },
1026 "require-dev": {
1027 "phpunit/phpunit": "~4.2"
1028 },
1029 "suggest": {
1030 "ext-uopz": "*"
1031 },
1032 "type": "library",
1033 "extra": {
1034 "branch-alias": {
1035 "dev-master": "1.0-dev"
1036 }
1037 },
1038 "autoload": {
1039 "classmap": [
1040 "src/"
1041 ]
1042 },
1043 "notification-url": "https://packagist.org/downloads/",
1044 "license": [
1045 "BSD-3-Clause"
1046 ],
1047 "authors": [
1048 {
1049 "name": "Sebastian Bergmann",
1050 "email": "sebastian@phpunit.de"
1051 }
1052 ],
1053 "description": "Snapshotting of global state",
1054 "homepage": "http://www.github.com/sebastianbergmann/global-state",
1055 "keywords": [
1056 "global state"
1057 ],
1058 "time": "2014-10-06 09:23:50"
1059 },
1060 {
1061 "name": "sebastian/version",
1062 "version": "1.0.4",
1063 "source": {
1064 "type": "git",
1065 "url": "https://github.com/sebastianbergmann/version.git",
1066 "reference": "a77d9123f8e809db3fbdea15038c27a95da4058b"
1067 },
1068 "dist": {
1069 "type": "zip",
1070 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/a77d9123f8e809db3fbdea15038c27a95da4058b",
1071 "reference": "a77d9123f8e809db3fbdea15038c27a95da4058b",
1072 "shasum": ""
1073 },
1074 "type": "library",
1075 "autoload": {
1076 "classmap": [
1077 "src/"
1078 ]
1079 },
1080 "notification-url": "https://packagist.org/downloads/",
1081 "license": [
1082 "BSD-3-Clause"
1083 ],
1084 "authors": [
1085 {
1086 "name": "Sebastian Bergmann",
1087 "email": "sebastian@phpunit.de",
1088 "role": "lead"
1089 }
1090 ],
1091 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1092 "homepage": "https://github.com/sebastianbergmann/version",
1093 "time": "2014-12-15 14:25:24"
1094 },
1095 {
1096 "name": "symfony/browser-kit",
1097 "version": "v2.6.3",
1098 "target-dir": "Symfony/Component/BrowserKit",
1099 "source": {
1100 "type": "git",
1101 "url": "https://github.com/symfony/BrowserKit.git",
1102 "reference": "2ecec44ed5047020c65dd6e4a4b2f3cf13ae3c04"
1103 },
1104 "dist": {
1105 "type": "zip",
1106 "url": "https://api.github.com/repos/symfony/BrowserKit/zipball/2ecec44ed5047020c65dd6e4a4b2f3cf13ae3c04",
1107 "reference": "2ecec44ed5047020c65dd6e4a4b2f3cf13ae3c04",
1108 "shasum": ""
1109 },
1110 "require": {
1111 "php": ">=5.3.3",
1112 "symfony/dom-crawler": "~2.0,>=2.0.5"
1113 },
1114 "require-dev": {
1115 "symfony/css-selector": "~2.0,>=2.0.5",
1116 "symfony/process": "~2.0,>=2.0.5"
1117 },
1118 "suggest": {
1119 "symfony/process": ""
1120 },
1121 "type": "library",
1122 "extra": {
1123 "branch-alias": {
1124 "dev-master": "2.6-dev"
1125 }
1126 },
1127 "autoload": {
1128 "psr-0": {
1129 "Symfony\\Component\\BrowserKit\\": ""
1130 }
1131 },
1132 "notification-url": "https://packagist.org/downloads/",
1133 "license": [
1134 "MIT"
1135 ],
1136 "authors": [
1137 {
1138 "name": "Symfony Community",
1139 "homepage": "http://symfony.com/contributors"
1140 },
1141 {
1142 "name": "Fabien Potencier",
1143 "email": "fabien@symfony.com"
1144 }
1145 ],
1146 "description": "Symfony BrowserKit Component",
1147 "homepage": "http://symfony.com",
1148 "time": "2015-01-03 08:01:59"
1149 },
1150 {
1151 "name": "symfony/css-selector",
1152 "version": "v2.6.3",
1153 "target-dir": "Symfony/Component/CssSelector",
1154 "source": {
1155 "type": "git",
1156 "url": "https://github.com/symfony/CssSelector.git",
1157 "reference": "3f80ecc614fec68d5b4a84a0703db3fdf5ce8584"
1158 },
1159 "dist": {
1160 "type": "zip",
1161 "url": "https://api.github.com/repos/symfony/CssSelector/zipball/3f80ecc614fec68d5b4a84a0703db3fdf5ce8584",
1162 "reference": "3f80ecc614fec68d5b4a84a0703db3fdf5ce8584",
1163 "shasum": ""
1164 },
1165 "require": {
1166 "php": ">=5.3.3"
1167 },
1168 "type": "library",
1169 "extra": {
1170 "branch-alias": {
1171 "dev-master": "2.6-dev"
1172 }
1173 },
1174 "autoload": {
1175 "psr-0": {
1176 "Symfony\\Component\\CssSelector\\": ""
1177 }
1178 },
1179 "notification-url": "https://packagist.org/downloads/",
1180 "license": [
1181 "MIT"
1182 ],
1183 "authors": [
1184 {
1185 "name": "Symfony Community",
1186 "homepage": "http://symfony.com/contributors"
1187 },
1188 {
1189 "name": "Jean-François Simon",
1190 "email": "jeanfrancois.simon@sensiolabs.com"
1191 },
1192 {
1193 "name": "Fabien Potencier",
1194 "email": "fabien@symfony.com"
1195 }
1196 ],
1197 "description": "Symfony CssSelector Component",
1198 "homepage": "http://symfony.com",
1199 "time": "2015-01-03 08:01:59"
1200 },
1201 {
1202 "name": "symfony/dom-crawler",
1203 "version": "v2.6.3",
1204 "target-dir": "Symfony/Component/DomCrawler",
1205 "source": {
1206 "type": "git",
1207 "url": "https://github.com/symfony/DomCrawler.git",
1208 "reference": "26a9eb302decd828990e1015afaa11b78b016073"
1209 },
1210 "dist": {
1211 "type": "zip",
1212 "url": "https://api.github.com/repos/symfony/DomCrawler/zipball/26a9eb302decd828990e1015afaa11b78b016073",
1213 "reference": "26a9eb302decd828990e1015afaa11b78b016073",
1214 "shasum": ""
1215 },
1216 "require": {
1217 "php": ">=5.3.3"
1218 },
1219 "require-dev": {
1220 "symfony/css-selector": "~2.3"
1221 },
1222 "suggest": {
1223 "symfony/css-selector": ""
1224 },
1225 "type": "library",
1226 "extra": {
1227 "branch-alias": {
1228 "dev-master": "2.6-dev"
1229 }
1230 },
1231 "autoload": {
1232 "psr-0": {
1233 "Symfony\\Component\\DomCrawler\\": ""
1234 }
1235 },
1236 "notification-url": "https://packagist.org/downloads/",
1237 "license": [
1238 "MIT"
1239 ],
1240 "authors": [
1241 {
1242 "name": "Symfony Community",
1243 "homepage": "http://symfony.com/contributors"
1244 },
1245 {
1246 "name": "Fabien Potencier",
1247 "email": "fabien@symfony.com"
1248 }
1249 ],
1250 "description": "Symfony DomCrawler Component",
1251 "homepage": "http://symfony.com",
1252 "time": "2015-01-03 08:01:59"
1253 },
1254 {
1255 "name": "symfony/event-dispatcher",
1256 "version": "v2.6.3",
1257 "target-dir": "Symfony/Component/EventDispatcher",
1258 "source": {
1259 "type": "git",
1260 "url": "https://github.com/symfony/EventDispatcher.git",
1261 "reference": "40ff70cadea3785d83cac1c8309514b36113064e"
1262 },
1263 "dist": {
1264 "type": "zip",
1265 "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/40ff70cadea3785d83cac1c8309514b36113064e",
1266 "reference": "40ff70cadea3785d83cac1c8309514b36113064e",
1267 "shasum": ""
1268 },
1269 "require": {
1270 "php": ">=5.3.3"
1271 },
1272 "require-dev": {
1273 "psr/log": "~1.0",
1274 "symfony/config": "~2.0,>=2.0.5",
1275 "symfony/dependency-injection": "~2.6",
1276 "symfony/expression-language": "~2.6",
1277 "symfony/stopwatch": "~2.3"
1278 },
1279 "suggest": {
1280 "symfony/dependency-injection": "",
1281 "symfony/http-kernel": ""
1282 },
1283 "type": "library",
1284 "extra": {
1285 "branch-alias": {
1286 "dev-master": "2.6-dev"
1287 }
1288 },
1289 "autoload": {
1290 "psr-0": {
1291 "Symfony\\Component\\EventDispatcher\\": ""
1292 }
1293 },
1294 "notification-url": "https://packagist.org/downloads/",
1295 "license": [
1296 "MIT"
1297 ],
1298 "authors": [
1299 {
1300 "name": "Symfony Community",
1301 "homepage": "http://symfony.com/contributors"
1302 },
1303 {
1304 "name": "Fabien Potencier",
1305 "email": "fabien@symfony.com"
1306 }
1307 ],
1308 "description": "Symfony EventDispatcher Component",
1309 "homepage": "http://symfony.com",
1310 "time": "2015-01-05 14:28:40"
1311 },
1312 {
1313 "name": "symfony/filesystem",
1314 "version": "v2.6.3",
1315 "target-dir": "Symfony/Component/Filesystem",
1316 "source": {
1317 "type": "git",
1318 "url": "https://github.com/symfony/Filesystem.git",
1319 "reference": "a1f566d1f92e142fa1593f4555d6d89e3044a9b7"
1320 },
1321 "dist": {
1322 "type": "zip",
1323 "url": "https://api.github.com/repos/symfony/Filesystem/zipball/a1f566d1f92e142fa1593f4555d6d89e3044a9b7",
1324 "reference": "a1f566d1f92e142fa1593f4555d6d89e3044a9b7",
1325 "shasum": ""
1326 },
1327 "require": {
1328 "php": ">=5.3.3"
1329 },
1330 "type": "library",
1331 "extra": {
1332 "branch-alias": {
1333 "dev-master": "2.6-dev"
1334 }
1335 },
1336 "autoload": {
1337 "psr-0": {
1338 "Symfony\\Component\\Filesystem\\": ""
1339 }
1340 },
1341 "notification-url": "https://packagist.org/downloads/",
1342 "license": [
1343 "MIT"
1344 ],
1345 "authors": [
1346 {
1347 "name": "Symfony Community",
1348 "homepage": "http://symfony.com/contributors"
1349 },
1350 {
1351 "name": "Fabien Potencier",
1352 "email": "fabien@symfony.com"
1353 }
1354 ],
1355 "description": "Symfony Filesystem Component",
1356 "homepage": "http://symfony.com",
1357 "time": "2015-01-03 21:13:09"
1358 },
1359 {
1360 "name": "symfony/form",
1361 "version": "v2.6.3",
1362 "target-dir": "Symfony/Component/Form",
1363 "source": {
1364 "type": "git",
1365 "url": "https://github.com/symfony/Form.git",
1366 "reference": "bfe4011e6b77e85ccf4df33dd361fa09dfa50303"
1367 },
1368 "dist": {
1369 "type": "zip",
1370 "url": "https://api.github.com/repos/symfony/Form/zipball/bfe4011e6b77e85ccf4df33dd361fa09dfa50303",
1371 "reference": "bfe4011e6b77e85ccf4df33dd361fa09dfa50303",
1372 "shasum": ""
1373 },
1374 "require": {
1375 "php": ">=5.3.3",
1376 "symfony/event-dispatcher": "~2.1",
1377 "symfony/intl": "~2.3",
1378 "symfony/options-resolver": "~2.6",
1379 "symfony/property-access": "~2.3"
1380 },
1381 "require-dev": {
1382 "doctrine/collections": "~1.0",
1383 "symfony/http-foundation": "~2.2",
1384 "symfony/http-kernel": "~2.4",
1385 "symfony/security-csrf": "~2.4",
1386 "symfony/translation": "~2.0,>=2.0.5",
1387 "symfony/validator": "~2.6"
1388 },
1389 "suggest": {
1390 "symfony/framework-bundle": "For templating with PHP.",
1391 "symfony/security-csrf": "For protecting forms against CSRF attacks.",
1392 "symfony/twig-bridge": "For templating with Twig.",
1393 "symfony/validator": "For form validation."
1394 },
1395 "type": "library",
1396 "extra": {
1397 "branch-alias": {
1398 "dev-master": "2.6-dev"
1399 }
1400 },
1401 "autoload": {
1402 "psr-0": {
1403 "Symfony\\Component\\Form\\": ""
1404 }
1405 },
1406 "notification-url": "https://packagist.org/downloads/",
1407 "license": [
1408 "MIT"
1409 ],
1410 "authors": [
1411 {
1412 "name": "Symfony Community",
1413 "homepage": "http://symfony.com/contributors"
1414 },
1415 {
1416 "name": "Fabien Potencier",
1417 "email": "fabien@symfony.com"
1418 }
1419 ],
1420 "description": "Symfony Form Component",
1421 "homepage": "http://symfony.com",
1422 "time": "2015-01-07 14:31:37"
1423 },
1424 {
1425 "name": "symfony/intl",
1426 "version": "v2.6.3",
1427 "target-dir": "Symfony/Component/Intl",
1428 "source": {
1429 "type": "git",
1430 "url": "https://github.com/symfony/Intl.git",
1431 "reference": "5e7494e1e6aed4309f43121b3141d6e0273dcaee"
1432 },
1433 "dist": {
1434 "type": "zip",
1435 "url": "https://api.github.com/repos/symfony/Intl/zipball/5e7494e1e6aed4309f43121b3141d6e0273dcaee",
1436 "reference": "5e7494e1e6aed4309f43121b3141d6e0273dcaee",
1437 "shasum": ""
1438 },
1439 "require": {
1440 "php": ">=5.3.3"
1441 },
1442 "require-dev": {
1443 "symfony/filesystem": ">=2.1"
1444 },
1445 "suggest": {
1446 "ext-intl": "to use the component with locales other than \"en\""
1447 },
1448 "type": "library",
1449 "extra": {
1450 "branch-alias": {
1451 "dev-master": "2.6-dev"
1452 }
1453 },
1454 "autoload": {
1455 "psr-0": {
1456 "Symfony\\Component\\Intl\\": ""
1457 },
1458 "classmap": [
1459 "Symfony/Component/Intl/Resources/stubs"
1460 ],
1461 "files": [
1462 "Symfony/Component/Intl/Resources/stubs/functions.php"
1463 ]
1464 },
1465 "notification-url": "https://packagist.org/downloads/",
1466 "license": [
1467 "MIT"
1468 ],
1469 "authors": [
1470 {
1471 "name": "Symfony Community",
1472 "homepage": "http://symfony.com/contributors"
1473 },
1474 {
1475 "name": "Bernhard Schussek",
1476 "email": "bschussek@gmail.com"
1477 },
1478 {
1479 "name": "Eriksen Costa",
1480 "email": "eriksen.costa@infranology.com.br"
1481 },
1482 {
1483 "name": "Igor Wiedler",
1484 "email": "igor@wiedler.ch"
1485 }
1486 ],
1487 "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.",
1488 "homepage": "http://symfony.com",
1489 "keywords": [
1490 "i18n",
1491 "icu",
1492 "internationalization",
1493 "intl",
1494 "l10n",
1495 "localization"
1496 ],
1497 "time": "2015-01-03 08:01:59"
1498 },
1499 {
1500 "name": "symfony/options-resolver",
1501 "version": "v2.6.3",
1502 "target-dir": "Symfony/Component/OptionsResolver",
1503 "source": {
1504 "type": "git",
1505 "url": "https://github.com/symfony/OptionsResolver.git",
1506 "reference": "23aed23820c9c2273c405b43deee3de6c0668acd"
1507 },
1508 "dist": {
1509 "type": "zip",
1510 "url": "https://api.github.com/repos/symfony/OptionsResolver/zipball/23aed23820c9c2273c405b43deee3de6c0668acd",
1511 "reference": "23aed23820c9c2273c405b43deee3de6c0668acd",
1512 "shasum": ""
1513 },
1514 "require": {
1515 "php": ">=5.3.3"
1516 },
1517 "type": "library",
1518 "extra": {
1519 "branch-alias": {
1520 "dev-master": "2.6-dev"
1521 }
1522 },
1523 "autoload": {
1524 "psr-0": {
1525 "Symfony\\Component\\OptionsResolver\\": ""
1526 }
1527 },
1528 "notification-url": "https://packagist.org/downloads/",
1529 "license": [
1530 "MIT"
1531 ],
1532 "authors": [
1533 {
1534 "name": "Symfony Community",
1535 "homepage": "http://symfony.com/contributors"
1536 },
1537 {
1538 "name": "Fabien Potencier",
1539 "email": "fabien@symfony.com"
1540 }
1541 ],
1542 "description": "Symfony OptionsResolver Component",
1543 "homepage": "http://symfony.com",
1544 "keywords": [
1545 "config",
1546 "configuration",
1547 "options"
1548 ],
1549 "time": "2015-01-05 17:41:06"
1550 },
1551 {
1552 "name": "symfony/property-access",
1553 "version": "v2.6.3",
1554 "target-dir": "Symfony/Component/PropertyAccess",
1555 "source": {
1556 "type": "git",
1557 "url": "https://github.com/symfony/PropertyAccess.git",
1558 "reference": "b5055bdf4365638065d2a268e213a57b771d2f74"
1559 },
1560 "dist": {
1561 "type": "zip",
1562 "url": "https://api.github.com/repos/symfony/PropertyAccess/zipball/b5055bdf4365638065d2a268e213a57b771d2f74",
1563 "reference": "b5055bdf4365638065d2a268e213a57b771d2f74",
1564 "shasum": ""
1565 },
1566 "require": {
1567 "php": ">=5.3.3"
1568 },
1569 "type": "library",
1570 "extra": {
1571 "branch-alias": {
1572 "dev-master": "2.6-dev"
1573 }
1574 },
1575 "autoload": {
1576 "psr-0": {
1577 "Symfony\\Component\\PropertyAccess\\": ""
1578 }
1579 },
1580 "notification-url": "https://packagist.org/downloads/",
1581 "license": [
1582 "MIT"
1583 ],
1584 "authors": [
1585 {
1586 "name": "Symfony Community",
1587 "homepage": "http://symfony.com/contributors"
1588 },
1589 {
1590 "name": "Fabien Potencier",
1591 "email": "fabien@symfony.com"
1592 }
1593 ],
1594 "description": "Symfony PropertyAccess Component",
1595 "homepage": "http://symfony.com",
1596 "keywords": [
1597 "access",
1598 "array",
1599 "extraction",
1600 "index",
1601 "injection",
1602 "object",
1603 "property",
1604 "property path",
1605 "reflection"
1606 ],
1607 "time": "2015-01-03 15:33:07"
1608 },
1609 {
1610 "name": "symfony/routing",
1611 "version": "v2.6.3",
1612 "target-dir": "Symfony/Component/Routing",
1613 "source": {
1614 "type": "git",
1615 "url": "https://github.com/symfony/Routing.git",
1616 "reference": "28382c6806780ddc657c136a5ca4415dd3252f41"
1617 },
1618 "dist": {
1619 "type": "zip",
1620 "url": "https://api.github.com/repos/symfony/Routing/zipball/28382c6806780ddc657c136a5ca4415dd3252f41",
1621 "reference": "28382c6806780ddc657c136a5ca4415dd3252f41",
1622 "shasum": ""
1623 },
1624 "require": {
1625 "php": ">=5.3.3"
1626 },
1627 "require-dev": {
1628 "doctrine/annotations": "~1.0",
1629 "doctrine/common": "~2.2",
1630 "psr/log": "~1.0",
1631 "symfony/config": "~2.2",
1632 "symfony/expression-language": "~2.4",
1633 "symfony/http-foundation": "~2.3",
1634 "symfony/yaml": "~2.0,>=2.0.5"
1635 },
1636 "suggest": {
1637 "doctrine/annotations": "For using the annotation loader",
1638 "symfony/config": "For using the all-in-one router or any loader",
1639 "symfony/expression-language": "For using expression matching",
1640 "symfony/yaml": "For using the YAML loader"
1641 },
1642 "type": "library",
1643 "extra": {
1644 "branch-alias": {
1645 "dev-master": "2.6-dev"
1646 }
1647 },
1648 "autoload": {
1649 "psr-0": {
1650 "Symfony\\Component\\Routing\\": ""
1651 }
1652 },
1653 "notification-url": "https://packagist.org/downloads/",
1654 "license": [
1655 "MIT"
1656 ],
1657 "authors": [
1658 {
1659 "name": "Symfony Community",
1660 "homepage": "http://symfony.com/contributors"
1661 },
1662 {
1663 "name": "Fabien Potencier",
1664 "email": "fabien@symfony.com"
1665 }
1666 ],
1667 "description": "Symfony Routing Component",
1668 "homepage": "http://symfony.com",
1669 "keywords": [
1670 "router",
1671 "routing",
1672 "uri",
1673 "url"
1674 ],
1675 "time": "2015-01-05 14:28:40"
1676 },
1677 {
1678 "name": "symfony/security-core",
1679 "version": "v2.6.3",
1680 "target-dir": "Symfony/Component/Security/Core",
1681 "source": {
1682 "type": "git",
1683 "url": "https://github.com/symfony/security-core.git",
1684 "reference": "db8c6964f9d69496b9ef21788c4afc4306113242"
1685 },
1686 "dist": {
1687 "type": "zip",
1688 "url": "https://api.github.com/repos/symfony/security-core/zipball/db8c6964f9d69496b9ef21788c4afc4306113242",
1689 "reference": "db8c6964f9d69496b9ef21788c4afc4306113242",
1690 "shasum": ""
1691 },
1692 "require": {
1693 "php": ">=5.3.3"
1694 },
1695 "require-dev": {
1696 "ircmaxell/password-compat": "1.0.*",
1697 "psr/log": "~1.0",
1698 "symfony/event-dispatcher": "~2.1",
1699 "symfony/expression-language": "~2.6",
1700 "symfony/http-foundation": "~2.4",
1701 "symfony/translation": "~2.0,>=2.0.5",
1702 "symfony/validator": "~2.5,>=2.5.5"
1703 },
1704 "suggest": {
1705 "ircmaxell/password-compat": "For using the BCrypt password encoder in PHP <5.5",
1706 "symfony/event-dispatcher": "",
1707 "symfony/expression-language": "For using the expression voter",
1708 "symfony/http-foundation": "",
1709 "symfony/validator": "For using the user password constraint"
1710 },
1711 "type": "library",
1712 "extra": {
1713 "branch-alias": {
1714 "dev-master": "2.6-dev"
1715 }
1716 },
1717 "autoload": {
1718 "psr-0": {
1719 "Symfony\\Component\\Security\\Core\\": ""
1720 }
1721 },
1722 "notification-url": "https://packagist.org/downloads/",
1723 "license": [
1724 "MIT"
1725 ],
1726 "authors": [
1727 {
1728 "name": "Symfony Community",
1729 "homepage": "http://symfony.com/contributors"
1730 },
1731 {
1732 "name": "Fabien Potencier",
1733 "email": "fabien@symfony.com"
1734 }
1735 ],
1736 "description": "Symfony Security Component - Core Library",
1737 "homepage": "http://symfony.com",
1738 "time": "2015-01-05 20:59:13"
1739 },
1740 {
1741 "name": "symfony/security-csrf",
1742 "version": "v2.6.3",
1743 "target-dir": "Symfony/Component/Security/Csrf",
1744 "source": {
1745 "type": "git",
1746 "url": "https://github.com/symfony/security-csrf.git",
1747 "reference": "c532081e1c9295b69dac2e3faea87112543504fc"
1748 },
1749 "dist": {
1750 "type": "zip",
1751 "url": "https://api.github.com/repos/symfony/security-csrf/zipball/c532081e1c9295b69dac2e3faea87112543504fc",
1752 "reference": "c532081e1c9295b69dac2e3faea87112543504fc",
1753 "shasum": ""
1754 },
1755 "require": {
1756 "php": ">=5.3.3",
1757 "symfony/security-core": "~2.4"
1758 },
1759 "require-dev": {
1760 "symfony/http-foundation": "~2.1"
1761 },
1762 "suggest": {
1763 "symfony/http-foundation": "For using the class SessionTokenStorage."
1764 },
1765 "type": "library",
1766 "extra": {
1767 "branch-alias": {
1768 "dev-master": "2.6-dev"
1769 }
1770 },
1771 "autoload": {
1772 "psr-0": {
1773 "Symfony\\Component\\Security\\Csrf\\": ""
1774 }
1775 },
1776 "notification-url": "https://packagist.org/downloads/",
1777 "license": [
1778 "MIT"
1779 ],
1780 "authors": [
1781 {
1782 "name": "Symfony Community",
1783 "homepage": "http://symfony.com/contributors"
1784 },
1785 {
1786 "name": "Fabien Potencier",
1787 "email": "fabien@symfony.com"
1788 }
1789 ],
1790 "description": "Symfony Security Component - CSRF Library",
1791 "homepage": "http://symfony.com",
1792 "time": "2015-01-03 08:01:59"
1793 },
1794 {
1795 "name": "symfony/translation",
1796 "version": "v2.6.3",
1797 "target-dir": "Symfony/Component/Translation",
1798 "source": {
1799 "type": "git",
1800 "url": "https://github.com/symfony/Translation.git",
1801 "reference": "f289cdf8179d32058c1e1cbac723106a5ff6fa39"
1802 },
1803 "dist": {
1804 "type": "zip",
1805 "url": "https://api.github.com/repos/symfony/Translation/zipball/f289cdf8179d32058c1e1cbac723106a5ff6fa39",
1806 "reference": "f289cdf8179d32058c1e1cbac723106a5ff6fa39",
1807 "shasum": ""
1808 },
1809 "require": {
1810 "php": ">=5.3.3"
1811 },
1812 "require-dev": {
1813 "psr/log": "~1.0",
1814 "symfony/config": "~2.3,>=2.3.12",
1815 "symfony/intl": "~2.3",
1816 "symfony/yaml": "~2.2"
1817 },
1818 "suggest": {
1819 "psr/log": "To use logging capability in translator",
1820 "symfony/config": "",
1821 "symfony/yaml": ""
1822 },
1823 "type": "library",
1824 "extra": {
1825 "branch-alias": {
1826 "dev-master": "2.6-dev"
1827 }
1828 },
1829 "autoload": {
1830 "psr-0": {
1831 "Symfony\\Component\\Translation\\": ""
1832 }
1833 },
1834 "notification-url": "https://packagist.org/downloads/",
1835 "license": [
1836 "MIT"
1837 ],
1838 "authors": [
1839 {
1840 "name": "Symfony Community",
1841 "homepage": "http://symfony.com/contributors"
1842 },
1843 {
1844 "name": "Fabien Potencier",
1845 "email": "fabien@symfony.com"
1846 }
1847 ],
1848 "description": "Symfony Translation Component",
1849 "homepage": "http://symfony.com",
1850 "time": "2015-01-03 15:33:07"
1851 },
1852 {
1853 "name": "symfony/twig-bridge",
1854 "version": "v2.6.3",
1855 "target-dir": "Symfony/Bridge/Twig",
1856 "source": {
1857 "type": "git",
1858 "url": "https://github.com/symfony/TwigBridge.git",
1859 "reference": "72c911dd02f5d8e68accab7120fc0fd1a0b84ba1"
1860 },
1861 "dist": {
1862 "type": "zip",
1863 "url": "https://api.github.com/repos/symfony/TwigBridge/zipball/72c911dd02f5d8e68accab7120fc0fd1a0b84ba1",
1864 "reference": "72c911dd02f5d8e68accab7120fc0fd1a0b84ba1",
1865 "shasum": ""
1866 },
1867 "require": {
1868 "php": ">=5.3.3",
1869 "symfony/security-csrf": "~2.4",
1870 "twig/twig": "~1.13,>=1.13.1"
1871 },
1872 "require-dev": {
1873 "symfony/console": "~2.4",
1874 "symfony/expression-language": "~2.4",
1875 "symfony/finder": "~2.3",
1876 "symfony/form": "~2.6",
1877 "symfony/http-kernel": "~2.3",
1878 "symfony/intl": "~2.3",
1879 "symfony/routing": "~2.2",
1880 "symfony/security": "~2.4",
1881 "symfony/stopwatch": "~2.2",
1882 "symfony/templating": "~2.1",
1883 "symfony/translation": "~2.2",
1884 "symfony/var-dumper": "~2.6",
1885 "symfony/yaml": "~2.0,>=2.0.5"
1886 },
1887 "suggest": {
1888 "symfony/expression-language": "For using the ExpressionExtension",
1889 "symfony/finder": "",
1890 "symfony/form": "For using the FormExtension",
1891 "symfony/http-kernel": "For using the HttpKernelExtension",
1892 "symfony/routing": "For using the RoutingExtension",
1893 "symfony/security": "For using the SecurityExtension",
1894 "symfony/stopwatch": "For using the StopwatchExtension",
1895 "symfony/templating": "For using the TwigEngine",
1896 "symfony/translation": "For using the TranslationExtension",
1897 "symfony/var-dumper": "For using the DumpExtension",
1898 "symfony/yaml": "For using the YamlExtension"
1899 },
1900 "type": "symfony-bridge",
1901 "extra": {
1902 "branch-alias": {
1903 "dev-master": "2.6-dev"
1904 }
1905 },
1906 "autoload": {
1907 "psr-0": {
1908 "Symfony\\Bridge\\Twig\\": ""
1909 }
1910 },
1911 "notification-url": "https://packagist.org/downloads/",
1912 "license": [
1913 "MIT"
1914 ],
1915 "authors": [
1916 {
1917 "name": "Symfony Community",
1918 "homepage": "http://symfony.com/contributors"
1919 },
1920 {
1921 "name": "Fabien Potencier",
1922 "email": "fabien@symfony.com"
1923 }
1924 ],
1925 "description": "Symfony Twig Bridge",
1926 "homepage": "http://symfony.com",
1927 "time": "2015-01-05 14:28:40"
1928 },
1929 {
1930 "name": "symfony/yaml",
1931 "version": "v2.6.3",
1932 "target-dir": "Symfony/Component/Yaml",
1933 "source": {
1934 "type": "git",
1935 "url": "https://github.com/symfony/Yaml.git",
1936 "reference": "82462a90848a52c2533aa6b598b107d68076b018"
1937 },
1938 "dist": {
1939 "type": "zip",
1940 "url": "https://api.github.com/repos/symfony/Yaml/zipball/82462a90848a52c2533aa6b598b107d68076b018",
1941 "reference": "82462a90848a52c2533aa6b598b107d68076b018",
1942 "shasum": ""
1943 },
1944 "require": {
1945 "php": ">=5.3.3"
1946 },
1947 "type": "library",
1948 "extra": {
1949 "branch-alias": {
1950 "dev-master": "2.6-dev"
1951 }
1952 },
1953 "autoload": {
1954 "psr-0": {
1955 "Symfony\\Component\\Yaml\\": ""
1956 }
1957 },
1958 "notification-url": "https://packagist.org/downloads/",
1959 "license": [
1960 "MIT"
1961 ],
1962 "authors": [
1963 {
1964 "name": "Symfony Community",
1965 "homepage": "http://symfony.com/contributors"
1966 },
1967 {
1968 "name": "Fabien Potencier",
1969 "email": "fabien@symfony.com"
1970 }
1971 ],
1972 "description": "Symfony Yaml Component",
1973 "homepage": "http://symfony.com",
1974 "time": "2015-01-03 15:33:07"
1975 },
1976 {
1977 "name": "twig/extensions",
1978 "version": "v1.0.1",
1979 "source": {
1980 "type": "git",
1981 "url": "https://github.com/twigphp/Twig-extensions.git",
1982 "reference": "f91a82ec225e5bb108e01a0f93c9be04f84dcfa0"
1983 },
1984 "dist": {
1985 "type": "zip",
1986 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/f91a82ec225e5bb108e01a0f93c9be04f84dcfa0",
1987 "reference": "f91a82ec225e5bb108e01a0f93c9be04f84dcfa0",
1988 "shasum": ""
1989 },
1990 "require": {
1991 "twig/twig": "~1.0"
1992 },
1993 "type": "library",
1994 "extra": {
1995 "branch-alias": {
1996 "dev-master": "1.0.x-dev"
1997 }
1998 },
1999 "autoload": {
2000 "psr-0": {
2001 "Twig_Extensions_": "lib/"
2002 }
2003 },
2004 "notification-url": "https://packagist.org/downloads/",
2005 "license": [
2006 "MIT"
2007 ],
2008 "authors": [
2009 {
2010 "name": "Fabien Potencier",
2011 "email": "fabien@symfony.com"
2012 }
2013 ],
2014 "description": "Common additional features for Twig that do not directly belong in core",
2015 "homepage": "https://github.com/fabpot/Twig-extensions",
2016 "keywords": [
2017 "debug",
2018 "i18n",
2019 "text"
2020 ],
2021 "time": "2013-10-18 19:37:15"
2022 },
2023 {
2024 "name": "twig/twig",
2025 "version": "v1.17.0",
2026 "source": {
2027 "type": "git",
2028 "url": "https://github.com/twigphp/Twig.git",
2029 "reference": "2493970fa4d587eca73f77e6d8bd48a8bdd4c608"
2030 },
2031 "dist": {
2032 "type": "zip",
2033 "url": "https://api.github.com/repos/twigphp/Twig/zipball/2493970fa4d587eca73f77e6d8bd48a8bdd4c608",
2034 "reference": "2493970fa4d587eca73f77e6d8bd48a8bdd4c608",
2035 "shasum": ""
2036 },
2037 "require": {
2038 "php": ">=5.2.4"
2039 },
2040 "type": "library",
2041 "extra": {
2042 "branch-alias": {
2043 "dev-master": "1.17-dev"
2044 }
2045 },
2046 "autoload": {
2047 "psr-0": {
2048 "Twig_": "lib/"
2049 }
2050 },
2051 "notification-url": "https://packagist.org/downloads/",
2052 "license": [
2053 "BSD-3-Clause"
2054 ],
2055 "authors": [
2056 {
2057 "name": "Fabien Potencier",
2058 "email": "fabien@symfony.com",
2059 "homepage": "http://fabien.potencier.org",
2060 "role": "Lead Developer"
2061 },
2062 {
2063 "name": "Armin Ronacher",
2064 "email": "armin.ronacher@active-4.com",
2065 "role": "Project Founder"
2066 },
2067 {
2068 "name": "Twig Team",
2069 "homepage": "http://twig.sensiolabs.org/contributors",
2070 "role": "Contributors"
2071 }
2072 ],
2073 "description": "Twig, the flexible, fast, and secure template language for PHP",
2074 "homepage": "http://twig.sensiolabs.org",
2075 "keywords": [
2076 "templating"
2077 ],
2078 "time": "2015-01-14 10:15:49"
2079 },
2080 {
2081 "name": "umpirsky/twig-gettext-extractor",
2082 "version": "1.1.3",
2083 "source": {
2084 "type": "git",
2085 "url": "https://github.com/umpirsky/Twig-Gettext-Extractor.git",
2086 "reference": "1.1.3"
2087 },
2088 "dist": {
2089 "type": "zip",
2090 "url": "https://api.github.com/repos/umpirsky/Twig-Gettext-Extractor/zipball/1.1.3",
2091 "reference": "1.1.3",
2092 "shasum": ""
2093 },
2094 "require": {
2095 "php": ">=5.3.3",
2096 "symfony/filesystem": ">=2.0,<3.0",
2097 "symfony/form": ">=2.0,<3.0",
2098 "symfony/routing": ">=2.0,<3.0",
2099 "symfony/translation": ">=2.0,<3.0",
2100 "symfony/twig-bridge": ">=2.0,<3.0",
2101 "twig/extensions": "1.0.*",
2102 "twig/twig": ">=1.2.0,<2.0-dev"
2103 },
2104 "require-dev": {
2105 "symfony/config": "2.1.*"
2106 },
2107 "bin": [
2108 "twig-gettext-extractor"
2109 ],
2110 "type": "application",
2111 "autoload": {
2112 "psr-0": {
2113 "Twig\\Gettext": "."
2114 }
2115 },
2116 "notification-url": "https://packagist.org/downloads/",
2117 "license": [
2118 "MIT"
2119 ],
2120 "authors": [
2121 {
2122 "name": "Саша Стаменковић",
2123 "email": "umpirsky@gmail.com",
2124 "homepage": "http://umpirsky.com"
2125 }
2126 ],
2127 "description": "The Twig Gettext Extractor is Poedit friendly tool which extracts translations from twig templates.",
2128 "time": "2013-02-14 16:41:48"
2129 },
2130 {
2131 "name": "wallabag/kriss_php5",
2132 "version": "dev-master",
2133 "source": {
2134 "type": "git",
2135 "url": "https://github.com/wallabag/kriss_php5.git",
2136 "reference": "f2dd88621a04828cdeb8d9a59b72fd34c94658b1"
2137 },
2138 "dist": {
2139 "type": "zip",
2140 "url": "https://api.github.com/repos/wallabag/kriss_php5/zipball/f2dd88621a04828cdeb8d9a59b72fd34c94658b1",
2141 "reference": "f2dd88621a04828cdeb8d9a59b72fd34c94658b1",
2142 "shasum": ""
2143 },
2144 "require": {
2145 "php": ">=5.3.0"
2146 },
2147 "type": "library",
2148 "autoload": {
2149 "files": [
2150 "Session.php"
2151 ]
2152 },
2153 "authors": [
2154 {
2155 "name": "Nicolas Lœuillet",
2156 "email": "nicolas@loeuillet.org",
2157 "homepage": "http://www.cdetc.fr"
2158 }
2159 ],
2160 "description": "A simple and smart (or stupid) php5 snippets repository",
2161 "homepage": "https://github.com/wallabag/kriss_php5",
2162 "support": {
2163 "source": "https://github.com/wallabag/kriss_php5/tree/master"
2164 },
2165 "time": "2015-01-18 21:21:43"
2166 },
2167 {
2168 "name": "wallabag/pagination",
2169 "version": "dev-master",
2170 "source": {
2171 "type": "git",
2172 "url": "https://github.com/wallabag/pagination.git",
2173 "reference": "54e442b31c90e50e331cb8ac400537e0eda30deb"
2174 },
2175 "dist": {
2176 "type": "zip",
2177 "url": "https://api.github.com/repos/wallabag/pagination/zipball/54e442b31c90e50e331cb8ac400537e0eda30deb",
2178 "reference": "54e442b31c90e50e331cb8ac400537e0eda30deb",
2179 "shasum": ""
2180 },
2181 "require": {
2182 "php": ">=5.3.0"
2183 },
2184 "type": "library",
2185 "autoload": {
2186 "files": [
2187 "paginator.php"
2188 ]
2189 },
2190 "authors": [
2191 {
2192 "name": "Nicolas Lœuillet",
2193 "email": "nicolas@loeuillet.org",
2194 "homepage": "http://www.cdetc.fr"
2195 }
2196 ],
2197 "description": "Paginate record sets, not tied in directly to a database.",
2198 "homepage": "https://github.com/wallabag/pagination",
2199 "support": {
2200 "source": "https://github.com/wallabag/pagination/tree/master"
2201 },
2202 "time": "2015-01-19 09:24:39"
2203 },
2204 {
2205 "name": "wallabag/php-flash-messages",
2206 "version": "dev-master",
2207 "source": {
2208 "type": "git",
2209 "url": "https://github.com/wallabag/PHP-Flash-Messages.git",
2210 "reference": "ea68eb768f32156baa15f7a3cd880ba8ff5af6ab"
2211 },
2212 "dist": {
2213 "type": "zip",
2214 "url": "https://api.github.com/repos/wallabag/PHP-Flash-Messages/zipball/ea68eb768f32156baa15f7a3cd880ba8ff5af6ab",
2215 "reference": "ea68eb768f32156baa15f7a3cd880ba8ff5af6ab",
2216 "shasum": ""
2217 },
2218 "require": {
2219 "php": ">=5.3.0"
2220 },
2221 "type": "library",
2222 "autoload": {
2223 "files": [
2224 "class.messages.php"
2225 ]
2226 },
2227 "license": [
2228 "Apache"
2229 ],
2230 "authors": [
2231 {
2232 "name": "Nicolas Lœuillet",
2233 "email": "nicolas@loeuillet.org",
2234 "homepage": "http://www.cdetc.fr"
2235 }
2236 ],
2237 "description": "Session-based Flash Messages class for PHP",
2238 "homepage": "https://github.com/wallabag/PHP-Flash-Messages",
2239 "keywords": [
2240 "flash",
2241 "messages",
2242 "php-flash-messages",
2243 "sessions"
2244 ],
2245 "support": {
2246 "source": "https://github.com/wallabag/PHP-Flash-Messages/tree/master"
2247 },
2248 "time": "2015-01-18 19:51:55"
2249 }
2250 ],
2251 "packages-dev": [],
2252 "aliases": [],
2253 "minimum-stability": "stable",
2254 "stability-flags": {
2255 "fabpot/goutte": 20,
2256 "ezyang/htmlpurifier": 20,
2257 "mgargano/simplehtmldom": 20,
2258 "wallabag/php-flash-messages": 20,
2259 "wallabag/kriss_php5": 20,
2260 "wallabag/pagination": 20
2261 },
2262 "prefer-stable": false,
2263 "prefer-lowest": false,
2264 "platform": [],
2265 "platform-dev": []
2266 }