|
|
@ -4,7 +4,7 @@ |
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
|
|
|
"This file is @generated automatically" |
|
|
|
], |
|
|
|
"content-hash": "051bf8d4c39d861dc9a22aeec3b79b57", |
|
|
|
"content-hash": "7bbd363fe763d3cd91781c2f335cda19", |
|
|
|
"packages": [ |
|
|
|
{ |
|
|
|
"name": "cebe/markdown", |
|
|
@ -596,48 +596,6 @@ |
|
|
|
], |
|
|
|
"time": "2015-09-11T07:40:31+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "myclabs/deep-copy", |
|
|
|
"version": "1.6.1", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/myclabs/DeepCopy.git", |
|
|
|
"reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/8e6e04167378abf1ddb4d3522d8755c5fd90d102", |
|
|
|
"reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102", |
|
|
|
"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": "2017-04-12T18:52:22+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "nikic/fast-route", |
|
|
|
"version": "v0.8.0", |
|
|
@ -892,40 +850,39 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "phpunit/php-code-coverage", |
|
|
|
"version": "4.0.8", |
|
|
|
"version": "2.2.4", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
|
|
|
"reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d" |
|
|
|
"reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d", |
|
|
|
"reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d", |
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979", |
|
|
|
"reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"ext-dom": "*", |
|
|
|
"ext-xmlwriter": "*", |
|
|
|
"php": "^5.6 || ^7.0", |
|
|
|
"phpunit/php-file-iterator": "^1.3", |
|
|
|
"phpunit/php-text-template": "^1.2", |
|
|
|
"phpunit/php-token-stream": "^1.4.2 || ^2.0", |
|
|
|
"sebastian/code-unit-reverse-lookup": "^1.0", |
|
|
|
"sebastian/environment": "^1.3.2 || ^2.0", |
|
|
|
"sebastian/version": "^1.0 || ^2.0" |
|
|
|
"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", |
|
|
|
"sebastian/version": "~1.0" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"ext-xdebug": "^2.1.4", |
|
|
|
"phpunit/phpunit": "^5.7" |
|
|
|
"ext-xdebug": ">=2.1.4", |
|
|
|
"phpunit/phpunit": "~4" |
|
|
|
}, |
|
|
|
"suggest": { |
|
|
|
"ext-xdebug": "^2.5.1" |
|
|
|
"ext-dom": "*", |
|
|
|
"ext-xdebug": ">=2.2.1", |
|
|
|
"ext-xmlwriter": "*" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"extra": { |
|
|
|
"branch-alias": { |
|
|
|
"dev-master": "4.0.x-dev" |
|
|
|
"dev-master": "2.2.x-dev" |
|
|
|
} |
|
|
|
}, |
|
|
|
"autoload": { |
|
|
@ -951,7 +908,7 @@ |
|
|
|
"testing", |
|
|
|
"xunit" |
|
|
|
], |
|
|
|
"time": "2017-04-02T07:44:40+00:00" |
|
|
|
"time": "2015-10-06T15:47:00+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "phpunit/php-file-iterator", |
|
|
@ -1141,50 +1098,40 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "phpunit/phpunit", |
|
|
|
"version": "5.7.19", |
|
|
|
"version": "4.8.35", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/sebastianbergmann/phpunit.git", |
|
|
|
"reference": "69c4f49ff376af2692bad9cebd883d17ebaa98a1" |
|
|
|
"reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/69c4f49ff376af2692bad9cebd883d17ebaa98a1", |
|
|
|
"reference": "69c4f49ff376af2692bad9cebd883d17ebaa98a1", |
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/791b1a67c25af50e230f841ee7a9c6eba507dc87", |
|
|
|
"reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"ext-dom": "*", |
|
|
|
"ext-json": "*", |
|
|
|
"ext-libxml": "*", |
|
|
|
"ext-mbstring": "*", |
|
|
|
"ext-xml": "*", |
|
|
|
"myclabs/deep-copy": "~1.3", |
|
|
|
"php": "^5.6 || ^7.0", |
|
|
|
"phpspec/prophecy": "^1.6.2", |
|
|
|
"phpunit/php-code-coverage": "^4.0.4", |
|
|
|
"ext-pcre": "*", |
|
|
|
"ext-reflection": "*", |
|
|
|
"ext-spl": "*", |
|
|
|
"php": ">=5.3.3", |
|
|
|
"phpspec/prophecy": "^1.3.1", |
|
|
|
"phpunit/php-code-coverage": "~2.1", |
|
|
|
"phpunit/php-file-iterator": "~1.4", |
|
|
|
"phpunit/php-text-template": "~1.2", |
|
|
|
"phpunit/php-timer": "^1.0.6", |
|
|
|
"phpunit/phpunit-mock-objects": "^3.2", |
|
|
|
"sebastian/comparator": "^1.2.4", |
|
|
|
"phpunit/phpunit-mock-objects": "~2.3", |
|
|
|
"sebastian/comparator": "~1.2.2", |
|
|
|
"sebastian/diff": "~1.2", |
|
|
|
"sebastian/environment": "^1.3.4 || ^2.0", |
|
|
|
"sebastian/exporter": "~2.0", |
|
|
|
"sebastian/global-state": "^1.1", |
|
|
|
"sebastian/object-enumerator": "~2.0", |
|
|
|
"sebastian/resource-operations": "~1.0", |
|
|
|
"sebastian/version": "~1.0.3|~2.0", |
|
|
|
"sebastian/environment": "~1.3", |
|
|
|
"sebastian/exporter": "~1.2", |
|
|
|
"sebastian/global-state": "~1.0", |
|
|
|
"sebastian/version": "~1.0", |
|
|
|
"symfony/yaml": "~2.1|~3.0" |
|
|
|
}, |
|
|
|
"conflict": { |
|
|
|
"phpdocumentor/reflection-docblock": "3.0.2" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"ext-pdo": "*" |
|
|
|
}, |
|
|
|
"suggest": { |
|
|
|
"ext-xdebug": "*", |
|
|
|
"phpunit/php-invoker": "~1.1" |
|
|
|
}, |
|
|
|
"bin": [ |
|
|
@ -1193,7 +1140,7 @@ |
|
|
|
"type": "library", |
|
|
|
"extra": { |
|
|
|
"branch-alias": { |
|
|
|
"dev-master": "5.7.x-dev" |
|
|
|
"dev-master": "4.8.x-dev" |
|
|
|
} |
|
|
|
}, |
|
|
|
"autoload": { |
|
|
@ -1219,33 +1166,30 @@ |
|
|
|
"testing", |
|
|
|
"xunit" |
|
|
|
], |
|
|
|
"time": "2017-04-03T02:22:27+00:00" |
|
|
|
"time": "2017-02-06T05:18:07+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "phpunit/phpunit-mock-objects", |
|
|
|
"version": "3.4.3", |
|
|
|
"version": "2.3.8", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
|
|
|
"reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24" |
|
|
|
"reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3ab72b65b39b491e0c011e2e09bb2206c2aa8e24", |
|
|
|
"reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24", |
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983", |
|
|
|
"reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"doctrine/instantiator": "^1.0.2", |
|
|
|
"php": "^5.6 || ^7.0", |
|
|
|
"phpunit/php-text-template": "^1.2", |
|
|
|
"sebastian/exporter": "^1.2 || ^2.0" |
|
|
|
}, |
|
|
|
"conflict": { |
|
|
|
"phpunit/phpunit": "<5.4.0" |
|
|
|
"php": ">=5.3.3", |
|
|
|
"phpunit/php-text-template": "~1.2", |
|
|
|
"sebastian/exporter": "~1.2" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"phpunit/phpunit": "^5.4" |
|
|
|
"phpunit/phpunit": "~4.4" |
|
|
|
}, |
|
|
|
"suggest": { |
|
|
|
"ext-soap": "*" |
|
|
@ -1253,7 +1197,7 @@ |
|
|
|
"type": "library", |
|
|
|
"extra": { |
|
|
|
"branch-alias": { |
|
|
|
"dev-master": "3.2.x-dev" |
|
|
|
"dev-master": "2.3.x-dev" |
|
|
|
} |
|
|
|
}, |
|
|
|
"autoload": { |
|
|
@ -1278,52 +1222,7 @@ |
|
|
|
"mock", |
|
|
|
"xunit" |
|
|
|
], |
|
|
|
"time": "2016-12-08T20:27:08+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "sebastian/code-unit-reverse-lookup", |
|
|
|
"version": "1.0.1", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", |
|
|
|
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", |
|
|
|
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": "^5.6 || ^7.0" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"phpunit/phpunit": "^5.7 || ^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": "Looks up which function or method a line of code belongs to", |
|
|
|
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", |
|
|
|
"time": "2017-03-04T06:30:41+00:00" |
|
|
|
"time": "2015-10-02T06:51:40+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "sebastian/comparator", |
|
|
@ -1443,28 +1342,28 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "sebastian/environment", |
|
|
|
"version": "2.0.0", |
|
|
|
"version": "1.3.8", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/sebastianbergmann/environment.git", |
|
|
|
"reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac" |
|
|
|
"reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac", |
|
|
|
"reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac", |
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea", |
|
|
|
"reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": "^5.6 || ^7.0" |
|
|
|
"php": "^5.3.3 || ^7.0" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"phpunit/phpunit": "^5.0" |
|
|
|
"phpunit/phpunit": "^4.8 || ^5.0" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"extra": { |
|
|
|
"branch-alias": { |
|
|
|
"dev-master": "2.0.x-dev" |
|
|
|
"dev-master": "1.3.x-dev" |
|
|
|
} |
|
|
|
}, |
|
|
|
"autoload": { |
|
|
@ -1489,25 +1388,25 @@ |
|
|
|
"environment", |
|
|
|
"hhvm" |
|
|
|
], |
|
|
|
"time": "2016-11-26T07:53:53+00:00" |
|
|
|
"time": "2016-08-18T05:49:44+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "sebastian/exporter", |
|
|
|
"version": "2.0.0", |
|
|
|
"version": "1.2.2", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/sebastianbergmann/exporter.git", |
|
|
|
"reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4" |
|
|
|
"reference": "42c4c2eec485ee3e159ec9884f95b431287edde4" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", |
|
|
|
"reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", |
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4", |
|
|
|
"reference": "42c4c2eec485ee3e159ec9884f95b431287edde4", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": ">=5.3.3", |
|
|
|
"sebastian/recursion-context": "~2.0" |
|
|
|
"sebastian/recursion-context": "~1.0" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"ext-mbstring": "*", |
|
|
@ -1516,7 +1415,7 @@ |
|
|
|
"type": "library", |
|
|
|
"extra": { |
|
|
|
"branch-alias": { |
|
|
|
"dev-master": "2.0.x-dev" |
|
|
|
"dev-master": "1.3.x-dev" |
|
|
|
} |
|
|
|
}, |
|
|
|
"autoload": { |
|
|
@ -1556,7 +1455,7 @@ |
|
|
|
"export", |
|
|
|
"exporter" |
|
|
|
], |
|
|
|
"time": "2016-11-19T08:54:04+00:00" |
|
|
|
"time": "2016-06-17T09:04:28+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "sebastian/global-state", |
|
|
@ -1609,64 +1508,18 @@ |
|
|
|
], |
|
|
|
"time": "2015-10-12T03:26:01+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "sebastian/object-enumerator", |
|
|
|
"version": "2.0.1", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/sebastianbergmann/object-enumerator.git", |
|
|
|
"reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7", |
|
|
|
"reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": ">=5.6", |
|
|
|
"sebastian/recursion-context": "~2.0" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"phpunit/phpunit": "~5" |
|
|
|
}, |
|
|
|
"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" |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "Traverses array structures and object graphs to enumerate all referenced objects", |
|
|
|
"homepage": "https://github.com/sebastianbergmann/object-enumerator/", |
|
|
|
"time": "2017-02-18T15:18:39+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "sebastian/recursion-context", |
|
|
|
"version": "2.0.0", |
|
|
|
"version": "1.0.5", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/sebastianbergmann/recursion-context.git", |
|
|
|
"reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a" |
|
|
|
"reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a", |
|
|
|
"reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a", |
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7", |
|
|
|
"reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
@ -1678,7 +1531,7 @@ |
|
|
|
"type": "library", |
|
|
|
"extra": { |
|
|
|
"branch-alias": { |
|
|
|
"dev-master": "2.0.x-dev" |
|
|
|
"dev-master": "1.0.x-dev" |
|
|
|
} |
|
|
|
}, |
|
|
|
"autoload": { |
|
|
@ -1706,73 +1559,23 @@ |
|
|
|
], |
|
|
|
"description": "Provides functionality to recursively process PHP variables", |
|
|
|
"homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
|
|
|
"time": "2016-11-19T07:33:16+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"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-28T20:34:47+00:00" |
|
|
|
"time": "2016-10-03T07:41:43+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "sebastian/version", |
|
|
|
"version": "2.0.1", |
|
|
|
"version": "1.0.6", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/sebastianbergmann/version.git", |
|
|
|
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" |
|
|
|
"reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", |
|
|
|
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", |
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", |
|
|
|
"reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": ">=5.6" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"extra": { |
|
|
|
"branch-alias": { |
|
|
|
"dev-master": "2.0.x-dev" |
|
|
|
} |
|
|
|
}, |
|
|
|
"autoload": { |
|
|
|
"classmap": [ |
|
|
|
"src/" |
|
|
@ -1791,7 +1594,7 @@ |
|
|
|
], |
|
|
|
"description": "Library that helps with managing the version number of Git-hosted PHP projects", |
|
|
|
"homepage": "https://github.com/sebastianbergmann/version", |
|
|
|
"time": "2016-10-03T07:35:21+00:00" |
|
|
|
"time": "2015-06-21T13:59:46+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "symfony/http-foundation", |
|
|
|