diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-05-26 18:06:10 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-05-26 18:06:10 +0200 |
commit | cb7036c28a0481c183b72c8492ba1c981e2c9e34 (patch) | |
tree | 1b2d801f342f5d288da3aa8a1d840ce72283ec2b | |
parent | e1a3caf659c01374d7039ee4b3fc31099936f2ba (diff) |
Require most recent plugin-installer with autoloading issue fixed
-rw-r--r-- | composer.json-dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json-dist b/composer.json-dist index 1c2ac80bd..e7462038d 100644 --- a/composer.json-dist +++ b/composer.json-dist @@ -10,7 +10,7 @@ ], "require": { "php": ">=5.3.0", - "roundcube/plugin-installer": ">=0.1.2" + "roundcube/plugin-installer": ">=0.1.3" }, "minimum-stability": "dev" } |