Skip to content
Snippets Groups Projects
composer.lock 184 KiB
Newer Older
  • Learn to ignore specific revisions
  •             "require": {
                    "php": ">=5.3.2"
                },
                "type": "library",
                "autoload": {
                    "psr-0": {
                        "LSS": ""
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "Apache-2.0"
                ],
                "authors": [
                    {
                        "name": "Bryan Tong",
                        "email": "bryan@nullivex.com",
                        "homepage": "https://www.nullivex.com"
                    },
                    {
                        "name": "Tony Butler",
                        "email": "spudz76@gmail.com",
                        "homepage": "https://www.nullivex.com"
                    }
                ],
                "description": "Array2XML conversion library credit to lalit.org",
                "homepage": "https://www.nullivex.com",
                "keywords": [
                    "array",
                    "array conversion",
                    "xml",
                    "xml conversion"
                ],
                "time": "2019-03-29T20:06:56+00:00"
            },
    
    Christoph Wurst's avatar
    Christoph Wurst committed
            {
                "name": "paragonie/random_compat",
                "version": "v9.99.99",
                "source": {
                    "type": "git",
                    "url": "https://github.com/paragonie/random_compat.git",
                    "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
                    "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
                    "shasum": ""
                },
                "require": {
                    "php": "^7"
                },
                "require-dev": {
                    "phpunit/phpunit": "4.*|5.*",
                    "vimeo/psalm": "^1"
                },
                "suggest": {
                    "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
                },
                "type": "library",
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Paragon Initiative Enterprises",
                        "email": "security@paragonie.com",
                        "homepage": "https://paragonie.com"
                    }
                ],
                "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
                "keywords": [
                    "csprng",
                    "polyfill",
                    "pseudorandom",
                    "random"
                ],
                "time": "2018-07-02T15:55:56+00:00"
            },
    
                "version": "2.7.0",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/phan/phan.git",
    
                    "reference": "c1694f08654e0cd534d1ecda10f242c77a44f235"
    
                    "url": "https://api.github.com/repos/phan/phan/zipball/c1694f08654e0cd534d1ecda10f242c77a44f235",
                    "reference": "c1694f08654e0cd534d1ecda10f242c77a44f235",
    
                    "shasum": ""
                },
                "require": {
                    "composer/semver": "^1.4",
    
                    "composer/xdebug-handler": "^1.3.2",
    
                    "ext-filter": "*",
                    "ext-json": "*",
    
                    "ext-tokenizer": "*",
    
                    "felixfbecker/advanced-json-rpc": "^3.0.4",
    
                    "microsoft/tolerant-php-parser": "0.0.20",
    
                    "netresearch/jsonmapper": "^1.6.0|^2.0",
    
                    "symfony/console": "^2.3|^3.0|^4.0|^5.0",
    
                    "symfony/polyfill-mbstring": "^1.11.0",
                    "symfony/polyfill-php72": "^1.15"
    
                    "brianium/paratest": "^4.0.0",
    
                    "phpunit/phpunit": "^7.5.0"
    
                    "ext-ast": "Needed for parsing ASTs (unless --use-fallback-parser is used). 1.0.1+ is needed, 1.0.6+ is recommended.",
    
                    "ext-iconv": "Either iconv or mbstring is needed to ensure issue messages are valid utf-8",
    
                    "ext-igbinary": "Improves performance of polyfill when ext-ast is unavailable",
    
                    "ext-mbstring": "Either iconv or mbstring is needed to ensure issue messages are valid utf-8",
    
                    "ext-tokenizer": "Needed for fallback/polyfill parser support and file/line-based suppressions."
    
                },
                "bin": [
                    "phan",
                    "phan_client",
                    "tocheckstyle"
                ],
                "type": "project",
                "autoload": {
                    "psr-4": {
                        "Phan\\": "src/Phan"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
    
                        "name": "Tyson Andre"
    
                        "name": "Rasmus Lerdorf"
    
                        "name": "Andrew S. Morrison"
    
                    }
                ],
                "description": "A static analyzer for PHP",
                "keywords": [
                    "analyzer",
                    "php",
                    "static"
                ],
    
                "time": "2020-04-01T14:15:47+00:00"
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/phar-io/manifest.git",
    
                    "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
    
                    "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
                    "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
    
                    "shasum": ""
                },
                "require": {
                    "ext-dom": "*",
                    "ext-phar": "*",
    
                    "php": "^5.6 || ^7.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0.x-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Arne Blankerts",
    
                        "email": "arne@blankerts.de",
                        "role": "Developer"
    
                        "email": "sebastian@phpeople.de",
                        "role": "Developer"
    
                        "email": "sebastian@phpunit.de",
                        "role": "Developer"
    
                    }
                ],
                "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
    
                "time": "2018-07-08T19:23:20+00:00"
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/phar-io/version.git",
    
                    "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
    
                    "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
                    "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
    
                    "shasum": ""
                },
                "require": {
                    "php": "^5.6 || ^7.0"
                },
                "type": "library",
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Arne Blankerts",
    
                        "email": "arne@blankerts.de",
                        "role": "Developer"
    
                        "email": "sebastian@phpeople.de",
                        "role": "Developer"
    
                        "email": "sebastian@phpunit.de",
                        "role": "Developer"
    
                    }
                ],
                "description": "Library for handling version information and constraints",
    
                "time": "2018-07-08T19:19:57+00:00"
    
    Christoph Wurst's avatar
    Christoph Wurst committed
            {
                "name": "php-cs-fixer/diff",
                "version": "v1.3.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/PHP-CS-Fixer/diff.git",
                    "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
                    "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
                    "shasum": ""
                },
                "require": {
                    "php": "^5.6 || ^7.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^5.7.23 || ^6.4.3",
                    "symfony/process": "^3.3"
                },
                "type": "library",
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Kore Nordmann",
                        "email": "mail@kore-nordmann.de"
                    },
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    },
                    {
                        "name": "SpacePossum"
                    }
                ],
                "description": "sebastian/diff v2 backport support for PHP5.6",
                "homepage": "https://github.com/PHP-CS-Fixer",
                "keywords": [
                    "diff"
                ],
                "time": "2018-02-15T16:58:55+00:00"
            },
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-webdriver/php-webdriver.git",
    
                    "reference": "3308a70be084d6d7fd1ee5787b4c2e6eb4b70aab"
    
                    "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/3308a70be084d6d7fd1ee5787b4c2e6eb4b70aab",
                    "reference": "3308a70be084d6d7fd1ee5787b4c2e6eb4b70aab",
    
                    "shasum": ""
                },
                "require": {
                    "ext-curl": "*",
                    "ext-json": "*",
                    "ext-zip": "*",
                    "php": "^5.6 || ~7.0",
    
                    "symfony/polyfill-mbstring": "^1.12",
                    "symfony/process": "^2.8 || ^3.1 || ^4.0 || ^5.0"
    
                },
                "require-dev": {
                    "friendsofphp/php-cs-fixer": "^2.0",
    
                    "jakub-onderka/php-parallel-lint": "^1.0",
    
                    "php-coveralls/php-coveralls": "^2.0",
                    "php-mock/php-mock-phpunit": "^1.1",
                    "phpunit/phpunit": "^5.7",
                    "sebastian/environment": "^1.3.4 || ^2.0 || ^3.0",
    
                    "sminnee/phpunit-mock-objects": "^3.4",
                    "squizlabs/php_codesniffer": "^3.5",
                    "symfony/var-dumper": "^3.3 || ^4.0 || ^5.0"
    
                },
                "suggest": {
                    "ext-SimpleXML": "For Firefox profile creation"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Facebook\\WebDriver\\": "lib/"
    
                    },
                    "files": [
                        "lib/Exception/TimeoutException.php"
                    ]
    
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
    
                "description": "A PHP client for Selenium WebDriver. Previously facebook/webdriver.",
                "homepage": "https://github.com/php-webdriver/php-webdriver",
    
                "time": "2020-03-04T14:40:12+00:00"
    
            {
                "name": "phpdocumentor/reflection-common",
    
    Jakob Sack's avatar
    Jakob Sack committed
                "version": "2.0.0",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
    
    Jakob Sack's avatar
    Jakob Sack committed
                    "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a"
    
                },
                "dist": {
                    "type": "zip",
    
    Jakob Sack's avatar
    Jakob Sack committed
                    "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a",
                    "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a",
    
                    "shasum": ""
                },
                "require": {
    
    Jakob Sack's avatar
    Jakob Sack committed
                    "php": ">=7.1"
    
                },
                "require-dev": {
    
    Jakob Sack's avatar
    Jakob Sack committed
                    "phpunit/phpunit": "~6"
    
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
    Jakob Sack's avatar
    Jakob Sack committed
                        "dev-master": "2.x-dev"
    
                    }
                },
                "autoload": {
                    "psr-4": {
    
    Jakob Sack's avatar
    Jakob Sack committed
                        "phpDocumentor\\Reflection\\": "src/"
    
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Jaap van Otterdijk",
                        "email": "opensource@ijaap.nl"
                    }
                ],
                "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
                "homepage": "http://www.phpdoc.org",
                "keywords": [
                    "FQSEN",
                    "phpDocumentor",
                    "phpdoc",
                    "reflection",
                    "static analysis"
                ],
    
    Jakob Sack's avatar
    Jakob Sack committed
                "time": "2018-08-07T13:53:10+00:00"
    
            },
            {
                "name": "phpdocumentor/reflection-docblock",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
    
                    "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
                    "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
    
                    "shasum": ""
                },
                "require": {
    
                    "ext-filter": "^7.1",
                    "php": "^7.2",
                    "phpdocumentor/reflection-common": "^2.0",
                    "phpdocumentor/type-resolver": "^1.0",
                    "webmozart/assert": "^1"
    
                },
                "require-dev": {
    
                    "doctrine/instantiator": "^1",
                    "mockery/mockery": "^1"
    
                },
                "type": "library",
    
                        "dev-master": "5.x-dev"
    
                "autoload": {
                    "psr-4": {
    
                        "phpDocumentor\\Reflection\\": "src"
    
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Mike van Riel",
                        "email": "me@mikevanriel.com"
    
                    },
                    {
                        "name": "Jaap van Otterdijk",
                        "email": "account@ijaap.nl"
    
                    }
                ],
                "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
    
                "time": "2020-02-22T12:28:44+00:00"
    
            },
            {
                "name": "phpdocumentor/type-resolver",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/phpDocumentor/TypeResolver.git",
    
                    "reference": "7462d5f123dfc080dfdf26897032a6513644fc95"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/7462d5f123dfc080dfdf26897032a6513644fc95",
                    "reference": "7462d5f123dfc080dfdf26897032a6513644fc95",
    
                    "shasum": ""
                },
                "require": {
    
    Jakob Sack's avatar
    Jakob Sack committed
                    "phpdocumentor/reflection-common": "^2.0"
    
                },
                "require-dev": {
    
                    "ext-tokenizer": "^7.2",
                    "mockery/mockery": "~1"
    
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
    Jakob Sack's avatar
    Jakob Sack committed
                        "dev-master": "1.x-dev"
    
                    }
                },
                "autoload": {
                    "psr-4": {
    
    Jakob Sack's avatar
    Jakob Sack committed
                        "phpDocumentor\\Reflection\\": "src"
    
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Mike van Riel",
                        "email": "me@mikevanriel.com"
                    }
                ],
    
    Jakob Sack's avatar
    Jakob Sack committed
                "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
    
                "time": "2020-02-18T18:59:58+00:00"
    
            },
            {
                "name": "phpspec/prophecy",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/phpspec/prophecy.git",
    
                    "reference": "451c3cd1418cf640de218914901e51b064abb093"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
                    "reference": "451c3cd1418cf640de218914901e51b064abb093",
    
                    "shasum": ""
                },
                "require": {
                    "doctrine/instantiator": "^1.0.2",
                    "php": "^5.3|^7.0",
    
                    "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
    
                    "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
                    "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
    
                },
                "require-dev": {
    
                    "phpspec/phpspec": "^2.5 || ^3.2",
    
                    "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
    
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                        "dev-master": "1.10.x-dev"
    
                    }
                },
                "autoload": {
    
                    "psr-4": {
                        "Prophecy\\": "src/Prophecy"
    
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Konstantin Kudryashov",
                        "email": "ever.zet@gmail.com",
                        "homepage": "http://everzet.com"
                    },
                    {
                        "name": "Marcello Duarte",
                        "email": "marcello.duarte@gmail.com"
                    }
                ],
                "description": "Highly opinionated mocking framework for PHP 5.3+",
                "homepage": "https://github.com/phpspec/prophecy",
                "keywords": [
                    "Double",
                    "Dummy",
                    "fake",
                    "mock",
                    "spy",
                    "stub"
                ],
    
                "time": "2020-03-05T15:02:03+00:00"
    
            },
            {
                "name": "phpunit/php-code-coverage",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
    
                    "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f1884187926fbb755a9aaf0b3836ad3165b478bf",
                    "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf",
    
                    "shasum": ""
                },
                "require": {
                    "ext-dom": "*",
                    "ext-xmlwriter": "*",
    
                    "php": "^7.2",
                    "phpunit/php-file-iterator": "^2.0.2",
    
                    "phpunit/php-text-template": "^1.2.1",
    
                    "phpunit/php-token-stream": "^3.1.1",
    
                    "sebastian/code-unit-reverse-lookup": "^1.0.1",
    
                    "sebastian/environment": "^4.2.2",
    
                    "sebastian/version": "^2.0.1",
    
                },
                "require-dev": {
    
                },
                "suggest": {
    
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                    }
                },
                "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 that provides collection, processing, and rendering functionality for PHP code coverage information.",
                "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
                "keywords": [
                    "coverage",
                    "testing",
                    "xunit"
                ],
    
                "time": "2019-11-20T13:55:58+00:00"
    
            },
            {
                "name": "phpunit/php-file-iterator",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
    
                    "reference": "050bedf145a257b1ff02746c31894800e5122946"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
                    "reference": "050bedf145a257b1ff02746c31894800e5122946",
    
                    "shasum": ""
                },
                "require": {
    
                    "php": "^7.1"
                },
                "require-dev": {
                    "phpunit/phpunit": "^7.1"
    
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
    
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
    
                    }
                ],
                "description": "FilterIterator implementation that filters files based on a list of suffixes.",
                "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
                "keywords": [
                    "filesystem",
                    "iterator"
                ],
    
                "time": "2018-09-13T20:33:42+00:00"
    
            },
            {
                "name": "phpunit/php-text-template",
                "version": "1.2.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/php-text-template.git",
                    "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
                    "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
                "type": "library",
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
    
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
    
                    }
                ],
                "description": "Simple template engine.",
                "homepage": "https://github.com/sebastianbergmann/php-text-template/",
                "keywords": [
                    "template"
                ],
                "time": "2015-06-21T13:50:34+00:00"
            },
            {
                "name": "phpunit/php-timer",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/php-timer.git",
    
                    "reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
                    "reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
    
                    "shasum": ""
                },
                "require": {
    
                },
                "require-dev": {
    
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
    
    Jakob Sack's avatar
    Jakob Sack committed
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
    
                    }
                ],
                "description": "Utility class for timing",
                "homepage": "https://github.com/sebastianbergmann/php-timer/",
                "keywords": [
                    "timer"
                ],
    
                "time": "2019-06-07T04:22:29+00:00"
    
            },
            {
                "name": "phpunit/php-token-stream",
    
    Jakob Sack's avatar
    Jakob Sack committed
                "version": "3.1.1",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/php-token-stream.git",
    
    Jakob Sack's avatar
    Jakob Sack committed
                    "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
    
                },
                "dist": {
                    "type": "zip",
    
    Jakob Sack's avatar
    Jakob Sack committed
                    "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
                    "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
    
                    "shasum": ""
                },
                "require": {
                    "ext-tokenizer": "*",
    
                },
                "require-dev": {
    
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    }
                ],
                "description": "Wrapper around PHP's tokenizer extension.",
                "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
                "keywords": [
                    "tokenizer"
                ],
    
    Jakob Sack's avatar
    Jakob Sack committed
                "time": "2019-09-17T06:23:10+00:00"
    
            },
            {
                "name": "phpunit/phpunit",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/phpunit.git",
    
                    "reference": "67750516bc02f300e2742fed2f50177f8f37bedf"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/67750516bc02f300e2742fed2f50177f8f37bedf",
                    "reference": "67750516bc02f300e2742fed2f50177f8f37bedf",
    
                    "shasum": ""
                },
                "require": {
    
                    "doctrine/instantiator": "^1.2.0",
    
                    "ext-dom": "*",
                    "ext-json": "*",
                    "ext-libxml": "*",
                    "ext-mbstring": "*",
                    "ext-xml": "*",
    
                    "ext-xmlwriter": "*",
                    "myclabs/deep-copy": "^1.9.1",
                    "phar-io/manifest": "^1.0.3",
                    "phar-io/version": "^2.0.1",
                    "php": "^7.2",
                    "phpspec/prophecy": "^1.8.1",
                    "phpunit/php-code-coverage": "^7.0.7",
                    "phpunit/php-file-iterator": "^2.0.2",
    
                    "phpunit/php-text-template": "^1.2.1",
    
                    "phpunit/php-timer": "^2.1.2",
                    "sebastian/comparator": "^3.0.2",
                    "sebastian/diff": "^3.0.2",
                    "sebastian/environment": "^4.2.2",
                    "sebastian/exporter": "^3.1.1",
                    "sebastian/global-state": "^3.0.0",
    
                    "sebastian/object-enumerator": "^3.0.3",
    
                    "sebastian/resource-operations": "^2.0.1",
                    "sebastian/type": "^1.1.3",
    
                    "sebastian/version": "^2.0.1"
    
                },
                "require-dev": {
                    "ext-pdo": "*"
                },
                "suggest": {
    
                    "ext-xdebug": "*",
    
                },
                "bin": [
                    "phpunit"
                ],
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                        "dev-master": "8.5-dev"
    
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
    
    Jakob Sack's avatar
    Jakob Sack committed
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
    
                    }
                ],
                "description": "The PHP Unit Testing framework.",
                "homepage": "https://phpunit.de/",
                "keywords": [
                    "phpunit",
                    "testing",
                    "xunit"
                ],
    
                "time": "2020-03-31T08:52:04+00:00"
    
            {
                "name": "psr/container",
                "version": "1.0.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-fig/container.git",
                    "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
                    "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Psr\\Container\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "PHP-FIG",
                        "homepage": "http://www.php-fig.org/"
                    }
                ],
                "description": "Common Container Interface (PHP FIG PSR-11)",
                "homepage": "https://github.com/php-fig/container",
                "keywords": [
                    "PSR-11",
                    "container",
                    "container-interface",
                    "container-interop",
                    "psr"
                ],
                "time": "2017-02-14T16:28:37+00:00"
            },
    
                "name": "roave/security-advisories",
                "version": "dev-master",
    
                    "url": "https://github.com/Roave/SecurityAdvisories.git",
    
                    "reference": "0f73cf4b4b9227eb8845723bc2a8869bc4dd6e8f"
    
                    "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/0f73cf4b4b9227eb8845723bc2a8869bc4dd6e8f",
                    "reference": "0f73cf4b4b9227eb8845723bc2a8869bc4dd6e8f",
    
                "conflict": {
                    "3f/pygmentize": "<1.2",
                    "adodb/adodb-php": "<5.20.12",
                    "alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1",
                    "amphp/artax": "<1.0.6|>=2,<2.0.6",
                    "amphp/http": "<1.0.1",
                    "api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6",
                    "asymmetricrypt/asymmetricrypt": ">=0,<9.9.99",
                    "aws/aws-sdk-php": ">=3,<3.2.1",
    
                    "bagisto/bagisto": "<0.1.5",
                    "bolt/bolt": "<3.6.10",
    
                    "brightlocal/phpwhois": "<=4.2.5",
    
                    "buddypress/buddypress": "<5.1.2",
    
                    "bugsnag/bugsnag-laravel": ">=2,<2.0.2",
                    "cakephp/cakephp": ">=1.3,<1.3.18|>=2,<2.4.99|>=2.5,<2.5.99|>=2.6,<2.6.12|>=2.7,<2.7.6|>=3,<3.5.18|>=3.6,<3.6.15|>=3.7,<3.7.7",
                    "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",