aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.lock
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-19 11:47:44 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-19 11:47:44 +0100
commite342acf7baf72e3be0fdcd8aac04eebb5c0a16a8 (patch)
tree773e28c6c1ea0b21efa0f8340fcc6da202b67b7b /composer.lock
parent2b17e0aa771098b75067256b7d3f1c57bb348113 (diff)
downloadwallabag-e342acf7baf72e3be0fdcd8aac04eebb5c0a16a8.tar.gz
wallabag-e342acf7baf72e3be0fdcd8aac04eebb5c0a16a8.tar.zst
wallabag-e342acf7baf72e3be0fdcd8aac04eebb5c0a16a8.zip
add phpunit
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock793
1 files changed, 792 insertions, 1 deletions
diff --git a/composer.lock b/composer.lock
index 00d31c5b..6330c208 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,9 +4,63 @@
4 "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", 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" 5 "This file is @generated automatically"
6 ], 6 ],
7 "hash": "01683220c560fe335307baeb1018293c", 7 "hash": "08260f805c98144283fb3e8d560661cc",
8 "packages": [ 8 "packages": [
9 { 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 {
10 "name": "ezyang/htmlpurifier", 64 "name": "ezyang/htmlpurifier",
11 "version": "dev-master", 65 "version": "dev-master",
12 "source": { 66 "source": {
@@ -305,6 +359,379 @@
305 "time": "2014-01-05 18:17:34" 359 "time": "2014-01-05 18:17:34"
306 }, 360 },
307 { 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 {
308 "name": "react/promise", 735 "name": "react/promise",
309 "version": "v2.2.0", 736 "version": "v2.2.0",
310 "source": { 737 "source": {
@@ -349,6 +776,323 @@
349 "time": "2014-12-30 13:32:42" 776 "time": "2014-12-30 13:32:42"
350 }, 777 },
351 { 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 {
352 "name": "symfony/browser-kit", 1096 "name": "symfony/browser-kit",
353 "version": "v2.6.3", 1097 "version": "v2.6.3",
354 "target-dir": "Symfony/Component/BrowserKit", 1098 "target-dir": "Symfony/Component/BrowserKit",
@@ -1183,6 +1927,53 @@
1183 "time": "2015-01-05 14:28:40" 1927 "time": "2015-01-05 14:28:40"
1184 }, 1928 },
1185 { 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 {
1186 "name": "twig/extensions", 1977 "name": "twig/extensions",
1187 "version": "v1.0.1", 1978 "version": "v1.0.1",
1188 "source": { 1979 "source": {