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:
authorChristian Raue <christian.raue@gmail.com>2014-07-06 13:25:50 +0400
committerChristian Raue <christian.raue@gmail.com>2014-07-06 13:34:34 +0400
commitaaf6992856af6569c9b4ad86dd0213c4cc055d5b (patch)
tree3d082f9c83b343b8284c9bd1feb4c0f6d296705f /composer.json
parent7be9105041f5ec72a272d48212210ef3007b5900 (diff)
added XSD to PHPUnit configuration
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 4347967b19..61397de411 100644
--- a/composer.json
+++ b/composer.json
@@ -28,6 +28,6 @@
"piwik/device-detector": "2.*"
},
"require-dev": {
- "phpunit/phpunit": "4.*"
+ "phpunit/phpunit": "~4.1"
}
}