Skip to content
Snippets Groups Projects
composer.lock 935 KiB
Newer Older
  • Learn to ignore specific revisions
  • jurgenhaas's avatar
    jurgenhaas committed
                    }
                },
                "autoload": {
                    "files": [
                        "src/functions.php"
                    ],
                    "psr-4": {
                        "Ramsey\\Uuid\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
                "keywords": [
                    "guid",
                    "identifier",
                    "uuid"
                ],
                "support": {
                    "issues": "https://github.com/ramsey/uuid/issues",
    
                    "source": "https://github.com/ramsey/uuid/tree/4.6.0"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "funding": [
                    {
                        "url": "https://github.com/ramsey",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
                        "type": "tidelift"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
    
    jurgenhaas's avatar
    jurgenhaas committed
            {
                "name": "sebastian/cli-parser",
                "version": "1.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/cli-parser.git",
                    "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
                    "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.3"
                },
                "require-dev": {
                    "phpunit/phpunit": "^9.3"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
                    }
                ],
                "description": "Library for parsing CLI options",
                "homepage": "https://github.com/sebastianbergmann/cli-parser",
                "support": {
                    "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
                    "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2020-09-28T06:08:49+00:00"
            },
            {
                "name": "sebastian/code-unit",
                "version": "1.0.8",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/code-unit.git",
                    "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
                    "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.3"
                },
                "require-dev": {
                    "phpunit/phpunit": "^9.3"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
                    }
                ],
                "description": "Collection of value objects that represent the PHP code units",
                "homepage": "https://github.com/sebastianbergmann/code-unit",
                "support": {
                    "issues": "https://github.com/sebastianbergmann/code-unit/issues",
                    "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2020-10-26T13:08:54+00:00"
            },
            {
                "name": "sebastian/code-unit-reverse-lookup",
                "version": "2.0.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
                    "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
                    "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.3"
                },
                "require-dev": {
                    "phpunit/phpunit": "^9.3"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    }
                ],
                "description": "Looks up which function or method a line of code belongs to",
                "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
                "support": {
                    "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
                    "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2020-09-28T05:30:19+00:00"
            },
            {
                "name": "sebastian/comparator",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "4.0.8",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/comparator.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "fa0f136dd2334583309d32b62544682ee972b51a"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a",
                    "reference": "fa0f136dd2334583309d32b62544682ee972b51a",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.3",
                    "sebastian/diff": "^4.0",
                    "sebastian/exporter": "^4.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^9.3"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "4.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    },
                    {
                        "name": "Jeff Welch",
                        "email": "whatthejeff@gmail.com"
                    },
                    {
                        "name": "Volker Dusch",
                        "email": "github@wallbash.com"
                    },
                    {
                        "name": "Bernhard Schussek",
                        "email": "bschussek@2bepublished.at"
                    }
                ],
                "description": "Provides the functionality to compare PHP values for equality",
                "homepage": "https://github.com/sebastianbergmann/comparator",
                "keywords": [
                    "comparator",
                    "compare",
                    "equality"
                ],
                "support": {
                    "issues": "https://github.com/sebastianbergmann/comparator/issues",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-09-14T12:41:17+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "sebastian/complexity",
                "version": "2.0.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/complexity.git",
                    "reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
                    "reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
                    "shasum": ""
                },
                "require": {
                    "nikic/php-parser": "^4.7",
                    "php": ">=7.3"
                },
                "require-dev": {
                    "phpunit/phpunit": "^9.3"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
                    }
                ],
                "description": "Library for calculating the complexity of PHP code units",
                "homepage": "https://github.com/sebastianbergmann/complexity",
                "support": {
                    "issues": "https://github.com/sebastianbergmann/complexity/issues",
                    "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2020-10-26T15:52:27+00:00"
            },
            {
                "name": "sebastian/diff",
                "version": "4.0.4",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/diff.git",
                    "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
                    "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.3"
                },
                "require-dev": {
                    "phpunit/phpunit": "^9.3",
                    "symfony/process": "^4.2 || ^5"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "4.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    },
                    {
                        "name": "Kore Nordmann",
                        "email": "mail@kore-nordmann.de"
                    }
                ],
                "description": "Diff implementation",
                "homepage": "https://github.com/sebastianbergmann/diff",
                "keywords": [
                    "diff",
                    "udiff",
                    "unidiff",
                    "unified diff"
                ],
                "support": {
                    "issues": "https://github.com/sebastianbergmann/diff/issues",
                    "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2020-10-26T13:10:38+00:00"
            },
            {
                "name": "sebastian/environment",
                "version": "5.1.4",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/environment.git",
                    "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/1b5dff7bb151a4db11d49d90e5408e4e938270f7",
                    "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.3"
                },
                "require-dev": {
                    "phpunit/phpunit": "^9.3"
                },
                "suggest": {
                    "ext-posix": "*"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "5.1-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    }
                ],
                "description": "Provides functionality to handle HHVM/PHP environments",
                "homepage": "http://www.github.com/sebastianbergmann/environment",
                "keywords": [
                    "Xdebug",
                    "environment",
                    "hhvm"
                ],
                "support": {
                    "issues": "https://github.com/sebastianbergmann/environment/issues",
                    "source": "https://github.com/sebastianbergmann/environment/tree/5.1.4"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2022-04-03T09:37:03+00:00"
            },
            {
                "name": "sebastian/exporter",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "4.0.5",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/exporter.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
                    "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.3",
                    "sebastian/recursion-context": "^4.0"
                },
                "require-dev": {
                    "ext-mbstring": "*",
                    "phpunit/phpunit": "^9.3"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "4.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    },
                    {
                        "name": "Jeff Welch",
                        "email": "whatthejeff@gmail.com"
                    },
                    {
                        "name": "Volker Dusch",
                        "email": "github@wallbash.com"
                    },
                    {
                        "name": "Adam Harvey",
                        "email": "aharvey@php.net"
                    },
                    {
                        "name": "Bernhard Schussek",
                        "email": "bschussek@gmail.com"
                    }
                ],
                "description": "Provides the functionality to export PHP variables for visualization",
                "homepage": "https://www.github.com/sebastianbergmann/exporter",
                "keywords": [
                    "export",
                    "exporter"
                ],
                "support": {
                    "issues": "https://github.com/sebastianbergmann/exporter/issues",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-09-14T06:03:37+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
    24540 24541 24542 24543 24544 24545 24546 24547 24548 24549 24550 24551 24552 24553 24554 24555 24556 24557 24558 24559 24560 24561 24562 24563 24564 24565 24566 24567 24568 24569 24570 24571 24572 24573 24574 24575 24576 24577 24578 24579 24580 24581 24582 24583 24584 24585 24586 24587 24588 24589 24590 24591 24592 24593 24594 24595 24596 24597 24598 24599 24600 24601 24602 24603 24604 24605 24606 24607 24608 24609 24610 24611 24612 24613 24614 24615 24616 24617 24618 24619 24620 24621 24622 24623 24624 24625 24626 24627 24628 24629 24630 24631 24632 24633 24634 24635 24636 24637 24638 24639 24640 24641 24642 24643 24644 24645 24646 24647 24648 24649 24650 24651 24652 24653 24654 24655 24656 24657 24658 24659 24660 24661 24662 24663 24664 24665 24666 24667 24668 24669 24670 24671 24672 24673 24674 24675 24676 24677 24678 24679 24680 24681 24682 24683 24684 24685 24686 24687 24688 24689 24690 24691 24692 24693 24694 24695 24696 24697 24698 24699 24700 24701 24702 24703 24704 24705 24706 24707 24708 24709 24710 24711 24712 24713 24714 24715 24716 24717 24718 24719 24720 24721 24722 24723 24724 24725 24726 24727 24728 24729 24730 24731 24732 24733 24734 24735 24736 24737 24738 24739 24740 24741 24742 24743 24744 24745 24746 24747 24748 24749 24750 24751 24752 24753 24754 24755 24756 24757 24758 24759 24760 24761 24762 24763 24764 24765 24766 24767 24768 24769 24770 24771 24772 24773 24774 24775 24776 24777 24778 24779 24780 24781 24782 24783 24784 24785 24786 24787 24788 24789 24790 24791 24792 24793 24794 24795 24796 24797 24798 24799 24800 24801 24802 24803 24804 24805 24806 24807 24808 24809 24810 24811 24812 24813 24814 24815 24816 24817 24818 24819 24820 24821 24822 24823 24824 24825 24826 24827 24828 24829 24830 24831 24832 24833 24834 24835 24836 24837 24838 24839 24840 24841 24842 24843 24844 24845 24846 24847 24848 24849 24850 24851 24852 24853 24854 24855 24856 24857 24858 24859 24860 24861 24862 24863 24864 24865 24866 24867 24868 24869 24870 24871 24872 24873 24874 24875 24876 24877 24878 24879 24880 24881 24882 24883 24884 24885 24886 24887 24888 24889 24890 24891 24892 24893 24894 24895 24896 24897 24898 24899 24900 24901 24902 24903 24904 24905 24906 24907 24908 24909 24910 24911 24912 24913 24914 24915 24916 24917 24918 24919 24920 24921 24922 24923 24924 24925 24926 24927 24928 24929 24930 24931 24932 24933 24934 24935 24936 24937 24938 24939 24940 24941 24942 24943 24944 24945 24946 24947 24948 24949 24950 24951 24952 24953 24954
            },
            {
                "name": "sebastian/global-state",
                "version": "5.0.5",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/global-state.git",
                    "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2",
                    "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.3",
                    "sebastian/object-reflector": "^2.0",
                    "sebastian/recursion-context": "^4.0"
                },
                "require-dev": {
                    "ext-dom": "*",
                    "phpunit/phpunit": "^9.3"
                },
                "suggest": {
                    "ext-uopz": "*"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "5.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    }
                ],
                "description": "Snapshotting of global state",
                "homepage": "http://www.github.com/sebastianbergmann/global-state",
                "keywords": [
                    "global state"
                ],
                "support": {
                    "issues": "https://github.com/sebastianbergmann/global-state/issues",
                    "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2022-02-14T08:28:10+00:00"
            },
            {
                "name": "sebastian/lines-of-code",
                "version": "1.0.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/lines-of-code.git",
                    "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
                    "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
                    "shasum": ""
                },
                "require": {
                    "nikic/php-parser": "^4.6",
                    "php": ">=7.3"
                },
                "require-dev": {
                    "phpunit/phpunit": "^9.3"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
                    }
                ],
                "description": "Library for counting the lines of code in PHP source code",
                "homepage": "https://github.com/sebastianbergmann/lines-of-code",
                "support": {
                    "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
                    "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2020-11-28T06:42:11+00:00"
            },
            {
                "name": "sebastian/object-enumerator",
                "version": "4.0.4",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/object-enumerator.git",
                    "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
                    "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.3",
                    "sebastian/object-reflector": "^2.0",
                    "sebastian/recursion-context": "^4.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^9.3"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "4.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    }
                ],
                "description": "Traverses array structures and object graphs to enumerate all referenced objects",
                "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
                "support": {
                    "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
                    "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2020-10-26T13:12:34+00:00"
            },
            {
                "name": "sebastian/object-reflector",
                "version": "2.0.4",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/object-reflector.git",
                    "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
                    "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.3"
                },
                "require-dev": {
                    "phpunit/phpunit": "^9.3"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    }
                ],
                "description": "Allows reflection of object attributes, including inherited and non-public ones",
                "homepage": "https://github.com/sebastianbergmann/object-reflector/",
                "support": {
                    "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
                    "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2020-10-26T13:14:26+00:00"
            },
            {
                "name": "sebastian/phpcpd",
                "version": "6.0.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/phpcpd.git",
                    "reference": "f3683aa0db2e8e09287c2bb33a595b2873ea9176"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/f3683aa0db2e8e09287c2bb33a595b2873ea9176",
                    "reference": "f3683aa0db2e8e09287c2bb33a595b2873ea9176",
                    "shasum": ""
                },
                "require": {
                    "ext-dom": "*",
                    "php": ">=7.3",
                    "phpunit/php-file-iterator": "^3.0",
                    "phpunit/php-timer": "^5.0",
                    "sebastian/cli-parser": "^1.0",
                    "sebastian/version": "^3.0"
                },
                "bin": [
                    "phpcpd"
                ],
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "6.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
                    }
                ],
                "description": "Copy/Paste Detector (CPD) for PHP code.",
                "homepage": "https://github.com/sebastianbergmann/phpcpd",
                "support": {
                    "issues": "https://github.com/sebastianbergmann/phpcpd/issues",
                    "source": "https://github.com/sebastianbergmann/phpcpd/tree/6.0.3"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2020-12-07T05:39:23+00:00"
            },
            {
                "name": "sebastian/recursion-context",
                "version": "4.0.4",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/recursion-context.git",
                    "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172",
                    "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.3"
                },
                "require-dev": {
                    "phpunit/phpunit": "^9.3"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "4.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    },
                    {
                        "name": "Jeff Welch",
                        "email": "whatthejeff@gmail.com"
                    },
                    {
                        "name": "Adam Harvey",
                        "email": "aharvey@php.net"
                    }
                ],
                "description": "Provides functionality to recursively process PHP variables",
                "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
                "support": {
                    "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
                    "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2020-10-26T13:17:30+00:00"
            },
            {
                "name": "sebastian/resource-operations",
                "version": "3.0.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/resource-operations.git",
                    "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
                    "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.3"
                },
                "require-dev": {
                    "phpunit/phpunit": "^9.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "3.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    }
                ],
                "description": "Provides a list of PHP built-in functions that operate on resources",
                "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
                "support": {
                    "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
                    "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2020-09-28T06:45:17+00:00"
            },
            {
                "name": "sebastian/type",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "3.2.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/type.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e",
                    "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.3"
                },
                "require-dev": {
                    "phpunit/phpunit": "^9.5"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "dev-master": "3.2-dev"
    
    jurgenhaas's avatar
    jurgenhaas committed
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
                    }
                ],
                "description": "Collection of value objects that represent the types of the PHP type system",
                "homepage": "https://github.com/sebastianbergmann/type",
                "support": {
                    "issues": "https://github.com/sebastianbergmann/type/issues",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/sebastianbergmann/type/tree/3.2.0"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },