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-05-06 13:52:31 +0400
committerChristian Raue <christian.raue@gmail.com>2014-05-06 13:52:31 +0400
commit36f6681d526285b964967dfb744d5f9a8f18d93e (patch)
tree387d9ee6ca44160865773bb3a76fbe6d159f0c62 /composer.json
parent537bb9398269106ca05aed7062a1da3e318b6d67 (diff)
require PHPUnit only for development
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 666a6d70d5..2d30fa8147 100644
--- a/composer.json
+++ b/composer.json
@@ -25,7 +25,9 @@
"symfony/console": ">=v2.3.5",
"tedivm/jshrink": "v0.5.1",
"mustangostang/spyc": "0.5.*",
- "piwik/device-detector": "*",
+ "piwik/device-detector": "*"
+ },
+ "require-dev": {
"phpunit/phpunit": "4.*"
}
}