Skip to content
Snippets Groups Projects
composer.lock 106 KiB
Newer Older
  • Learn to ignore specific revisions
  •             "require-dev": {
                    "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Composer\\XdebugHandler\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "John Stevenson",
                        "email": "john-stevenson@blueyonder.co.uk"
                    }
                ],
                "description": "Restarts a process without xdebug.",
                "keywords": [
                    "Xdebug",
                    "performance"
                ],
    
                "time": "2019-05-27T17:52:04+00:00"
    
            {
                "name": "doctrine/instantiator",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/instantiator.git",
    
                    "reference": "a2c590166b2133a4633738648b6b064edae0814a"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a",
                    "reference": "a2c590166b2133a4633738648b6b064edae0814a",
    
                    "shasum": ""
                },
                "require": {
    
                },
                "require-dev": {
    
                    "doctrine/coding-standard": "^6.0",
    
                    "ext-pdo": "*",
                    "ext-phar": "*",
    
                    "phpbench/phpbench": "^0.13",
                    "phpstan/phpstan-phpunit": "^0.11",
                    "phpstan/phpstan-shim": "^0.11",
                    "phpunit/phpunit": "^7.0"
    
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Marco Pivetta",
                        "email": "ocramius@gmail.com",
                        "homepage": "http://ocramius.github.com/"
                    }
                ],
                "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
    
                "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
    
                "keywords": [
                    "constructor",
                    "instantiate"
                ],
    
                "time": "2019-03-17T17:37:11+00:00"
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/facebook/php-webdriver.git",
    
                    "reference": "e43de70f3c7166169d0f14a374505392734160e5"
    
                    "url": "https://api.github.com/repos/facebook/php-webdriver/zipball/e43de70f3c7166169d0f14a374505392734160e5",
                    "reference": "e43de70f3c7166169d0f14a374505392734160e5",
    
                    "shasum": ""
                },
                "require": {
                    "ext-curl": "*",
    
                    "ext-json": "*",
                    "ext-mbstring": "*",
    
                    "ext-zip": "*",
                    "php": "^5.6 || ~7.0",
                    "symfony/process": "^2.8 || ^3.1 || ^4.0"
                },
                "require-dev": {
                    "friendsofphp/php-cs-fixer": "^2.0",
    
                    "jakub-onderka/php-parallel-lint": "^0.9.2",
                    "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",
                    "squizlabs/php_codesniffer": "^2.6",
                    "symfony/var-dumper": "^3.3 || ^4.0"
                },
    
                "suggest": {
                    "ext-SimpleXML": "For Firefox profile creation"
                },
    
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-community": "1.5-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Facebook\\WebDriver\\": "lib/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "Apache-2.0"
                ],
                "description": "A PHP client for Selenium WebDriver",
                "homepage": "https://github.com/facebook/php-webdriver",
                "keywords": [
                    "facebook",
                    "php",
                    "selenium",
                    "webdriver"
                ],
    
                "time": "2019-06-13T08:02:18+00:00"
    
            {
                "name": "felixfbecker/advanced-json-rpc",
                "version": "v3.0.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/felixfbecker/php-advanced-json-rpc.git",
                    "reference": "241c470695366e7b83672be04ea0e64d8085a551"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/felixfbecker/php-advanced-json-rpc/zipball/241c470695366e7b83672be04ea0e64d8085a551",
                    "reference": "241c470695366e7b83672be04ea0e64d8085a551",
                    "shasum": ""
                },
                "require": {
                    "netresearch/jsonmapper": "^1.0",
                    "php": ">=7.0",
                    "phpdocumentor/reflection-docblock": "^4.0.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^6.0.0"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "AdvancedJsonRpc\\": "lib/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "ISC"
                ],
                "authors": [
                    {
                        "name": "Felix Becker",
                        "email": "felix.b@outlook.com"
                    }
                ],
                "description": "A more advanced JSONRPC implementation",
                "time": "2018-09-10T08:58:41+00:00"
            },
            {
                "name": "microsoft/tolerant-php-parser",
    
                "version": "v0.0.18",
    
                    "url": "https://github.com/microsoft/tolerant-php-parser.git",
                    "reference": "e255aa978b45729094da2a1a6f9954044a244ff2"
    
                    "url": "https://api.github.com/repos/microsoft/tolerant-php-parser/zipball/e255aa978b45729094da2a1a6f9954044a244ff2",
                    "reference": "e255aa978b45729094da2a1a6f9954044a244ff2",
    
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^6.4"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Microsoft\\PhpParser\\": [
                            "src/"
                        ]
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Rob Lourens",
                        "email": "roblou@microsoft.com"
                    }
                ],
                "description": "Tolerant PHP-to-AST parser designed for IDE usage scenarios",
    
                "time": "2019-07-01T02:21:00+00:00"
    
            {
                "name": "myclabs/deep-copy",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/myclabs/DeepCopy.git",
    
                    "reference": "007c053ae6f31bba39dfa19a7726f56e9763bbea"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/007c053ae6f31bba39dfa19a7726f56e9763bbea",
                    "reference": "007c053ae6f31bba39dfa19a7726f56e9763bbea",
    
                    "shasum": ""
                },
                "require": {
    
                    "php": "^7.1"
                },
                "replace": {
                    "myclabs/deep-copy": "self.version"
    
                },
                "require-dev": {
    
                    "doctrine/collections": "^1.0",
                    "doctrine/common": "^2.6",
    
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "DeepCopy\\": "src/DeepCopy/"
    
                    },
                    "files": [
                        "src/DeepCopy/deep_copy.php"
                    ]
    
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "description": "Create deep copies (clones) of your objects",
                "keywords": [
                    "clone",
                    "copy",
                    "duplicate",
                    "object",
                    "object graph"
                ],
    
                "time": "2019-08-09T12:45:53+00:00"
    
            {
                "name": "netresearch/jsonmapper",
    
                "version": "v1.6.0",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/cweiske/jsonmapper.git",
    
                    "reference": "0d4d1b48d682a93b6bfedf60b88c7750e9cb0b06"
    
                    "url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/0d4d1b48d682a93b6bfedf60b88c7750e9cb0b06",
                    "reference": "0d4d1b48d682a93b6bfedf60b88c7750e9cb0b06",
    
                    "ext-json": "*",
                    "ext-pcre": "*",
                    "ext-reflection": "*",
                    "ext-spl": "*",
    
                    "php": ">=5.6"
                },
                "require-dev": {
                    "phpunit/phpunit": "~4.8.35 || ~5.7 || ~6.4",
                    "squizlabs/php_codesniffer": "~1.5"
                },
                "type": "library",
                "autoload": {
                    "psr-0": {
                        "JsonMapper": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "OSL-3.0"
                ],
                "authors": [
                    {
                        "name": "Christian Weiske",
    
                        "role": "Developer",
    
                        "email": "cweiske@cweiske.de",
    
                        "homepage": "http://github.com/cweiske/jsonmapper/"
    
                    }
                ],
                "description": "Map nested JSON structures onto PHP classes",
    
                "time": "2019-08-15T19:41:25+00:00"
    
                "version": "2.2.11",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/phan/phan.git",
    
                    "reference": "ce6cb621d473df36e0d71d9f8c2b2e421135204f"
    
                    "url": "https://api.github.com/repos/phan/phan/zipball/ce6cb621d473df36e0d71d9f8c2b2e421135204f",
                    "reference": "ce6cb621d473df36e0d71d9f8c2b2e421135204f",
    
                    "shasum": ""
                },
                "require": {
                    "composer/semver": "^1.4",
    
                    "composer/xdebug-handler": "^1.3.2",
    
                    "ext-filter": "*",
                    "ext-json": "*",
                    "felixfbecker/advanced-json-rpc": "^3.0.3",
    
                    "microsoft/tolerant-php-parser": "0.0.18",
    
                    "symfony/console": "^2.3|^3.0|~4.0",
                    "symfony/polyfill-mbstring": "^1.11.0"
    
                    "brianium/paratest": "^2.2.0",
                    "phpunit/phpunit": "^7.5.0"
    
                    "ext-ast": "Needed for parsing ASTs (unless --use-fallback-parser is used). 1.0.1+ is needed.",
    
                    "ext-igbinary": "Improves performance of polyfill when ext-ast is unavailable",
    
                    "ext-tokenizer": "Needed for non-AST 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": "2019-08-18T19:08:45+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",
    
                        "role": "Developer",
                        "email": "arne@blankerts.de"
    
                        "role": "Developer",
                        "email": "sebastian@phpeople.de"
    
                        "role": "Developer",
                        "email": "sebastian@phpunit.de"
    
                    }
                ],
                "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",
    
                        "role": "Developer",
                        "email": "arne@blankerts.de"
    
                        "role": "Developer",
                        "email": "sebastian@phpeople.de"
    
                        "role": "Developer",
                        "email": "sebastian@phpunit.de"
    
                    }
                ],
                "description": "Library for handling version information and constraints",
    
                "time": "2018-07-08T19:19:57+00:00"
    
            {
                "name": "phpdocumentor/reflection-common",
    
                "version": "1.0.1",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
    
                    "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
                    "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
    
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.5"
                },
                "require-dev": {
                    "phpunit/phpunit": "^4.6"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "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"
                ],
    
                "time": "2017-09-11T18:02:19+00:00"
    
            },
            {
                "name": "phpdocumentor/reflection-docblock",
    
                "version": "4.3.1",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
    
                    "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c",
                    "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c",
    
                    "shasum": ""
                },
                "require": {
    
                    "phpdocumentor/reflection-common": "^1.0.0",
                    "phpdocumentor/type-resolver": "^0.4.0",
    
                    "webmozart/assert": "^1.0"
                },
                "require-dev": {
    
                    "doctrine/instantiator": "~1.0.5",
                    "mockery/mockery": "^1.0",
                    "phpunit/phpunit": "^6.4"
    
                },
                "type": "library",
    
                "extra": {
                    "branch-alias": {
                        "dev-master": "4.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"
                    }
                ],
                "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
    
                "time": "2019-04-30T17:48:53+00:00"
    
            },
            {
                "name": "phpdocumentor/type-resolver",
    
                "version": "0.4.0",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/phpDocumentor/TypeResolver.git",
    
                    "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
                    "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
    
                    "shasum": ""
                },
                "require": {
    
                    "php": "^5.5 || ^7.0",
    
                    "phpdocumentor/reflection-common": "^1.0"
                },
                "require-dev": {
                    "mockery/mockery": "^0.9.4",
                    "phpunit/phpunit": "^5.2||^4.8.24"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0.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"
                    }
                ],
    
                "time": "2017-07-14T14:27:02+00:00"
    
            },
            {
                "name": "phpspec/prophecy",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/phpspec/prophecy.git",
    
                    "reference": "1927e75f4ed19131ec9bcc3b002e07fb1173ee76"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/phpspec/prophecy/zipball/1927e75f4ed19131ec9bcc3b002e07fb1173ee76",
                    "reference": "1927e75f4ed19131ec9bcc3b002e07fb1173ee76",
    
                    "shasum": ""
                },
                "require": {
                    "doctrine/instantiator": "^1.0.2",
                    "php": "^5.3|^7.0",
    
                    "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
    
                    "sebastian/comparator": "^1.1|^2.0|^3.0",
    
                    "sebastian/recursion-context": "^1.0|^2.0|^3.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": {
    
                    }
                },
                "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": "2019-06-13T12:50:23+00:00"
    
            },
            {
                "name": "phpunit/php-code-coverage",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
    
                    "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
                    "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
    
                    "shasum": ""
                },
                "require": {
                    "ext-dom": "*",
                    "ext-xmlwriter": "*",
    
                    "php": "^7.1",
                    "phpunit/php-file-iterator": "^2.0",
    
                    "phpunit/php-text-template": "^1.2.1",
    
                    "phpunit/php-token-stream": "^3.0",
    
                    "sebastian/code-unit-reverse-lookup": "^1.0.1",
    
                    "sebastian/environment": "^3.1 || ^4.0",
    
                    "sebastian/version": "^2.0.1",
                    "theseer/tokenizer": "^1.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",
    
                        "role": "lead",
                        "email": "sebastian@phpunit.de"
    
                    }
                ],
                "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": "2018-10-31T16:06:48+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",
    
                        "role": "lead",
                        "email": "sebastian@phpunit.de"
    
                    }
                ],
                "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",
    
                        "role": "lead",
                        "email": "sebastian@phpunit.de"
    
                    }
                ],
                "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",
    
                        "role": "lead",
                        "email": "sebastian@phpunit.de"
    
                    }
                ],
                "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",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/php-token-stream.git",
    
                    "reference": "e899757bb3df5ff6e95089132f32cd59aac2220a"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e899757bb3df5ff6e95089132f32cd59aac2220a",
                    "reference": "e899757bb3df5ff6e95089132f32cd59aac2220a",
    
                    "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"
                ],
    
                "time": "2019-07-25T05:29:42+00:00"
    
            },
            {
                "name": "phpunit/phpunit",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/phpunit.git",
    
                    "reference": "d79c053d972856b8b941bb233e39dc521a5093f0"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d79c053d972856b8b941bb233e39dc521a5093f0",
                    "reference": "d79c053d972856b8b941bb233e39dc521a5093f0",
    
                    "shasum": ""
                },
                "require": {
    
                    "doctrine/instantiator": "^1.1",
    
                    "ext-dom": "*",
                    "ext-json": "*",
                    "ext-libxml": "*",
                    "ext-mbstring": "*",
                    "ext-xml": "*",
    
                    "myclabs/deep-copy": "^1.7",
                    "phar-io/manifest": "^1.0.2",
                    "phar-io/version": "^2.0",
                    "php": "^7.1",
    
                    "phpunit/php-code-coverage": "^6.0.7",
                    "phpunit/php-file-iterator": "^2.0.1",
    
                    "phpunit/php-text-template": "^1.2.1",
    
                    "phpunit/php-timer": "^2.1",
                    "sebastian/comparator": "^3.0",
                    "sebastian/diff": "^3.0",
                    "sebastian/environment": "^4.0",
    
                    "sebastian/exporter": "^3.1",
                    "sebastian/global-state": "^2.0",
                    "sebastian/object-enumerator": "^3.0.3",
    
                    "sebastian/resource-operations": "^2.0",
    
                    "sebastian/version": "^2.0.1"
    
                },
                "conflict": {
    
                    "phpunit/phpunit-mock-objects": "*"
    
                },
                "require-dev": {
                    "ext-pdo": "*"