{
    "name": "kimai/user-bundle",
    "type": "symfony-bundle",
    "description": "Kimai UserBundle",
    "homepage": "https://www.kimai.org",
    "license": "MIT",
    "authors": [
        {
            "name": "Christophe Coevoet",
            "email": "stof@notk.org"
        },
        {
            "name": "Thibault Duplessis"
        },
        {
            "name": "FriendsOfSymfony Community",
            "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
        },
        {
            "name": "Kevin Papst",
            "homepage": "https://www.kevinpapst.de"
        }
    ],
    "require": {
        "php": "^7.2",
        "paragonie/random_compat": "^1 || ^2 || ^9",
        "symfony/form": "^4.4",
        "symfony/framework-bundle": "^4.4",
        "symfony/security-bundle": "^4.4",
        "symfony/translation": "^4.4",
        "symfony/twig-bundle": "^4.4",
        "symfony/validator": "^4.4"
    },
    "require-dev": {
        "doctrine/doctrine-bundle": "^2.0",
        "phpunit/phpunit": "^4.8.35 || ^5.7.11 || ^6.5",
        "swiftmailer/swiftmailer": "^4.3 || ^5.0 || ^6.0",
        "symfony/console": "^4.0",
        "symfony/phpunit-bridge": "^4.0",
        "symfony/yaml": "^4.0"
    },
    "config": {
        "sort-packages": true
    },
    "autoload": {
        "psr-4": {
            "FOS\\UserBundle\\": ""
        },
        "exclude-from-classmap": [
            "/Tests/"
        ]
    },
    "autoload-dev": {
        "psr-4": {
            "FOS\\UserBundle\\Tests\\": "/Tests/"
        }
    }
}
