{
    "name": "kunstmaan/adminlist-bundle",
    "type": "symfony-bundle",
    "description": "Every website contains several lists of content ranging from articles on a blog, to drop down values. The KunstlaanAdminListBundles takes CRUD a step further by supplying filtering, exports to csv and editing capabilities to these content entities.",
    "keywords": ["kunstmaan", "cms", "crud"],
    "homepage": "https://github.com/Kunstmaan/KunstmaanAdminListBundle",
    "license": "MIT",
    "authors": [
        {
            "name": "Kunstmaan Team",
            "homepage": "http://www.kunstmaan.be/",
            "email": "support@kunstmaan.be"
        }
    ],
    "require": {
        "php": "^7.2",
        "kunstmaan/admin-bundle": "^5.7",
        "box/spout": "^2.5"
    },
    "require-dev": {
        "matthiasnoback/symfony-config-test": "^4.0",
        "matthiasnoback/symfony-dependency-injection-test": "^4.1",
        "phpunit/phpunit": "^8.5",
        "symfony/phpunit-bridge": "^5.1",
        "kunstmaan/form-bundle": "^5.2",
        "kunstmaan/menu-bundle": "^5.2",
        "kunstmaan/translator-bundle": "^5.2"
    },
    "minimum-stability": "dev",
    "autoload": {
        "psr-4": { "Kunstmaan\\AdminListBundle\\": "" }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "5.6-dev"
        }
    }
}
