Try to add custom composer repository

See issue #6261

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2015-08-11 16:36:07 +02:00
parent e14f664a25
commit 8221cb2a30

View File

@ -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"
}
}