|
@@ -4,8 +4,8 @@
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
|
"This file is @generated automatically"
|
|
"This file is @generated automatically"
|
|
],
|
|
],
|
|
- "hash": "23937ff93c496c2bf613b6a14b6c4d1c",
|
|
|
|
- "content-hash": "cc73d914372ea327a545470ab6886a43",
|
|
|
|
|
|
+ "hash": "8581497d1edd0c07c843e7c5f5c3dca5",
|
|
|
|
+ "content-hash": "391c40743569e2e8b2c93b92d1a4e218",
|
|
"packages": [
|
|
"packages": [
|
|
{
|
|
{
|
|
"name": "composer/composer",
|
|
"name": "composer/composer",
|
|
@@ -4250,6 +4250,1043 @@
|
|
}
|
|
}
|
|
],
|
|
],
|
|
"packages-dev": [
|
|
"packages-dev": [
|
|
|
|
+ {
|
|
|
|
+ "name": "myclabs/deep-copy",
|
|
|
|
+ "version": "1.5.0",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/myclabs/DeepCopy.git",
|
|
|
|
+ "reference": "e3abefcd7f106677fd352cd7c187d6c969aa9ddc"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/e3abefcd7f106677fd352cd7c187d6c969aa9ddc",
|
|
|
|
+ "reference": "e3abefcd7f106677fd352cd7c187d6c969aa9ddc",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": ">=5.4.0"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "doctrine/collections": "1.*",
|
|
|
|
+ "phpunit/phpunit": "~4.1"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "DeepCopy\\": "src/DeepCopy/"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "description": "Create deep copies (clones) of your objects",
|
|
|
|
+ "homepage": "https://github.com/myclabs/DeepCopy",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "clone",
|
|
|
|
+ "copy",
|
|
|
|
+ "duplicate",
|
|
|
|
+ "object",
|
|
|
|
+ "object graph"
|
|
|
|
+ ],
|
|
|
|
+ "time": "2015-11-07 22:20:37"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "phpdocumentor/reflection-docblock",
|
|
|
|
+ "version": "2.0.4",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
|
|
|
|
+ "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
|
|
|
|
+ "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": ">=5.3.3"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "phpunit/phpunit": "~4.0"
|
|
|
|
+ },
|
|
|
|
+ "suggest": {
|
|
|
|
+ "dflydev/markdown": "~1.0",
|
|
|
|
+ "erusev/parsedown": "~1.0"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "2.0.x-dev"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-0": {
|
|
|
|
+ "phpDocumentor": [
|
|
|
|
+ "src/"
|
|
|
|
+ ]
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Mike van Riel",
|
|
|
|
+ "email": "mike.vanriel@naenius.com"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "time": "2015-02-03 12:10:50"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "phpspec/prophecy",
|
|
|
|
+ "version": "v1.6.0",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/phpspec/prophecy.git",
|
|
|
|
+ "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972",
|
|
|
|
+ "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "doctrine/instantiator": "^1.0.2",
|
|
|
|
+ "php": "^5.3|^7.0",
|
|
|
|
+ "phpdocumentor/reflection-docblock": "~2.0",
|
|
|
|
+ "sebastian/comparator": "~1.1",
|
|
|
|
+ "sebastian/recursion-context": "~1.0"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "phpspec/phpspec": "~2.0"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "1.5.x-dev"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "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-02-15 07:46:21"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "phpunit/php-code-coverage",
|
|
|
|
+ "version": "3.3.0",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
|
|
|
+ "reference": "fe33716763b604ade4cb442c0794f5bd5ad73004"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/fe33716763b604ade4cb442c0794f5bd5ad73004",
|
|
|
|
+ "reference": "fe33716763b604ade4cb442c0794f5bd5ad73004",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": "^5.6 || ^7.0",
|
|
|
|
+ "phpunit/php-file-iterator": "~1.3",
|
|
|
|
+ "phpunit/php-text-template": "~1.2",
|
|
|
|
+ "phpunit/php-token-stream": "^1.4.2",
|
|
|
|
+ "sebastian/code-unit-reverse-lookup": "~1.0",
|
|
|
|
+ "sebastian/environment": "^1.3.2",
|
|
|
|
+ "sebastian/version": "~1.0|~2.0"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "ext-xdebug": ">=2.1.4",
|
|
|
|
+ "phpunit/phpunit": "~5"
|
|
|
|
+ },
|
|
|
|
+ "suggest": {
|
|
|
|
+ "ext-dom": "*",
|
|
|
|
+ "ext-xdebug": ">=2.2.1",
|
|
|
|
+ "ext-xmlwriter": "*"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "3.3.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": "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": "2016-03-03 08:49:08"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "phpunit/php-file-iterator",
|
|
|
|
+ "version": "1.4.1",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
|
|
|
+ "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
|
|
|
|
+ "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
|
|
|
|
+ "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": "2015-06-21 13:08:43"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "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.7",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/sebastianbergmann/php-timer.git",
|
|
|
|
+ "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
|
|
|
|
+ "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
|
|
|
|
+ "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": "sb@sebastian-bergmann.de",
|
|
|
|
+ "role": "lead"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Utility class for timing",
|
|
|
|
+ "homepage": "https://github.com/sebastianbergmann/php-timer/",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "timer"
|
|
|
|
+ ],
|
|
|
|
+ "time": "2015-06-21 08:01:12"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "phpunit/php-token-stream",
|
|
|
|
+ "version": "1.4.8",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/sebastianbergmann/php-token-stream.git",
|
|
|
|
+ "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
|
|
|
|
+ "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
|
|
|
|
+ "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": "2015-09-15 10:49:45"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "phpunit/phpunit",
|
|
|
|
+ "version": "5.3.0",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/sebastianbergmann/phpunit.git",
|
|
|
|
+ "reference": "dd3001822b2df8f5add266020e3d2fd3c5db3ae9"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/dd3001822b2df8f5add266020e3d2fd3c5db3ae9",
|
|
|
|
+ "reference": "dd3001822b2df8f5add266020e3d2fd3c5db3ae9",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "ext-dom": "*",
|
|
|
|
+ "ext-json": "*",
|
|
|
|
+ "ext-pcre": "*",
|
|
|
|
+ "ext-reflection": "*",
|
|
|
|
+ "ext-spl": "*",
|
|
|
|
+ "myclabs/deep-copy": "~1.3",
|
|
|
|
+ "php": "^5.6 || ^7.0",
|
|
|
|
+ "phpspec/prophecy": "^1.3.1",
|
|
|
|
+ "phpunit/php-code-coverage": "^3.3.0",
|
|
|
|
+ "phpunit/php-file-iterator": "~1.4",
|
|
|
|
+ "phpunit/php-text-template": "~1.2",
|
|
|
|
+ "phpunit/php-timer": ">=1.0.6",
|
|
|
|
+ "phpunit/phpunit-mock-objects": "^3.1",
|
|
|
|
+ "sebastian/comparator": "~1.1",
|
|
|
|
+ "sebastian/diff": "~1.2",
|
|
|
|
+ "sebastian/environment": "~1.3",
|
|
|
|
+ "sebastian/exporter": "~1.2",
|
|
|
|
+ "sebastian/global-state": "~1.0",
|
|
|
|
+ "sebastian/object-enumerator": "~1.0",
|
|
|
|
+ "sebastian/resource-operations": "~1.0",
|
|
|
|
+ "sebastian/version": "~1.0|~2.0",
|
|
|
|
+ "symfony/yaml": "~2.1|~3.0"
|
|
|
|
+ },
|
|
|
|
+ "suggest": {
|
|
|
|
+ "phpunit/php-invoker": "~1.1"
|
|
|
|
+ },
|
|
|
|
+ "bin": [
|
|
|
|
+ "phpunit"
|
|
|
|
+ ],
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "5.3.x-dev"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "classmap": [
|
|
|
|
+ "src/"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "BSD-3-Clause"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Sebastian Bergmann",
|
|
|
|
+ "email": "sebastian@phpunit.de",
|
|
|
|
+ "role": "lead"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "The PHP Unit Testing framework.",
|
|
|
|
+ "homepage": "https://phpunit.de/",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "phpunit",
|
|
|
|
+ "testing",
|
|
|
|
+ "xunit"
|
|
|
|
+ ],
|
|
|
|
+ "time": "2016-03-31 21:35:50"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "phpunit/phpunit-mock-objects",
|
|
|
|
+ "version": "3.1.2",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
|
|
|
|
+ "reference": "7c34c9bdde4131b824086457a3145e27dba10ca1"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/7c34c9bdde4131b824086457a3145e27dba10ca1",
|
|
|
|
+ "reference": "7c34c9bdde4131b824086457a3145e27dba10ca1",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "doctrine/instantiator": "^1.0.2",
|
|
|
|
+ "php": ">=5.6",
|
|
|
|
+ "phpunit/php-text-template": "~1.2",
|
|
|
|
+ "sebastian/exporter": "~1.2"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "phpunit/phpunit": "~5"
|
|
|
|
+ },
|
|
|
|
+ "suggest": {
|
|
|
|
+ "ext-soap": "*"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "3.1.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": "Mock Object library for PHPUnit",
|
|
|
|
+ "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "mock",
|
|
|
|
+ "xunit"
|
|
|
|
+ ],
|
|
|
|
+ "time": "2016-03-24 05:58:25"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "sebastian/code-unit-reverse-lookup",
|
|
|
|
+ "version": "1.0.0",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
|
|
|
|
+ "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
|
|
|
|
+ "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": ">=5.6"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "phpunit/phpunit": "~5"
|
|
|
|
+ },
|
|
|
|
+ "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": "Sebastian Bergmann",
|
|
|
|
+ "email": "sebastian@phpunit.de"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Looks up which function or method a line of code belongs to",
|
|
|
|
+ "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
|
|
|
|
+ "time": "2016-02-13 06:45:14"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "sebastian/comparator",
|
|
|
|
+ "version": "1.2.0",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/sebastianbergmann/comparator.git",
|
|
|
|
+ "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
|
|
|
|
+ "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": ">=5.3.3",
|
|
|
|
+ "sebastian/diff": "~1.2",
|
|
|
|
+ "sebastian/exporter": "~1.2"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "phpunit/phpunit": "~4.4"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "1.2.x-dev"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "classmap": [
|
|
|
|
+ "src/"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "BSD-3-Clause"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Jeff Welch",
|
|
|
|
+ "email": "whatthejeff@gmail.com"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "Volker Dusch",
|
|
|
|
+ "email": "github@wallbash.com"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "Bernhard Schussek",
|
|
|
|
+ "email": "bschussek@2bepublished.at"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "Sebastian Bergmann",
|
|
|
|
+ "email": "sebastian@phpunit.de"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Provides the functionality to compare PHP values for equality",
|
|
|
|
+ "homepage": "http://www.github.com/sebastianbergmann/comparator",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "comparator",
|
|
|
|
+ "compare",
|
|
|
|
+ "equality"
|
|
|
|
+ ],
|
|
|
|
+ "time": "2015-07-26 15:48:44"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "sebastian/diff",
|
|
|
|
+ "version": "1.4.1",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/sebastianbergmann/diff.git",
|
|
|
|
+ "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
|
|
|
|
+ "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": ">=5.3.3"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "phpunit/phpunit": "~4.8"
|
|
|
|
+ },
|
|
|
|
+ "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": "Kore Nordmann",
|
|
|
|
+ "email": "mail@kore-nordmann.de"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "Sebastian Bergmann",
|
|
|
|
+ "email": "sebastian@phpunit.de"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Diff implementation",
|
|
|
|
+ "homepage": "https://github.com/sebastianbergmann/diff",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "diff"
|
|
|
|
+ ],
|
|
|
|
+ "time": "2015-12-08 07:14:41"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "sebastian/environment",
|
|
|
|
+ "version": "1.3.5",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/sebastianbergmann/environment.git",
|
|
|
|
+ "reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf",
|
|
|
|
+ "reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": ">=5.3.3"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "phpunit/phpunit": "~4.4"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "1.3.x-dev"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "classmap": [
|
|
|
|
+ "src/"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "BSD-3-Clause"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Sebastian Bergmann",
|
|
|
|
+ "email": "sebastian@phpunit.de"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Provides functionality to handle HHVM/PHP environments",
|
|
|
|
+ "homepage": "http://www.github.com/sebastianbergmann/environment",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "Xdebug",
|
|
|
|
+ "environment",
|
|
|
|
+ "hhvm"
|
|
|
|
+ ],
|
|
|
|
+ "time": "2016-02-26 18:40:46"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "sebastian/exporter",
|
|
|
|
+ "version": "1.2.1",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/sebastianbergmann/exporter.git",
|
|
|
|
+ "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
|
|
|
|
+ "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": ">=5.3.3",
|
|
|
|
+ "sebastian/recursion-context": "~1.0"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "phpunit/phpunit": "~4.4"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "1.2.x-dev"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "classmap": [
|
|
|
|
+ "src/"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "BSD-3-Clause"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Jeff Welch",
|
|
|
|
+ "email": "whatthejeff@gmail.com"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "Volker Dusch",
|
|
|
|
+ "email": "github@wallbash.com"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "Bernhard Schussek",
|
|
|
|
+ "email": "bschussek@2bepublished.at"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "Sebastian Bergmann",
|
|
|
|
+ "email": "sebastian@phpunit.de"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "Adam Harvey",
|
|
|
|
+ "email": "aharvey@php.net"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Provides the functionality to export PHP variables for visualization",
|
|
|
|
+ "homepage": "http://www.github.com/sebastianbergmann/exporter",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "export",
|
|
|
|
+ "exporter"
|
|
|
|
+ ],
|
|
|
|
+ "time": "2015-06-21 07:55:53"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "sebastian/global-state",
|
|
|
|
+ "version": "1.1.1",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/sebastianbergmann/global-state.git",
|
|
|
|
+ "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
|
|
|
|
+ "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": ">=5.3.3"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "phpunit/phpunit": "~4.2"
|
|
|
|
+ },
|
|
|
|
+ "suggest": {
|
|
|
|
+ "ext-uopz": "*"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "1.0-dev"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "classmap": [
|
|
|
|
+ "src/"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "BSD-3-Clause"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Sebastian Bergmann",
|
|
|
|
+ "email": "sebastian@phpunit.de"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Snapshotting of global state",
|
|
|
|
+ "homepage": "http://www.github.com/sebastianbergmann/global-state",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "global state"
|
|
|
|
+ ],
|
|
|
|
+ "time": "2015-10-12 03:26:01"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "sebastian/object-enumerator",
|
|
|
|
+ "version": "1.0.0",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/sebastianbergmann/object-enumerator.git",
|
|
|
|
+ "reference": "d4ca2fb70344987502567bc50081c03e6192fb26"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/d4ca2fb70344987502567bc50081c03e6192fb26",
|
|
|
|
+ "reference": "d4ca2fb70344987502567bc50081c03e6192fb26",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": ">=5.6",
|
|
|
|
+ "sebastian/recursion-context": "~1.0"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "phpunit/phpunit": "~5"
|
|
|
|
+ },
|
|
|
|
+ "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": "Sebastian Bergmann",
|
|
|
|
+ "email": "sebastian@phpunit.de"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Traverses array structures and object graphs to enumerate all referenced objects",
|
|
|
|
+ "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
|
|
|
|
+ "time": "2016-01-28 13:25:10"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "sebastian/recursion-context",
|
|
|
|
+ "version": "1.0.2",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/sebastianbergmann/recursion-context.git",
|
|
|
|
+ "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
|
|
|
|
+ "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": ">=5.3.3"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "phpunit/phpunit": "~4.4"
|
|
|
|
+ },
|
|
|
|
+ "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": "Jeff Welch",
|
|
|
|
+ "email": "whatthejeff@gmail.com"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "Sebastian Bergmann",
|
|
|
|
+ "email": "sebastian@phpunit.de"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "Adam Harvey",
|
|
|
|
+ "email": "aharvey@php.net"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Provides functionality to recursively process PHP variables",
|
|
|
|
+ "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
|
|
|
|
+ "time": "2015-11-11 19:50:13"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "sebastian/resource-operations",
|
|
|
|
+ "version": "1.0.0",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/sebastianbergmann/resource-operations.git",
|
|
|
|
+ "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
|
|
|
|
+ "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": ">=5.6.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": "Sebastian Bergmann",
|
|
|
|
+ "email": "sebastian@phpunit.de"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Provides a list of PHP built-in functions that operate on resources",
|
|
|
|
+ "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
|
|
|
|
+ "time": "2015-07-28 20:34:47"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "sebastian/version",
|
|
|
|
+ "version": "2.0.0",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/sebastianbergmann/version.git",
|
|
|
|
+ "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
|
|
|
|
+ "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": ">=5.6"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "2.0.x-dev"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "classmap": [
|
|
|
|
+ "src/"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "BSD-3-Clause"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Sebastian Bergmann",
|
|
|
|
+ "email": "sebastian@phpunit.de",
|
|
|
|
+ "role": "lead"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Library that helps with managing the version number of Git-hosted PHP projects",
|
|
|
|
+ "homepage": "https://github.com/sebastianbergmann/version",
|
|
|
|
+ "time": "2016-02-04 12:56:52"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"name": "symfony/phpunit-bridge",
|
|
"name": "symfony/phpunit-bridge",
|
|
"version": "v3.0.4",
|
|
"version": "v3.0.4",
|