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:
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 117a2c855c..c78d034eb8 100644
--- a/composer.json
+++ b/composer.json
@@ -24,6 +24,7 @@
"require-dev": {
"satooshi/php-coveralls": ">=0.6",
"phpunit/phpunit": "<4.2",
- "phpunit/phpunit-selenium": ">=1.2"
+ "phpunit/phpunit-selenium": ">=1.2",
+ "scrutinizer/ocular": ">=1.0.0"
}
}