Skip to content
Snippets Groups Projects
composer.lock 52.9 KiB
Newer Older
Ryan Smith's avatar
Ryan Smith committed
{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
Ryan Smith's avatar
Ryan Smith committed
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
Ryan Smith's avatar
Ryan Smith committed
        "This file is @generated automatically"
    ],
    "hash": "e110253bdde444a1863c321cfc575476",
    "content-hash": "c93fa54eb60d20f468f910998014740d",
Ryan Smith's avatar
Ryan Smith committed
    "packages": [
        {
            "name": "learninglocker/moodle-log-expander",
Ryan Smith's avatar
Ryan Smith committed
            "source": {
                "type": "git",
                "url": "https://github.com/LearningLocker/Moodle-Log-Expander.git",
Jerrett's avatar
Jerrett committed
                "reference": "5f8f8fadfb8efcfeecd014cbd33fb0401c00b666"
Ryan Smith's avatar
Ryan Smith committed
            },
            "dist": {
                "type": "zip",
Jerrett's avatar
Jerrett committed
                "url": "https://api.github.com/repos/LearningLocker/Moodle-Log-Expander/zipball/5f8f8fadfb8efcfeecd014cbd33fb0401c00b666",
                "reference": "5f8f8fadfb8efcfeecd014cbd33fb0401c00b666",
Ryan Smith's avatar
Ryan Smith committed
                "shasum": ""
            },
            "require-dev": {
                "phpunit/phpunit": "~4.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "LogExpander\\": "src/",
                    "LogExpander\\Tests\\": "tests/"
Ryan Smith's avatar
Ryan Smith committed
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL v3"
            ],
            "time": "2016-06-02 13:12:24"
Ryan Smith's avatar
Ryan Smith committed
        },
        {
            "name": "learninglocker/moodle-xapi-translator",
Ryan Smith's avatar
Ryan Smith committed
            "source": {
                "type": "git",
                "url": "https://github.com/LearningLocker/Moodle-xAPI-Translator.git",
                "reference": "63ab6aee5ac89a97670510e9c64c816fa596dc0a"
Ryan Smith's avatar
Ryan Smith committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/LearningLocker/Moodle-xAPI-Translator/zipball/63ab6aee5ac89a97670510e9c64c816fa596dc0a",
                "reference": "63ab6aee5ac89a97670510e9c64c816fa596dc0a",
Ryan Smith's avatar
Ryan Smith committed
                "shasum": ""
            },
            "require-dev": {
                "phpunit/phpunit": "~4.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "MXTranslator\\": "src/",
                    "MXTranslator\\Tests\\": "tests/"
Ryan Smith's avatar
Ryan Smith committed
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL v3"
            ],
            "time": "2016-05-31 14:37:44"
Ryan Smith's avatar
Ryan Smith committed
        },
        {
            "name": "learninglocker/xapi-recipe-emitter",
Ryan Smith's avatar
Ryan Smith committed
            "source": {
                "type": "git",
                "url": "https://github.com/LearningLocker/xAPI-Recipe-Emitter.git",
Jerrett's avatar
Jerrett committed
                "reference": "38e7f4215ea52e1ab437a8a3a62ae31dc6e459b5"
Ryan Smith's avatar
Ryan Smith committed
            },
            "dist": {
                "type": "zip",
Jerrett's avatar
Jerrett committed
                "url": "https://api.github.com/repos/LearningLocker/xAPI-Recipe-Emitter/zipball/38e7f4215ea52e1ab437a8a3a62ae31dc6e459b5",
                "reference": "38e7f4215ea52e1ab437a8a3a62ae31dc6e459b5",
Ryan Smith's avatar
Ryan Smith committed
                "shasum": ""
            },
            "require": {
                "rusticisoftware/tincan": "0.12.*"
Ryan Smith's avatar
Ryan Smith committed
            },
            "require-dev": {
                "learninglocker/statementfactory": "~0.0",
Ryan Smith's avatar
Ryan Smith committed
                "phpunit/phpunit": "~4.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "XREmitter\\": "src/",
                    "XREmitter\\Tests\\": "tests/"
Ryan Smith's avatar
Ryan Smith committed
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL v3"
            ],
            "time": "2016-06-02 13:18:13"
        },
        {
            "name": "namshi/jose",
            "version": "7.2.3",
            "source": {
                "type": "git",
                "url": "https://github.com/namshi/jose.git",
                "reference": "89a24d7eb3040e285dd5925fcad992378b82bcff"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/namshi/jose/zipball/89a24d7eb3040e285dd5925fcad992378b82bcff",
                "reference": "89a24d7eb3040e285dd5925fcad992378b82bcff",
                "shasum": ""
            },
            "require": {
                "ext-date": "*",
                "ext-hash": "*",
                "ext-json": "*",
                "ext-pcre": "*",
                "ext-spl": "*",
                "php": ">=5.5",
                "symfony/polyfill-php56": "^1.0"
            },
            "require-dev": {
                "phpseclib/phpseclib": "^2.0",
                "phpunit/phpunit": "^4.5|^5.0",
                "satooshi/php-coveralls": "^1.0"
            },
            "suggest": {
                "ext-openssl": "Allows to use OpenSSL as crypto engine.",
                "phpseclib/phpseclib": "Allows to use Phpseclib as crypto engine, use version ^2.0."
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Namshi\\JOSE\\": "src/Namshi/JOSE/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Alessandro Nadalin",
                    "email": "alessandro.nadalin@gmail.com"
                },
                {
                    "name": "Alessandro Cinelli (cirpo)",
                    "email": "alessandro.cinelli@gmail.com"
                }
            ],
            "description": "JSON Object Signing and Encryption library for PHP.",
            "keywords": [
                "JSON Web Signature",
                "JSON Web Token",
                "JWS",
                "json",
                "jwt",
                "token"
            ],
            "time": "2016-12-05 07:27:31"
Ryan Smith's avatar
Ryan Smith committed
        },
        {
            "name": "rusticisoftware/tincan",
            "version": "1.0.0",
Ryan Smith's avatar
Ryan Smith committed
            "source": {
                "type": "git",
                "url": "https://github.com/RusticiSoftware/TinCanPHP.git",
                "reference": "abb63a0fd163d9e519f39ad33c774ebec6edfd02"
Ryan Smith's avatar
Ryan Smith committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/RusticiSoftware/TinCanPHP/zipball/abb63a0fd163d9e519f39ad33c774ebec6edfd02",
                "reference": "abb63a0fd163d9e519f39ad33c774ebec6edfd02",
Ryan Smith's avatar
Ryan Smith committed
                "shasum": ""
            },
            "require": {
                "ext-openssl": "*",
                "namshi/jose": "^7.2.1",
                "php": "~5.5 || ^7.0.3",
                "willdurand/negotiation": "^2.0"
Ryan Smith's avatar
Ryan Smith committed
            },
            "require-dev": {
                "phpdocumentor/phpdocumentor": "2.*",
                "phpunit/phpunit": "@stable"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "TinCan\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Brian J. Miller",
                    "email": "brian.miller@tincanapi.com",
                    "role": "Developer"
                }
            ],
            "description": "Experience API (Tin Can API) Library",
Ryan Smith's avatar
Ryan Smith committed
            "homepage": "http://rusticisoftware.github.io/TinCanPHP/",
            "keywords": [
                "Experience API",
                "e-learning",
                "scorm",
                "tin can",
                "tincan",
                "xAPI"
            ],
            "time": "2016-09-21 16:57:05"
        },
        {
            "name": "symfony/polyfill-php56",
            "version": "v1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php56.git",
                "reference": "1dd42b9b89556f18092f3d1ada22cb05ac85383c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/1dd42b9b89556f18092f3d1ada22cb05ac85383c",
                "reference": "1dd42b9b89556f18092f3d1ada22cb05ac85383c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "symfony/polyfill-util": "~1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Php56\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "time": "2016-11-14 01:06:16"
        },
        {
            "name": "symfony/polyfill-util",
            "version": "v1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-util.git",
                "reference": "746bce0fca664ac0a575e465f65c6643faddf7fb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/746bce0fca664ac0a575e465f65c6643faddf7fb",
                "reference": "746bce0fca664ac0a575e465f65c6643faddf7fb",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Util\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony utilities for portability of PHP codes",
            "homepage": "https://symfony.com",
            "keywords": [
                "compat",
                "compatibility",
                "polyfill",
                "shim"
            ],
            "time": "2016-11-14 01:06:16"
        },
        {
            "name": "willdurand/negotiation",
            "version": "v2.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/willdurand/Negotiation.git",
                "reference": "1f210db45723b21edd69f39794662b8d64656b93"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/1f210db45723b21edd69f39794662b8d64656b93",
                "reference": "1f210db45723b21edd69f39794662b8d64656b93",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Negotiation\\": "src/Negotiation"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "William Durand",
                    "email": "will+git@drnd.me"
                }
            ],
            "description": "Content Negotiation tools for PHP provided as a standalone library.",
            "homepage": "http://williamdurand.fr/Negotiation/",
            "keywords": [
                "accept",
                "content",
                "format",
                "header",
                "negotiation"
            ],
            "time": "2016-10-14 09:17:47"
Ryan Smith's avatar
Ryan Smith committed
        }
    ],
    "packages-dev": [
        {
            "name": "doctrine/instantiator",
            "version": "1.0.5",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/instantiator.git",
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3,<8.0-DEV"
            },
            "require-dev": {
                "athletic/athletic": "~0.1.8",
                "ext-pdo": "*",
                "ext-phar": "*",
                "phpunit/phpunit": "~4.0",
                "squizlabs/php_codesniffer": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "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://github.com/doctrine/instantiator",
            "keywords": [
                "constructor",
                "instantiate"
            ],
            "time": "2015-06-14 21:17:01"
        },
        {
            "name": "learninglocker/statementfactory",
            "version": "v0.0.10",
            "source": {
                "type": "git",
                "url": "https://github.com/LearningLocker/StatementFactory.git",
                "reference": "61a6aa2dabc785300d8fc90efc704aaac4187278"
                "url": "https://api.github.com/repos/LearningLocker/StatementFactory/zipball/61a6aa2dabc785300d8fc90efc704aaac4187278",
                "reference": "61a6aa2dabc785300d8fc90efc704aaac4187278",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Locker\\XApi\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL v3"
            ],
            "authors": [
                {
                    "name": "Ryan Smith",
                    "email": "0ryansmith1994@gmail.com"
                }
            ],
            "description": "Learning Locker's classes for xAPI.",
            "time": "2016-08-25 14:02:22"
        },
        {
            "name": "phpdocumentor/reflection-common",
            "version": "1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
                "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": "2015-12-27 11:43:31"
Ryan Smith's avatar
Ryan Smith committed
        {
            "name": "phpdocumentor/reflection-docblock",
            "version": "3.1.1",
Ryan Smith's avatar
Ryan Smith committed
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
Ryan Smith's avatar
Ryan Smith committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
Ryan Smith's avatar
Ryan Smith committed
                "shasum": ""
            },
            "require": {
                "php": ">=5.5",
                "phpdocumentor/reflection-common": "^1.0@dev",
                "phpdocumentor/type-resolver": "^0.2.0",
                "webmozart/assert": "^1.0"
Ryan Smith's avatar
Ryan Smith committed
            },
            "require-dev": {
                "mockery/mockery": "^0.9.4",
                "phpunit/phpunit": "^4.4"
Ryan Smith's avatar
Ryan Smith committed
            },
            "type": "library",
            "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": "2016-09-30 07:12:33"
        },
        {
            "name": "phpdocumentor/type-resolver",
            "version": "0.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5",
                "phpdocumentor/reflection-common": "^1.0"
            },
            "require-dev": {
                "mockery/mockery": "^0.9.4",
                "phpunit/phpunit": "^5.2||^4.8.24"
Ryan Smith's avatar
Ryan Smith committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
Ryan Smith's avatar
Ryan Smith committed
                }
            },
            "autoload": {
                "psr-4": {
                    "phpDocumentor\\Reflection\\": [
Ryan Smith's avatar
Ryan Smith committed
                        "src/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mike van Riel",
                    "email": "me@mikevanriel.com"
Ryan Smith's avatar
Ryan Smith committed
                }
            ],
            "time": "2016-11-25 06:54:22"
Ryan Smith's avatar
Ryan Smith committed
        },
        {
            "name": "phpspec/prophecy",
            "version": "v1.6.2",
Ryan Smith's avatar
Ryan Smith committed
            "source": {
                "type": "git",
                "url": "https://github.com/phpspec/prophecy.git",
                "reference": "6c52c2722f8460122f96f86346600e1077ce22cb"
Ryan Smith's avatar
Ryan Smith committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/6c52c2722f8460122f96f86346600e1077ce22cb",
                "reference": "6c52c2722f8460122f96f86346600e1077ce22cb",
Ryan Smith's avatar
Ryan Smith committed
                "shasum": ""
            },
            "require": {
                "doctrine/instantiator": "^1.0.2",
                "php": "^5.3|^7.0",
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
                "sebastian/comparator": "^1.1",
                "sebastian/recursion-context": "^1.0|^2.0"
Ryan Smith's avatar
Ryan Smith committed
            },
            "require-dev": {
                "phpspec/phpspec": "^2.0",
                "phpunit/phpunit": "^4.8 || ^5.6.5"
Ryan Smith's avatar
Ryan Smith committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.6.x-dev"
Ryan Smith's avatar
Ryan Smith committed
                }
            },
            "autoload": {
                "psr-0": {
                    "Prophecy\\": "src/"
                }
            },
            "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": "2016-11-21 14:58:47"
Ryan Smith's avatar
Ryan Smith committed
        },
        {
            "name": "phpunit/php-code-coverage",
            "version": "2.2.4",
Ryan Smith's avatar
Ryan Smith committed
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
Ryan Smith's avatar
Ryan Smith committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
Ryan Smith's avatar
Ryan Smith committed
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "phpunit/php-file-iterator": "~1.3",
                "phpunit/php-text-template": "~1.2",
                "phpunit/php-token-stream": "~1.3",
                "sebastian/environment": "^1.3.2",
Ryan Smith's avatar
Ryan Smith committed
                "sebastian/version": "~1.0"
            },
            "require-dev": {
                "ext-xdebug": ">=2.1.4",
                "phpunit/phpunit": "~4"
            },
            "suggest": {
                "ext-dom": "*",
                "ext-xdebug": ">=2.2.1",
                "ext-xmlwriter": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Ryan Smith's avatar
Ryan Smith committed
                    "dev-master": "2.2.x-dev"
Ryan Smith's avatar
Ryan Smith committed
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sb@sebastian-bergmann.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": "2015-10-06 15:47:00"
Ryan Smith's avatar
Ryan Smith committed
        },
        {
            "name": "phpunit/php-file-iterator",
            "version": "1.4.2",
Ryan Smith's avatar
Ryan Smith committed
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
Ryan Smith's avatar
Ryan Smith committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
Ryan Smith's avatar
Ryan Smith committed
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sb@sebastian-bergmann.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": "2016-10-03 07:40:28"
Ryan Smith's avatar
Ryan Smith committed
        },
        {
            "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-21 13:50:34"
        },
        {
            "name": "phpunit/php-timer",
            "version": "1.0.9",
Ryan Smith's avatar
Ryan Smith committed
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-timer.git",
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
Ryan Smith's avatar
Ryan Smith committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
Ryan Smith's avatar
Ryan Smith committed
                "shasum": ""
            },
            "require": {
                "php": "^5.3.3 || ^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
Ryan Smith's avatar
Ryan Smith committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
Ryan Smith's avatar
Ryan Smith committed
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sb@sebastian-bergmann.de",
                    "role": "lead"
                }
            ],
            "description": "Utility class for timing",
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
            "keywords": [
                "timer"
            ],
            "time": "2017-02-26 11:10:40"
Ryan Smith's avatar
Ryan Smith committed
        },
        {
            "name": "phpunit/php-token-stream",
            "version": "1.4.11",
Ryan Smith's avatar
Ryan Smith committed
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
Ryan Smith's avatar
Ryan Smith committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
Ryan Smith's avatar
Ryan Smith committed
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4-dev"
                }
            },
            "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": "2017-02-27 10:12:30"
Ryan Smith's avatar
Ryan Smith committed
        },
        {
            "name": "phpunit/phpunit",
            "version": "4.8.35",
Ryan Smith's avatar
Ryan Smith committed
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpunit.git",
                "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87"
Ryan Smith's avatar
Ryan Smith committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/791b1a67c25af50e230f841ee7a9c6eba507dc87",
                "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87",
Ryan Smith's avatar
Ryan Smith committed
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-json": "*",
                "ext-pcre": "*",
                "ext-reflection": "*",
                "ext-spl": "*",
                "php": ">=5.3.3",
Ryan Smith's avatar
Ryan Smith committed
                "phpunit/php-code-coverage": "~2.1",
                "phpunit/php-file-iterator": "~1.4",
                "phpunit/php-text-template": "~1.2",
                "phpunit/php-timer": "^1.0.6",
Ryan Smith's avatar
Ryan Smith committed
                "phpunit/phpunit-mock-objects": "~2.3",
                "sebastian/comparator": "~1.2.2",
Ryan Smith's avatar
Ryan Smith committed
                "sebastian/diff": "~1.2",
                "sebastian/environment": "~1.3",
Ryan Smith's avatar
Ryan Smith committed
                "sebastian/exporter": "~1.2",
                "sebastian/global-state": "~1.0",
                "sebastian/version": "~1.0",
                "symfony/yaml": "~2.1|~3.0"
            },
            "suggest": {
                "phpunit/php-invoker": "~1.1"
            },
            "bin": [
                "phpunit"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
Ryan Smith's avatar
Ryan Smith committed
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "The PHP Unit Testing framework.",
            "homepage": "https://phpunit.de/",
            "keywords": [
                "phpunit",
                "testing",
                "xunit"
            ],
            "time": "2017-02-06 05:18:07"
Ryan Smith's avatar
Ryan Smith committed
        },
        {
            "name": "phpunit/phpunit-mock-objects",
            "version": "2.3.8",