summaryrefslogtreecommitdiff
path: root/composer.json-dist
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2013-05-26 18:06:10 +0200
committerThomas Bruederli <thomas@roundcube.net>2013-05-26 18:06:10 +0200
commitcb7036c28a0481c183b72c8492ba1c981e2c9e34 (patch)
tree1b2d801f342f5d288da3aa8a1d840ce72283ec2b /composer.json-dist
parente1a3caf659c01374d7039ee4b3fc31099936f2ba (diff)
Require most recent plugin-installer with autoloading issue fixed
Diffstat (limited to 'composer.json-dist')
-rw-r--r--composer.json-dist2
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"
}