From 8221cb2a30402f597f7de236e250965ffaf34f2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 11 Aug 2015 16:36:07 +0200 Subject: [PATCH] Try to add custom composer repository MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See issue #6261 Signed-off-by: Michal Čihař --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.json b/composer.json index 0a876d7470..e6e1efab39 100644 --- a/composer.json +++ b/composer.json @@ -26,5 +26,10 @@ "phpunit/phpunit": ">=3.7", "phpunit/phpunit-selenium": ">=1.2", "squizlabs/php_codesniffer": "2.*" + }, + "repositories": [ + { + "type": "composer", + "url": "https://www.phpmyadmin.net" } }