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:
authorThomas Steur <thomas.steur@gmail.com>2015-09-03 10:55:43 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-09-22 12:04:34 +0300
commit01a93308b739a4031b76268b69e7bd0943d4c677 (patch)
tree4f55e49e549bfb72ebb29b11a7d57a46ccf644a1 /composer.json
parent7be1092dbc11d71998291cfd42f96994a441c8b7 (diff)
refs #8689 started working on PHP 7 support
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 8cc4cfdadb..1943bd6c2f 100644
--- a/composer.json
+++ b/composer.json
@@ -58,7 +58,7 @@
},
"require-dev": {
"aws/aws-sdk-php": "2.7.1",
- "phpunit/phpunit": "~4.1",
+ "phpunit/phpunit": "~4.8",
"facebook/xhprof": "dev-master",
"phpseclib/phpseclib": "~0.3.8",
"symfony/var-dumper": "~2.6.0",