diff --git a/composer-dist.json b/composer-dist.json new file mode 100644 index 0000000..abd9aad --- /dev/null +++ b/composer-dist.json @@ -0,0 +1,17 @@ +{ + "name": "kolab/irony", + "description": "iRony - The Kolab WebDAV/CalDAV/CardDAV Server", + "license": "AGPL-3.0", + "version": "0.3-dev", + "require": { + "php": ">=5.3.3" + }, + "autoload": { + "psr-0": { + "": "/usr/share/pear/" + }, + "psr-4": { + "": "/usr/share/php/" + } + } +}