Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsgiehl <stefan@piwik.org>2016-07-17 14:26:05 +0300
committersgiehl <stefan@piwik.org>2016-07-17 14:26:56 +0300
commit2e8c3acd34430f1d0d77e1ac32d13e65b6b5b700 (patch)
tree843f14f56d47948e9385cf97564cfc9b66f155da /composer.lock
parentb6b66f05bc0992915c3335aacd2a24284a564722 (diff)
updates phpunit dependency / submodule updates
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock14
1 files changed, 7 insertions, 7 deletions
diff --git a/composer.lock b/composer.lock
index 43ad059766..ef1d17f15c 100644
--- a/composer.lock
+++ b/composer.lock
@@ -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"
],
- "hash": "4c626c8222bfb8b791a16c0cf0af156e",
+ "hash": "de61be52972a0fe8fe751306c271f4b8",
"content-hash": "68130b067cdceef8346b47d858b763a3",
"packages": [
{
@@ -2096,16 +2096,16 @@
},
{
"name": "phpunit/phpunit",
- "version": "4.8.16",
+ "version": "4.8.26",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
- "reference": "625f8c345606ed0f3a141dfb88f4116f0e22978e"
+ "reference": "fc1d8cd5b5de11625979125c5639347896ac2c74"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/625f8c345606ed0f3a141dfb88f4116f0e22978e",
- "reference": "625f8c345606ed0f3a141dfb88f4116f0e22978e",
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fc1d8cd5b5de11625979125c5639347896ac2c74",
+ "reference": "fc1d8cd5b5de11625979125c5639347896ac2c74",
"shasum": ""
},
"require": {
@@ -2119,7 +2119,7 @@
"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/php-timer": "^1.0.6",
"phpunit/phpunit-mock-objects": "~2.3",
"sebastian/comparator": "~1.1",
"sebastian/diff": "~1.2",
@@ -2164,7 +2164,7 @@
"testing",
"xunit"
],
- "time": "2015-10-23 06:48:33"
+ "time": "2016-05-17 03:09:28"
},
{
"name": "phpunit/phpunit-mock-objects",