{
    "minimum-stability": "dev",
    "prefer-stable": true,
    "autoload": {
        "psr-4": {
            "modules\\": "modules/"
        }
    },
    "require": {
        "craftcms/ckeditor": "4.11.1",
        "craftcms/cms": "5.9.14",
        "mediakreativ/craft-blocksmith": "1.7.5",
        "verbb/navigation": "3.0.17",
        "vlucas/phpdotenv": "^5.4.0"
    },
    "require-dev": {
        "craftcms/generator": "^2.0.0",
        "yiisoft/yii2-shell": "^2.0.3"
    },
    "config": {
        "allow-plugins": {
            "craftcms/plugin-installer": true,
            "yiisoft/yii2-composer": true
        },
        "sort-packages": true,
        "optimize-autoloader": true
    },
    "scripts": {
        "post-root-package-install": [
            "@php -r \"file_exists('.env') || copy('.env.example.dev', '.env');\""
        ]
    },
    "extra": {
        "craft-license": "pro",
        "allowed-domains": [
            "hermeswp.xyz"
        ]
    },
    "repositories": [
        {
            "type": "composer",
            "url": "https://composer.craftcms.com",
            "canonical": false
        }
    ]
}
