{
    "name": "mgo/wordpresscomposer",
    "type": "project",
    "license": "MIT",
    "authors": [
        {
            "name": "MGO"
        }
    ],
    "minimum-stability": "stable",
    "prefer-stable": true,
    "require": {
        "johnpbloch/wordpress": "6.8.2",
        "wpackagist-plugin/contact-form-7": "^6.1",
        "wpackagist-plugin/elementor": "^3.32",
        "wpackagist-theme/hello-elementor": "*",
        "mgo/hello-elementor-child": "*",
        "mgo/header-footer-elementor": "*",
        "mgo/duplicator-pro": "*",
        "vlucas/phpdotenv": "^5.6",
        "wpackagist-plugin/custom-exit-to-dashboard": "^1.0"
    },
    "repositories": [
        {
            "type": "composer",
            "url": "https://wpackagist.org"
        },
        {
            "type": "path",
            "url": "workspace/themes/hello-elementor-child",
            "options": {
                "symlink": true
            }
        },
        {
            "type": "package",
            "package": {
                "name": "mgo/header-footer-elementor",
                "version": "2.6.2",
                "type": "wordpress-plugin",
                "dist": {
                    "url": "workspace/other-plugins/header-footer-elementor.zip",
                    "type": "zip"
                }
            }
        },
        {
            "type": "package",
            "package": {
                "name": "mgo/duplicator-pro",
                "version": "4.5.21.17",
                "type": "wordpress-plugin",
                "dist": {
                    "url": "workspace/pro-plugins/duplicator-pro.zip",
                    "type": "zip"
                }
            }
        }
    ],
    "config": {
        "allow-plugins": {
            "johnpbloch/wordpress-core-installer": true,
            "composer/installers": true
        }
    },
    "extra": {
        "installer-paths": {
            "wordpress/wp-content/plugins/{$name}/": [
                "type:wordpress-plugin"
            ],
            "wordpress/wp-content/themes/{$name}/": [
                "type:wordpress-theme"
            ]
        },
        "wordpress-install-dir": "wordpress"
    },
    "autoload": {
        "psr-4": {
            "Mgo\\Wordpresscomposer\\": "workspace/themes/hello-elementor-child/ContentElements/"
        }
    },
    "scripts": {
        "post-install-cmd": [
            "@php workspace/scripts/setup-mu-plugins.php",
            "@php workspace/scripts/generate-wp-keys.php"
        ],
        "post-update-cmd": [
            "@php workspace/scripts/setup-mu-plugins.php"
        ]
    }
}
