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 11:06:29 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-01 11:06:29 +0400
commitf927ccdf2de403bc0323ba0418b6dc88c876aaaa (patch)
tree3cb73424b00c11eb84d7d742139534a40c3cd0ee /composer.json
parentd24c6571b8511813a5a90ee19c8957c44daf5f46 (diff)
Refs #5031 Now getting PHPUnit from composer/packagist. This will make like better for core team devs
Updating readme with instructions. I also hope this will solve the Autoloader issue on the UI build: https://travis-ci.org/piwik/piwik-ui-tests
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 8c3fc620d8..4081a9edb0 100644
--- a/composer.json
+++ b/composer.json
@@ -25,6 +25,7 @@
"symfony/console": ">=v2.3.5",
"tedivm/jshrink": "v0.5.1",
"mustangostang/spyc": "0.5.*",
- "piwik/device-detector": "*"
+ "piwik/device-detector": "*",
+ "phpunit/phpunit": "3.7.*"
}
}