summaryrefslogtreecommitdiff
path: root/composer.json-dist
AgeCommit message (Collapse)Author
2015-04-14Update git url for kolab/Net_LDAP3 package repositoryThomas Bruederli
2015-03-18Freeze Mail_mimeDecode at version 1.5.5 as git master is utterly brokenThomas Bruederli
2014-12-18Add hint about the optional LDAP modules listed in "suggest" (#1490183)Thomas Bruederli
2014-11-09Consider composer.json dependencies in installation and upgrading ↵Thomas Bruederli
instructions and scripts
2014-09-08Remove vcs entry for sample pluginThomas Bruederli
2014-09-08Move LDAP libs to optional 'suggest' block in order to not block ↵Thomas Bruederli
installation when php-ldap extension is missing
2014-09-04Require PHP 5.3.7 in composer file tooAleksander Machniak
2014-08-27Remove 3rd party libs from our repository and define the dependencies in ↵Thomas Bruederli
composer.json-dist. Also remove the ancient utf8 lib and replace it with 'Patchwork UTF-8 for PHP'. For direct git checkouts, copy composer.json-dist into composer.json and run `php composer.phar install` to install the dependencies.
2013-05-26Require most recent plugin-installer with autoloading issue fixedThomas Bruederli
2013-04-28Prepare for the composer-based plugin repository; skip PEAR dependencies for nowThomas Bruederli
2013-03-21Fix JSON syntax to make 'composer require' commands workThomas Bruederli
2012-10-29Ignore plugin_manager plugin.till
Allow packagist.
2012-10-27Enable our plugin repository: composer does not aggregate 'repositories' ↵till
from your dependencies. Add minimum-stability.
2012-10-25Make this a -dist so people can customize it.till