summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorThomas Bruederli <bruederli@kolabsys.com>2013-02-20 20:21:48 (GMT)
committerThomas Bruederli <bruederli@kolabsys.com>2013-02-20 20:21:48 (GMT)
commit8d4b2846f83412c6125b623a9b2ff98a6787a188 (patch)
tree00d16f0ea84dac526f0b8904487b87ca4deeb191 /composer.json
downloadiRony-8d4b2846f83412c6125b623a9b2ff98a6787a188.tar.gz
Initial import
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..34eecda
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,29 @@
+{
+ "name": "kolab/webdav",
+ "description": "Kolab WebDAV/CalDAV/CardDAV Server",
+ "license": "AGPL-3.0",
+ "version": "0.1-alpha",
+ "repositories": [
+ {
+ "type": "vcs",
+ "url": "git://git.kolab.org/git/pear/Net_LDAP3"
+ },
+ {
+ "type": "pear",
+ "url": "http://pear.php.net/"
+ }
+ ],
+ "autoload": {
+ "psr-0": { "": "lib/" },
+ "classmap": [ "lib/Roundcube" ]
+ },
+ "require": {
+ "php": ">=5.3.3",
+ "sabre/dav" : "1.8.*",
+ "pear-pear/PEAR": ">=1.9",
+ "pear-pear/Mail_Mime": ">=1.8.1",
+ "pear-pear/Mail_mimeDecode": ">=1.5.5",
+ "pear-pear/Net_IDNA2": ">=0.1.1"
+ },
+ "minimum-stability": "dev"
+} \ No newline at end of file