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@googlemail.com>2014-10-22 08:19:08 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-10-28 06:49:03 +0300
commita6b2a6d09b06fe413190938b0c88df1c50df64f9 (patch)
tree9809507d17a0f5c133d28a00d5dc82f0675689c8 /composer.json
parent13c771ee55252bb8a825f7d8474de7f704ec5fc5 (diff)
refs #6429 added a command to trigger tests on aws
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 1e79ad7255..95f688e3f7 100644
--- a/composer.json
+++ b/composer.json
@@ -46,8 +46,10 @@
"piwik/decompress": "~0.1.0"
},
"require-dev": {
+ "aws/aws-sdk-php": "2.7.1",
"phpunit/phpunit": "~4.1",
- "facebook/xhprof": "dev-master"
+ "facebook/xhprof": "dev-master",
+ "phpseclib/phpseclib": "~0.3.8"
},
"repositories": [
{