{ "name": "typo3/cms-beuser", "type": "typo3-cms-framework", "description": "Backend user administration and overview. Allows you to compare the settings of users and verify their permissions and see who is online.", "homepage": "https://typo3.org", "license": ["GPL-2.0-or-later"], "authors": [{ "name": "TYPO3 Core Team", "email": "typo3cms@typo3.org", "role": "Developer" }], "support": { "chat": "https://typo3.org/help", "docs": "https://docs.typo3.org", "issues": "https://forge.typo3.org", "source": "https://github.com/TYPO3/TYPO3.CMS" }, "config": { "sort-packages": true }, "require": { "typo3/cms-core": "11.0.0" }, "conflict": { "typo3/cms": "*" }, "extra": { "branch-alias": { "dev-master": "11.0.x-dev" }, "typo3/cms": { "Package": { "partOfFactoryDefault": true }, "extension-key": "beuser" } }, "autoload": { "psr-4": { "TYPO3\\CMS\\Beuser\\": "Classes/" } }, "autoload-dev": { "psr-4": { "TYPO3\\CMS\\Beuser\\Tests\\": "Tests/" } } }