{
	"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": "composer",
			"url": "https://asset-packagist.org"
		},
		{
			"type": "pear",
			"url": "https://pear.horde.org"
		},
		{
			"type": "vcs",
			"url": "https://github.com/egroupware/Crypt"
		},
		{
			"type": "vcs",
			"url": "https://github.com/egroupware/Compress"
		},
		{
			"type": "vcs",
			"url": "https://github.com/egroupware/Imap_Client"
		},
		{
			"type": "vcs",
			"url": "https://github.com/egroupware/Util"
		},
		{
			"type": "vcs",
			"url": "https://github.com/egroupware/Stream_Wrapper"
		},
		{
			"type": "vcs",
			"url": "https://github.com/IMSGlobal/lti-1-3-php-library"
		}
	],
	"config": {
		"platform": {
			"php": "7.3"
		},
		"fxp-asset": {
			"enabled": false
		},
		"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.*",
		"egroupware/activesync": "self.version",
		"egroupware/adodb-php": "self.version",
		"egroupware/bookmarks": "self.version",
		"egroupware/collabora": "self.version",
		"egroupware/compress": "^2.2.3",
		"egroupware/crypt": "^2.7.14",
		"egroupware/icalendar": "^2.1.9",
		"egroupware/imap-client": "2.30.4",
		"egroupware/magicsuggest": "^2.1",
		"egroupware/news_admin": "self.version",
		"egroupware/openid": "self.version",
		"egroupware/projectmanager": "self.version",
		"egroupware/registration": "self.version",
		"egroupware/rocketchat": "self.version",
		"egroupware/smallpart": "self.version",
		"egroupware/status": "self.version",
		"egroupware/stream-wrapper": "^2.1.5",
		"egroupware/swoolepush": "self.version",
		"egroupware/tracker": "self.version",
		"egroupware/util": "^2.6.2",
		"egroupware/webdav": "^v0.3.2",
		"egroupware/z-push-dev": "2.5.0.1",
		"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_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.10.*"
	},
	"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
}