{
    "name": "kevinpapst/adminlte-bundle",
    "type": "symfony-bundle",
    "description": "Admin theme bundle for Symfony 4 based on AdminLTE 2.4.8 with FOSUserBundle support",
    "license": "MIT",
    "authors": [
        {
            "name": "Kevin Papst",
            "homepage": "https://www.kevinpapst.de"
        },
        {
            "name": "Marc Bach",
            "homepage": "http://www.avanzu.de"
        },
        {
            "name": "Ángel Guzmán Maeso",
            "homepage": "https://shakaran.net/blog"
        }
    ],
    "require": {
        "php": "^7.1.3",
        "symfony/config": ">4.1",
        "symfony/dependency-injection": ">4.0",
        "symfony/event-dispatcher" : ">4.3",
        "symfony/http-foundation" : ">4.0",
        "symfony/http-kernel"  : ">4.0",
        "symfony/options-resolver": ">4.0",
        "symfony/security-core": ">4.0",
        "twig/twig": ">2.0"
    },
    "require-dev": {
        "phpspec/prophecy": "^1.6",
        "symfony/framework-bundle" : ">4.0",
        "friendsofphp/php-cs-fixer": "^2.10",
        "phpunit/phpunit": "^7.3",
        "phpstan/phpstan": "^0.11.8",
        "knplabs/knp-menu-bundle": "^2.2",
        "phpstan/phpstan-phpunit": "^0.11"
    },
    "suggest" : {
        "knplabs/knp-menu-bundle" : "Allows easy menu integration",
        "friendsofsymfony/user-bundle": "Allows easy user management and security support"
    },
    "autoload": {
        "psr-4": { "KevinPapst\\AdminLTEBundle\\": "" }
    },
    "scripts": {
        "tests": "vendor/bin/phpunit Tests/",
        "phpstan": "vendor/bin/phpstan analyse . --level=5",
        "codestyle": "vendor/bin/php-cs-fixer fix --dry-run --verbose --show-progress=none",
        "codestyle-fix": "vendor/bin/php-cs-fixer fix"
    }
}
