Skip to content
Snippets Groups Projects
composer.lock 230 KiB
Newer Older
  • Learn to ignore specific revisions
  •             "source": {
                    "type": "git",
                    "url": "https://github.com/composer/composer.git",
    
                    "reference": "bb01f2180df87ce7992b8331a68904f80439dd2f"
    
                    "url": "https://api.github.com/repos/composer/composer/zipball/bb01f2180df87ce7992b8331a68904f80439dd2f",
                    "reference": "bb01f2180df87ce7992b8331a68904f80439dd2f",
    
                    "shasum": ""
                },
                "require": {
                    "composer/ca-bundle": "^1.0",
                    "composer/semver": "^1.0",
                    "composer/spdx-licenses": "^1.2",
                    "composer/xdebug-handler": "^1.1",
                    "justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0",
                    "php": "^5.3.2 || ^7.0",
                    "psr/log": "^1.0",
                    "seld/jsonlint": "^1.4",
                    "seld/phar-utils": "^1.0",
                    "symfony/console": "^2.7 || ^3.0 || ^4.0",
                    "symfony/filesystem": "^2.7 || ^3.0 || ^4.0",
                    "symfony/finder": "^2.7 || ^3.0 || ^4.0",
                    "symfony/process": "^2.7 || ^3.0 || ^4.0"
                },
                "conflict": {
                    "symfony/console": "2.8.38"
                },
                "require-dev": {
                    "phpunit/phpunit": "^4.8.35 || ^5.7",
                    "phpunit/phpunit-mock-objects": "^2.3 || ^3.0"
                },
                "suggest": {
                    "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
                    "ext-zip": "Enabling the zip extension allows you to unzip archives",
                    "ext-zlib": "Allow gzip compression of HTTP requests"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Composer\\": "src/Composer"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Nils Adermann",
                        "email": "naderman@naderman.de",
                        "homepage": "http://www.naderman.de"
                    },
                    {
                        "name": "Jordi Boggiano",
                        "email": "j.boggiano@seld.be",
                        "homepage": "http://seld.be"
                    }
                ],
    
                "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
    
                "homepage": "https://getcomposer.org/",
                "keywords": [
                    "autoload",
                    "dependency",
                    "package"
                ],
    
                "time": "2019-11-01T16:20:17+00:00"
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/composer/spdx-licenses.git",
    
                    "reference": "7ac1e6aec371357df067f8a688c3d6974df68fa5"
    
                    "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/7ac1e6aec371357df067f8a688c3d6974df68fa5",
                    "reference": "7ac1e6aec371357df067f8a688c3d6974df68fa5",
    
                    "shasum": ""
                },
                "require": {
                    "php": "^5.3.2 || ^7.0 || ^8.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Composer\\Spdx\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Nils Adermann",
                        "email": "naderman@naderman.de",
                        "homepage": "http://www.naderman.de"
                    },
                    {
                        "name": "Jordi Boggiano",
                        "email": "j.boggiano@seld.be",
                        "homepage": "http://seld.be"
                    },
                    {
                        "name": "Rob Bast",
                        "email": "rob.bast@gmail.com",
                        "homepage": "http://robbast.nl"
                    }
                ],
                "description": "SPDX licenses list and validation library.",
                "keywords": [
                    "license",
                    "spdx",
                    "validator"
                ],
    
            },
            {
                "name": "composer/xdebug-handler",
                "version": "1.3.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/composer/xdebug-handler.git",
                    "reference": "46867cbf8ca9fb8d60c506895449eb799db1184f"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/46867cbf8ca9fb8d60c506895449eb799db1184f",
                    "reference": "46867cbf8ca9fb8d60c506895449eb799db1184f",
                    "shasum": ""
                },
                "require": {
                    "php": "^5.3.2 || ^7.0",
                    "psr/log": "^1.0"
                },
                "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"
            },
    
                    "url": "https://github.com/doctrine/instantiator.git",
    
                    "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
    
                    "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
                    "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
    
                    "doctrine/coding-standard": "^6.0",
    
                    "phpbench/phpbench": "^0.13",
                    "phpstan/phpstan-phpunit": "^0.11",
                    "phpstan/phpstan-shim": "^0.11",
                    "phpunit/phpunit": "^7.0"
    
                        "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",
    
                "time": "2019-10-21T16:45:58+00:00"
    
                    "url": "https://git.drupalcode.org/project/coder.git",
    
                    "reference": "c11c2957653bdbfd68adc851692d094b43d39221"
    
                    "php": ">=5.5.9",
                    "squizlabs/php_codesniffer": "^3.4.1",
    
                    "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
    
                "type": "phpcodesniffer-standard",
    
                "autoload": {
                    "psr-0": {
                        "Drupal\\": "coder_sniffer/Drupal/",
    
                        "DrupalPractice\\": "coder_sniffer/DrupalPractice/"
    
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "GPL-2.0+"
                ],
                "description": "Coder is a library to review Drupal code.",
                "homepage": "https://www.drupal.org/project/coder",
                "keywords": [
                    "code review",
                    "phpcs",
                    "standards"
                ],
    
                "time": "2019-12-07T16:00:28+00:00"
    
            {
                "name": "easyrdf/easyrdf",
                "version": "0.9.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/njh/easyrdf.git",
                    "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/njh/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566",
                    "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566",
                    "shasum": ""
                },
                "require": {
                    "ext-mbstring": "*",
                    "ext-pcre": "*",
                    "php": ">=5.2.8"
                },
                "require-dev": {
                    "phpunit/phpunit": "~3.5",
                    "sami/sami": "~1.4",
                    "squizlabs/php_codesniffer": "~1.4.3"
                },
                "suggest": {
                    "ml/json-ld": "~1.0"
                },
                "type": "library",
                "autoload": {
                    "psr-0": {
                        "EasyRdf_": "lib/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Nicholas Humfrey",
                        "email": "njh@aelius.com",
                        "homepage": "http://www.aelius.com/njh/",
                        "role": "Developer"
                    },
                    {
                        "name": "Alexey Zakhlestin",
                        "email": "indeyets@gmail.com",
                        "role": "Developer"
                    }
                ],
                "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.",
                "homepage": "http://www.easyrdf.org/",
                "keywords": [
                    "Linked Data",
                    "RDF",
                    "Semantic Web",
                    "Turtle",
                    "rdfa",
                    "sparql"
                ],
                "time": "2015-02-27T09:45:49+00:00"
            },
    
                    "url": "https://github.com/FriendsOfPHP/Goutte.git",
    
                    "reference": "3f0eaf0a40181359470651f1565b3e07e3dd31b8"
    
                    "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/3f0eaf0a40181359470651f1565b3e07e3dd31b8",
                    "reference": "3f0eaf0a40181359470651f1565b3e07e3dd31b8",
    
                    "guzzlehttp/guzzle": "^6.0",
                    "php": ">=5.5.0",
    
                    "symfony/browser-kit": "~2.1|~3.0|~4.0",
                    "symfony/css-selector": "~2.1|~3.0|~4.0",
                    "symfony/dom-crawler": "~2.1|~3.0|~4.0"
                },
                "require-dev": {
                    "symfony/phpunit-bridge": "^3.3 || ^4"
    
                "notification-url": "https://packagist.org/downloads/",
    
                    {
                        "name": "Fabien Potencier",
                        "email": "fabien@symfony.com"
    
                "description": "A simple PHP Web Scraper",
                "homepage": "https://github.com/FriendsOfPHP/Goutte",
                "keywords": [
                    "scraper"
                ],
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/instaclick/php-webdriver.git",
    
                    "reference": "bd9405077ca04129a73059a06873bedb5e138402"
    
                    "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/bd9405077ca04129a73059a06873bedb5e138402",
                    "reference": "bd9405077ca04129a73059a06873bedb5e138402",
    
                    "shasum": ""
                },
                "require": {
                    "ext-curl": "*",
                    "php": ">=5.3.2"
                },
                "require-dev": {
                    "phpunit/phpunit": "^4.8",
                    "satooshi/php-coveralls": "^1.0||^2.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.4.x-dev"
                    }
                },
                "autoload": {
                    "psr-0": {
                        "WebDriver": "lib/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "Apache-2.0"
                ],
                "authors": [
                    {
                        "name": "Justin Bishop",
                        "email": "jubishop@gmail.com",
                        "role": "Developer"
                    },
                    {
                        "name": "Anthon Pang",
                        "email": "apang@softwaredevelopment.ca",
                        "role": "Fork Maintainer"
                    }
                ],
                "description": "PHP WebDriver for Selenium 2",
                "homepage": "http://instaclick.com/",
                "keywords": [
                    "browser",
                    "selenium",
                    "webdriver",
                    "webtest"
                ],
    
            {
                "name": "justinrainbow/json-schema",
                "version": "5.2.8",
                "source": {
                    "type": "git",
                    "url": "https://github.com/justinrainbow/json-schema.git",
                    "reference": "dcb6e1006bb5fd1e392b4daa68932880f37550d4"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/dcb6e1006bb5fd1e392b4daa68932880f37550d4",
                    "reference": "dcb6e1006bb5fd1e392b4daa68932880f37550d4",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
                "require-dev": {
                    "friendsofphp/php-cs-fixer": "~2.2.20",
                    "json-schema/json-schema-test-suite": "1.2.0",
                    "phpunit/phpunit": "^4.8.35"
                },
                "bin": [
                    "bin/validate-json"
                ],
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "5.0.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "JsonSchema\\": "src/JsonSchema/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Bruno Prieto Reis",
                        "email": "bruno.p.reis@gmail.com"
                    },
                    {
                        "name": "Justin Rainbow",
                        "email": "justin.rainbow@gmail.com"
                    },
                    {
                        "name": "Igor Wiedler",
                        "email": "igor@wiedler.ch"
                    },
                    {
                        "name": "Robert Schönthal",
                        "email": "seroscho@googlemail.com"
                    }
                ],
                "description": "A library to validate a json schema.",
                "homepage": "https://github.com/justinrainbow/json-schema",
                "keywords": [
                    "json",
                    "schema"
                ],
                "time": "2019-01-14T23:55:14+00:00"
            },
    
                    "url": "https://github.com/bovigo/vfsStream.git",
    
                    "reference": "231c73783ebb7dd9ec77916c10037eff5a2b6efe"
    
                    "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/231c73783ebb7dd9ec77916c10037eff5a2b6efe",
                    "reference": "231c73783ebb7dd9ec77916c10037eff5a2b6efe",
    
                    "psr-0": {
                        "org\\bovigo\\vfs\\": "src/main/php"
    
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
    
                        "homepage": "http://frankkleine.de/",
                        "role": "Developer"
    
                "description": "Virtual file system to mock the real file system in unit tests.",
                "homepage": "http://vfs.bovigo.org/",
    
            {
                "name": "myclabs/deep-copy",
                "version": "1.7.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/myclabs/DeepCopy.git",
                    "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
                    "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
                    "shasum": ""
                },
                "require": {
                    "php": "^5.6 || ^7.0"
                },
                "require-dev": {
                    "doctrine/collections": "^1.0",
                    "doctrine/common": "^2.6",
                    "phpunit/phpunit": "^4.1"
                },
                "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": "2017-10-19T19:58:43+00:00"
            },
            {
                "name": "phar-io/manifest",
                "version": "1.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/phar-io/manifest.git",
                    "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
                    "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
                    "shasum": ""
                },
                "require": {
                    "ext-dom": "*",
                    "ext-phar": "*",
                    "phar-io/version": "^1.0.1",
                    "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"
                    },
                    {
                        "name": "Sebastian Heuer",
                        "email": "sebastian@phpeople.de",
                        "role": "Developer"
                    },
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "Developer"
                    }
                ],
                "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
                "time": "2017-03-05T18:14:27+00:00"
            },
            {
                "name": "phar-io/version",
                "version": "1.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/phar-io/version.git",
                    "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
                    "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
                    "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": "2017-03-05T17:38:23+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",
    
                    "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
    
                    "reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e"
    
                    "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/b83ff7cfcfee7827e1e78b637a5904fe6a96698e",
                    "reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e",
    
                    "php": "^7.0",
                    "phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0",
                    "phpdocumentor/type-resolver": "~0.4 || ^1.0.0",
                    "webmozart/assert": "^1.0"
    
                    "doctrine/instantiator": "^1.0.5",
                    "mockery/mockery": "^1.0",
                    "phpunit/phpunit": "^6.4"
    
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
    
                "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-09-12T14:27:41+00:00"
            },
            {
                "name": "phpdocumentor/type-resolver",
                "version": "0.5.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/phpDocumentor/TypeResolver.git",
                    "reference": "cf842904952e64e703800d094cdf34e715a8a3ae"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/cf842904952e64e703800d094cdf34e715a8a3ae",
                    "reference": "cf842904952e64e703800d094cdf34e715a8a3ae",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.0",
                    "phpdocumentor/reflection-common": "^1.0"
                },
                "require-dev": {
                    "mockery/mockery": "^1.0",
                    "phpunit/phpunit": "^6.4"
                },
                "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-12-30T13:23:38+00:00"
    
                    "url": "https://github.com/phpspec/prophecy.git",
    
                    "reference": "f6811d96d97bdf400077a0cc100ae56aa32b9203"
    
                    "url": "https://api.github.com/repos/phpspec/prophecy/zipball/f6811d96d97bdf400077a0cc100ae56aa32b9203",
                    "reference": "f6811d96d97bdf400077a0cc100ae56aa32b9203",
    
                    "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
                    "sebastian/comparator": "^1.1|^2.0|^3.0",
    
                    "sebastian/recursion-context": "^1.0|^2.0|^3.0"
    
                    "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
    
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                    }
                },
                "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"
                ],
    
                    "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
    
                    "reference": "c89677919c5dd6d3b3852f230a663118762218ac"
    
                    "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c89677919c5dd6d3b3852f230a663118762218ac",
                    "reference": "c89677919c5dd6d3b3852f230a663118762218ac",
    
                    "ext-dom": "*",
                    "ext-xmlwriter": "*",
                    "php": "^7.0",
                    "phpunit/php-file-iterator": "^1.4.2",
                    "phpunit/php-text-template": "^1.2.1",
                    "phpunit/php-token-stream": "^2.0.1",
                    "sebastian/code-unit-reverse-lookup": "^1.0.1",
                    "sebastian/environment": "^3.0",
                    "sebastian/version": "^2.0.1",
                    "theseer/tokenizer": "^1.1"
    
                "notification-url": "https://packagist.org/downloads/",
    
                        "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"
                ],
    
                    "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
    
                    "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
    
                    "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
                    "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",