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:
authormattab <matthieu.aubry@gmail.com>2014-05-01 12:12:00 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-01 12:12:00 +0400
commitd29e037e555115e4586e3cf55ceda1f595e80a8d (patch)
tree75500db8f319c7287ddf26104e42c42f418b666e /composer.json
parent4d46007a249b5badcae6d0ff755870cc62291998 (diff)
Trying with PHPUnit 4 to match the one used by travis refs #5031
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 4081a9edb0..666a6d70d5 100644
--- a/composer.json
+++ b/composer.json
@@ -26,6 +26,6 @@
"tedivm/jshrink": "v0.5.1",
"mustangostang/spyc": "0.5.*",
"piwik/device-detector": "*",
- "phpunit/phpunit": "3.7.*"
+ "phpunit/phpunit": "4.*"
}
}