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-12-04 16:03:48 +0300
committerMichal Čihař <michal@cihar.com>2014-12-04 16:03:48 +0300
commitf07c5a4a0fedad4009efccc84f9ef26e23146c3f (patch)
treec0ba074cc340c56c263bee2aba7d917feaaff895 /composer.json
parent23c3a2d070f3e85c3d213a251d2cf35832e3a9d0 (diff)
Install ocular using composer instead of wget
Signed-off-by: Michal Čihař <michal@cihar.com>
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"
}
}