egroupware_official/composer.json

128 lines
3.6 KiB
JSON

{
"name": "egroupware/egroupware",
"version": "dev-master",
"description": "EGroupware extends a classic groupware with an integreted CRM-system, a secure file-server and Collabora Online Office.",
"keywords": [
"groupware",
"webmail",
"address-book",
"calendar",
"caldav-server",
"carddav-server",
"project-management",
"php",
"javascript",
"collaboration"
],
"type": "project",
"homepage": "https://www.egroupware.org/",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Ralf Becker",
"email": "rb@egroupware.org"
},
{
"name": "Hadi Nategh",
"email": "hn@egroupware.org"
},
{
"name": "Nathan Gray",
"email": "ng@egroupware.org"
}
],
"support": {
"forum": "https://help.egroupware.org",
"wiki": "https://wiki.egroupware.org",
"source": "https://github.com/egroupware/egroupware",
"issuses": "https://my.egroupware.org"
},
"repositories": [
{
"type": "pear",
"url": "https://pear.horde.org"
},
{
"type": "vcs",
"url": "https://github.com/IMSGlobal/lti-1-3-php-library"
}
],
"config": {
"platform": {
"php": "7.3"
},
"sort-packages": true
},
"require": {
"php": ">=7.3,<=8.0",
"ext-gd": "*",
"ext-json": "*",
"ext-mysqli": "*",
"ext-openssl": "*",
"ext-pdo": "*",
"ext-session": "*",
"ext-xml": "*",
"ext-xsl": "*",
"adldap2/adldap2": "=4.0.4",
"bigbluebutton/bigbluebutton-api-php": "^2.0",
"bower-asset/cropper": "2.3.*",
"bower-asset/diff2html": "^2.7",
"bower-asset/fastclick": "1.0.*",
"bower-asset/jquery": "^1.12.4",
"bower-asset/jquery-touchswipe": "1.6.*",
"bower-asset/jquery-ui": "=1.11.2",
"egroupware/adodb-php": "self.version",
"egroupware/guzzlestream": "dev-master",
"egroupware/icalendar": "^2.1.9",
"egroupware/imap-client": "^2.30.2",
"egroupware/magicsuggest": "^2.1",
"egroupware/webdav": "dev-master",
"egroupware/z-push-dev": "^2.5",
"fxp/composer-asset-plugin": "^1.2.2",
"giggsey/libphonenumber-for-php": "^8.12",
"npm-asset/as-jqplot": "1.0.*",
"npm-asset/gridster": "0.5.*",
"oomphinc/composer-installers-extender": "^1.1",
"pear-pear.horde.org/horde_compress": "^2.0.8",
"pear-pear.horde.org/horde_crypt": "^2.7.9",
"pear-pear.horde.org/horde_mail": "^2.1.2",
"pear-pear.horde.org/horde_managesieve": "^1.0.2",
"pear-pear.horde.org/horde_mapi": "^1.0.9",
"pear-pear.horde.org/horde_nls": "^2.0.3",
"pear-pear.horde.org/horde_smtp": "^1.3.0",
"pear-pear.horde.org/horde_text_diff": "^2.2",
"pear/auth_sasl": "*",
"pear/log": "*",
"pear/pear": "*",
"pear/xml_feed_parser": "^1.0.5",
"phpseclib/phpseclib": "^2.0.31",
"pragmarx/google2fa-qrcode": "^1.0",
"robrichards/xmlseclibs": "^3.1.1",
"simplesamlphp/simplesamlphp": "^1.19.0",
"simplesamlphp/twig-configurable-i18n": "~2.3.3",
"tinymce/tinymce": "^5"
},
"require-dev": {
"guzzlehttp/guzzle": "^6.5",
"phpunit/phpunit": "^9"
},
"suggest": {
"ext-opcache": "Opcode cache to speed up PHP",
"ext-apcu": "Used for in-memory caching",
"ext-tidy": "Used for tidying up docx templates",
"ext-bz2": "Used for compressing backups",
"ext-zip": "Used for backup and downloading of multiple files",
"ext-mbstring": "Used for charset conversation and Unicode support",
"ext-mhash": "Used for password hashing",
"ext-ldap": "Required to access LDAP or ActiveDirectory"
},
"extra": {
"installer-types": ["egroupware-app"],
"installer-paths": {
"{$name}/": ["type:egroupware-app"]
}
},
"minimum-stability": "dev",
"prefer-stable": true
}