diff options
author | till <till@php.net> | 2012-10-27 20:23:54 +0200 |
---|---|---|
committer | till <till@php.net> | 2012-10-27 20:23:54 +0200 |
commit | 1e2afb902a2148a13ebe571593944a63ec731a0a (patch) | |
tree | 895000e77fa8aad754956e513377db15cb2366f2 | |
parent | ddafe4e4109a8d6d412c3c138412ee2ca3d58dbf (diff) |
Enable our plugin repository: composer does not aggregate 'repositories' from your dependencies.
Add minimum-stability.
-rw-r--r-- | composer.json-dist | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/composer.json-dist b/composer.json-dist index 104b572c4..c07b8f484 100644 --- a/composer.json-dist +++ b/composer.json-dist @@ -7,6 +7,10 @@ "packagist": false }, { + "type": "composer", + "url": "http://plugins.roundcube.net/" + }, + { "type": "pear", "url": "http://pear.php.net/" }, @@ -29,5 +33,6 @@ "Net_SMTP": "dev-master", "pear-pear/Net_IDNA2": ">=0.1.1", "pear-pear/Auth_SASL": ">=1.0.6" - } + }, + "minimum-stability": "dev" } |