Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2014-02-17 17:58:11 +0400
committerMichal Čihař <michal@cihar.com>2014-02-17 17:58:11 +0400
commit71950d72afd85d2f3f122c23300b4323e2366375 (patch)
tree55cf5f30c503677b3c94d6dab0f28a4df92ce662 /composer.json
parente1f87486f2479adc9a2bfcf0bc87f751ebdf0d45 (diff)
Revert dev dependencies in composer.json
We don't use Selenium on travis right now, so let's not install it there. Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index ebc69f5c59..7b58ed7f5a 100644
--- a/composer.json
+++ b/composer.json
@@ -22,8 +22,6 @@
"php": ">=5.3.0"
},
"require-dev": {
- "satooshi/php-coveralls": "dev-master",
- "phpunit/phpunit-selenium": "dev-master",
- "facebook/webdriver": "dev-master"
+ "satooshi/php-coveralls": "dev-master"
}
}