{
    "name": "kunstmaan/redirect-bundle",
    "type": "symfony-bundle",
    "description": "This bundle adds a way to configure redirects from the backend.",
    "keywords": ["kunstmaan", "cms", "redirect", "admin"],
    "homepage": "https://github.com/Kunstmaan/KunstmaanRedirectBundle",
    "license": "MIT",
    "authors": [
        {
            "name": "Kunstmaan Team",
            "homepage": "http://www.kunstmaan.be/",
            "email": "support@kunstmaan.be"
        }
    ],
    "require": {
        "php": "^7.2",
        "kunstmaan/adminlist-bundle": "~5.2",
        "symfony-cmf/routing-bundle": "~2.0"
    },
    "require-dev": {
        "matthiasnoback/symfony-config-test": "^4.0",
        "matthiasnoback/symfony-dependency-injection-test": "^4.1",
        "symfony/phpunit-bridge": "^5.1",
        "phpunit/phpunit": "^8.5"
    },
    "minimum-stability": "dev",
    "autoload": {
        "psr-4": { "Kunstmaan\\RedirectBundle\\": "" }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "5.6-dev"
        }
    }
}
