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:
authorMatthieu Aubry <mattab@users.noreply.github.com>2016-12-01 12:30:31 +0300
committerGitHub <noreply@github.com>2016-12-01 12:30:31 +0300
commitbd5a2656cc60b7b734940881dcc34246748de7a2 (patch)
tree66c0293601991e13ad947e395fbaaadcce64c673 /composer.lock
parentde80b3aa7b7bf84a2839a86ef12575411be6df83 (diff)
Update php unit for php7 compat (#10930)
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock16
1 files changed, 8 insertions, 8 deletions
diff --git a/composer.lock b/composer.lock
index 3ffc6dbe3f..f36e81f89f 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
- "hash": "75544710dc04491e5d39085ee8b7ae05",
- "content-hash": "6c07c2bb4f82daef6519c9ac18c642c4",
+ "hash": "db7672f3c64f1dbbd65edc6fd119e414",
+ "content-hash": "126d7da5eef61ae7f0764a2cfdf2c068",
"packages": [
{
"name": "composer/semver",
@@ -1505,7 +1505,7 @@
"performance",
"profiling"
],
- "time": "2014-08-28 17:34:52"
+ "time": "2015-02-26 14:37:51"
},
{
"name": "guzzle/guzzle",
@@ -2154,16 +2154,16 @@
},
{
"name": "phpunit/phpunit",
- "version": "4.8.27",
+ "version": "4.8.28",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
- "reference": "c062dddcb68e44b563f66ee319ddae2b5a322a90"
+ "reference": "558a3a0d28b4cb7e4a593a4fbd2220e787076225"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c062dddcb68e44b563f66ee319ddae2b5a322a90",
- "reference": "c062dddcb68e44b563f66ee319ddae2b5a322a90",
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/558a3a0d28b4cb7e4a593a4fbd2220e787076225",
+ "reference": "558a3a0d28b4cb7e4a593a4fbd2220e787076225",
"shasum": ""
},
"require": {
@@ -2222,7 +2222,7 @@
"testing",
"xunit"
],
- "time": "2016-07-21 06:48:14"
+ "time": "2016-11-14 06:25:28"
},
{
"name": "phpunit/phpunit-mock-objects",