Update PHPUnit with dependencies

This commit is contained in:
victor
2015-08-27 13:19:48 +03:00
parent 8c7054ce47
commit 4babc672ae
2 changed files with 73 additions and 72 deletions

View File

@@ -9,7 +9,7 @@
], ],
"minimum-stability": "stable", "minimum-stability": "stable",
"require-dev": { "require-dev": {
"phpunit/phpunit": "4.6.*", "phpunit/phpunit": "~4.6",
"squizlabs/php_codesniffer": "1.5.*" "squizlabs/php_codesniffer": "1.5.*"
}, },
"autoload": { "autoload": {

143
composer.lock generated
View File

@@ -4,7 +4,7 @@
"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": "fd9fc5e6da0104ab5a4bd03fcf53f73a", "hash": "b2d8b0e179e33882664013cfe68f65f8",
"packages": [], "packages": [],
"packages-dev": [ "packages-dev": [
{ {
@@ -112,16 +112,16 @@
}, },
{ {
"name": "phpspec/prophecy", "name": "phpspec/prophecy",
"version": "v1.4.1", "version": "v1.5.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpspec/prophecy.git", "url": "https://github.com/phpspec/prophecy.git",
"reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373" "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373", "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
"reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373", "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -168,20 +168,20 @@
"spy", "spy",
"stub" "stub"
], ],
"time": "2015-04-27 22:15:08" "time": "2015-08-13 10:07:40"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
"version": "2.1.8", "version": "2.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "6044546998c7627ab997501a3d0db972b3db9790" "reference": "2d7c03c0e4e080901b8f33b2897b0577be18a13c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6044546998c7627ab997501a3d0db972b3db9790", "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2d7c03c0e4e080901b8f33b2897b0577be18a13c",
"reference": "6044546998c7627ab997501a3d0db972b3db9790", "reference": "2d7c03c0e4e080901b8f33b2897b0577be18a13c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -189,7 +189,7 @@
"phpunit/php-file-iterator": "~1.3", "phpunit/php-file-iterator": "~1.3",
"phpunit/php-text-template": "~1.2", "phpunit/php-text-template": "~1.2",
"phpunit/php-token-stream": "~1.3", "phpunit/php-token-stream": "~1.3",
"sebastian/environment": "~1.0", "sebastian/environment": "^1.3.2",
"sebastian/version": "~1.0" "sebastian/version": "~1.0"
}, },
"require-dev": { "require-dev": {
@@ -204,7 +204,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.1.x-dev" "dev-master": "2.2.x-dev"
} }
}, },
"autoload": { "autoload": {
@@ -230,20 +230,20 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2015-07-13 11:25:58" "time": "2015-08-04 03:42:39"
}, },
{ {
"name": "phpunit/php-file-iterator", "name": "phpunit/php-file-iterator",
"version": "1.4.0", "version": "1.4.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
"reference": "a923bb15680d0089e2316f7a4af8f437046e96bb" "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a923bb15680d0089e2316f7a4af8f437046e96bb", "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
"reference": "a923bb15680d0089e2316f7a4af8f437046e96bb", "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -277,7 +277,7 @@
"filesystem", "filesystem",
"iterator" "iterator"
], ],
"time": "2015-04-02 05:19:05" "time": "2015-06-21 13:08:43"
}, },
{ {
"name": "phpunit/php-text-template", "name": "phpunit/php-text-template",
@@ -322,16 +322,16 @@
}, },
{ {
"name": "phpunit/php-timer", "name": "phpunit/php-timer",
"version": "1.0.6", "version": "1.0.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git", "url": "https://github.com/sebastianbergmann/php-timer.git",
"reference": "83fe1bdc5d47658b727595c14da140da92b3d66d" "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/83fe1bdc5d47658b727595c14da140da92b3d66d", "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
"reference": "83fe1bdc5d47658b727595c14da140da92b3d66d", "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -359,20 +359,20 @@
"keywords": [ "keywords": [
"timer" "timer"
], ],
"time": "2015-06-13 07:35:30" "time": "2015-06-21 08:01:12"
}, },
{ {
"name": "phpunit/php-token-stream", "name": "phpunit/php-token-stream",
"version": "1.4.3", "version": "1.4.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git", "url": "https://github.com/sebastianbergmann/php-token-stream.git",
"reference": "7a9b0969488c3c54fd62b4d504b3ec758fd005d9" "reference": "3ab72c62e550370a6cd5dc873e1a04ab57562f5b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/7a9b0969488c3c54fd62b4d504b3ec758fd005d9", "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3ab72c62e550370a6cd5dc873e1a04ab57562f5b",
"reference": "7a9b0969488c3c54fd62b4d504b3ec758fd005d9", "reference": "3ab72c62e550370a6cd5dc873e1a04ab57562f5b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -408,20 +408,20 @@
"keywords": [ "keywords": [
"tokenizer" "tokenizer"
], ],
"time": "2015-06-19 03:43:16" "time": "2015-08-16 08:51:00"
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "4.6.10", "version": "4.8.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "7b5fe98b28302a8b25693b2298bca74463336975" "reference": "2246830f4a1a551c67933e4171bf2126dc29d357"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/7b5fe98b28302a8b25693b2298bca74463336975", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2246830f4a1a551c67933e4171bf2126dc29d357",
"reference": "7b5fe98b28302a8b25693b2298bca74463336975", "reference": "2246830f4a1a551c67933e4171bf2126dc29d357",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -431,15 +431,15 @@
"ext-reflection": "*", "ext-reflection": "*",
"ext-spl": "*", "ext-spl": "*",
"php": ">=5.3.3", "php": ">=5.3.3",
"phpspec/prophecy": "~1.3,>=1.3.1", "phpspec/prophecy": "^1.3.1",
"phpunit/php-code-coverage": "~2.0,>=2.0.11", "phpunit/php-code-coverage": "~2.1",
"phpunit/php-file-iterator": "~1.4", "phpunit/php-file-iterator": "~1.4",
"phpunit/php-text-template": "~1.2", "phpunit/php-text-template": "~1.2",
"phpunit/php-timer": "~1.0", "phpunit/php-timer": ">=1.0.6",
"phpunit/phpunit-mock-objects": "~2.3", "phpunit/phpunit-mock-objects": "~2.3",
"sebastian/comparator": "~1.1", "sebastian/comparator": "~1.1",
"sebastian/diff": "~1.2", "sebastian/diff": "~1.2",
"sebastian/environment": "~1.2", "sebastian/environment": "~1.3",
"sebastian/exporter": "~1.2", "sebastian/exporter": "~1.2",
"sebastian/global-state": "~1.0", "sebastian/global-state": "~1.0",
"sebastian/version": "~1.0", "sebastian/version": "~1.0",
@@ -454,7 +454,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "4.6.x-dev" "dev-master": "4.8.x-dev"
} }
}, },
"autoload": { "autoload": {
@@ -480,26 +480,27 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2015-06-03 05:03:30" "time": "2015-08-24 04:09:38"
}, },
{ {
"name": "phpunit/phpunit-mock-objects", "name": "phpunit/phpunit-mock-objects",
"version": "2.3.5", "version": "2.3.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
"reference": "1c330b1b6e1ea8fd15f2fbea46770576e366855c" "reference": "5e2645ad49d196e020b85598d7c97e482725786a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/1c330b1b6e1ea8fd15f2fbea46770576e366855c", "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5e2645ad49d196e020b85598d7c97e482725786a",
"reference": "1c330b1b6e1ea8fd15f2fbea46770576e366855c", "reference": "5e2645ad49d196e020b85598d7c97e482725786a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/instantiator": "~1.0,>=1.0.2", "doctrine/instantiator": "^1.0.2",
"php": ">=5.3.3", "php": ">=5.3.3",
"phpunit/php-text-template": "~1.2" "phpunit/php-text-template": "~1.2",
"sebastian/exporter": "~1.2"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.4" "phpunit/phpunit": "~4.4"
@@ -535,20 +536,20 @@
"mock", "mock",
"xunit" "xunit"
], ],
"time": "2015-07-04 05:41:32" "time": "2015-08-19 09:14:08"
}, },
{ {
"name": "sebastian/comparator", "name": "sebastian/comparator",
"version": "1.1.1", "version": "1.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git", "url": "https://github.com/sebastianbergmann/comparator.git",
"reference": "1dd8869519a225f7f2b9eb663e225298fade819e" "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dd8869519a225f7f2b9eb663e225298fade819e", "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
"reference": "1dd8869519a225f7f2b9eb663e225298fade819e", "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -562,7 +563,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.1.x-dev" "dev-master": "1.2.x-dev"
} }
}, },
"autoload": { "autoload": {
@@ -599,7 +600,7 @@
"compare", "compare",
"equality" "equality"
], ],
"time": "2015-01-29 16:28:08" "time": "2015-07-26 15:48:44"
}, },
{ {
"name": "sebastian/diff", "name": "sebastian/diff",
@@ -655,16 +656,16 @@
}, },
{ {
"name": "sebastian/environment", "name": "sebastian/environment",
"version": "1.2.2", "version": "1.3.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/environment.git", "url": "https://github.com/sebastianbergmann/environment.git",
"reference": "5a8c7d31914337b69923db26c4221b81ff5a196e" "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5a8c7d31914337b69923db26c4221b81ff5a196e", "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6324c907ce7a52478eeeaede764f48733ef5ae44",
"reference": "5a8c7d31914337b69923db26c4221b81ff5a196e", "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -701,20 +702,20 @@
"environment", "environment",
"hhvm" "hhvm"
], ],
"time": "2015-01-01 10:01:08" "time": "2015-08-03 06:14:51"
}, },
{ {
"name": "sebastian/exporter", "name": "sebastian/exporter",
"version": "1.2.0", "version": "1.2.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git", "url": "https://github.com/sebastianbergmann/exporter.git",
"reference": "84839970d05254c73cde183a721c7af13aede943" "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/84839970d05254c73cde183a721c7af13aede943", "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
"reference": "84839970d05254c73cde183a721c7af13aede943", "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -767,7 +768,7 @@
"export", "export",
"exporter" "exporter"
], ],
"time": "2015-01-27 07:23:06" "time": "2015-06-21 07:55:53"
}, },
{ {
"name": "sebastian/global-state", "name": "sebastian/global-state",
@@ -822,16 +823,16 @@
}, },
{ {
"name": "sebastian/recursion-context", "name": "sebastian/recursion-context",
"version": "1.0.0", "version": "1.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git", "url": "https://github.com/sebastianbergmann/recursion-context.git",
"reference": "3989662bbb30a29d20d9faa04a846af79b276252" "reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/3989662bbb30a29d20d9faa04a846af79b276252", "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
"reference": "3989662bbb30a29d20d9faa04a846af79b276252", "reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -871,7 +872,7 @@
], ],
"description": "Provides functionality to recursively process PHP variables", "description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context", "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
"time": "2015-01-24 09:48:32" "time": "2015-06-21 08:04:50"
}, },
{ {
"name": "sebastian/version", "name": "sebastian/version",
@@ -985,16 +986,16 @@
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v2.7.2", "version": "v2.7.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Yaml.git", "url": "https://github.com/symfony/Yaml.git",
"reference": "4bfbe0ed3909bfddd75b70c094391ec1f142f860" "reference": "71340e996171474a53f3d29111d046be4ad8a0ff"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Yaml/zipball/4bfbe0ed3909bfddd75b70c094391ec1f142f860", "url": "https://api.github.com/repos/symfony/Yaml/zipball/71340e996171474a53f3d29111d046be4ad8a0ff",
"reference": "4bfbe0ed3909bfddd75b70c094391ec1f142f860", "reference": "71340e996171474a53f3d29111d046be4ad8a0ff",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1030,7 +1031,7 @@
], ],
"description": "Symfony Yaml Component", "description": "Symfony Yaml Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-07-01 11:25:50" "time": "2015-07-28 14:07:07"
} }
], ],
"aliases": [], "aliases": [],