{
    "name": "zikula/core-bundle",
    "type": "symfony-bundle",
    "description": "An bundle providing zikula-related symfony form extensions.",
    "keywords": [ "zikula" ],
    "homepage": "https://ziku.la",
    "license": "MIT",
    "authors": [
        {
            "name": "Zikula Team",
            "homepage": "https://ziku.la"
        }
    ],
    "bin": ["bin/console"],
    "require": {
        "php": ">=7.2.5",
        "composer/composer": "1.*",
        "composer/installers": "1.*",
        "oomphinc/composer-installers-extender": "2.*",

        "zikula/sortable-columns": "1.*",

        "zikula/coreinstaller-bundle": "3.*",
        "zikula/formextension-bundle": "3.*",
        "zikula/hook-bundle": "3.*",
        "zikula/workflow-bundle": "3.*",

        "zikula/admin-module": "3.*",
        "zikula/theme-module": "3.*",
        "zikula/categories-module": "3.*",
        "zikula/extensions-module": "3.*",
        "zikula/mailer-module": "3.*",
        "zikula/menu-module": "3.*",
        "zikula/routes-module": "3.*",
        "zikula/search-module": "3.*",
        "zikula/securitycenter-module": "3.*",
        "zikula/settings-module": "3.*",
        "zikula/zauth-module": "3.*",

        "symfony/symfony": "5.*",
        "symfony/framework-bundle": "v5.1.9",
        "symfony/monolog-bundle": "3.*",
        "sensio/framework-extra-bundle": "5.*",
        "symfony/maker-bundle": "1.*",
        "symfony/profiler-pack": "^1.0",
        "sensiolabs/security-checker" : "6.*",

        "symfony/polyfill-intl-messageformatter": "1.*",
        "nikic/php-parser": "4.*",

        "doctrine/orm": "2.*",
        "doctrine/doctrine-bundle": "2.*",
        "antishov/doctrine-extensions-bundle": "1.*",
        "gedmo/doctrine-extensions": "2.*",
        "liip/imagine-bundle": "2.*"
    },
    "autoload": {
        "psr-4": { "Zikula\\Bundle\\CoreBundle\\": "" }
    }
}
