{
    "name": "roots/bedrock",
    "type": "project",
    "license": "MIT",
    "description": "WordPress boilerplate with modern development tools, easier configuration, and an improved folder structure",
    "homepage": "https://roots.io/bedrock/",
    "authors": [{
            "name": "Scott Walkinshaw",
            "email": "scott.walkinshaw@gmail.com",
            "homepage": "https://github.com/swalkinshaw"
        },
        {
            "name": "Ben Word",
            "email": "ben@benword.com",
            "homepage": "https://github.com/retlehs"
        }
    ],
    "keywords": [
        "bedrock", "composer", "roots", "wordpress", "wp", "wp-config"
    ],
    "support": {
        "issues": "https://github.com/roots/bedrock/issues",
        "forum": "https://discourse.roots.io/category/bedrock"
    },
    "repositories": [{
            "type": "composer",
            "url": "https://wpackagist.org"
        },
        {
            "type": "package",
            "package": {
                "name": "junaidbhura/advanced-custom-fields-pro",
                "version": "5.9.3",
                "type": "wordpress-plugin",
                "dist": {
                    "type": "zip",
                    "url": "https://www.advancedcustomfields.com"
                },
                "require": {
                    "junaidbhura/composer-wp-pro-plugins": "*"
                }
            }
        },
        { "type": "git", "url": "https://github.com/davidwebca/acf-svg-icon" }
    ],
    "require": {
        "php": ">=7.1",
        "composer/installers": "^1.8",
        "junaidbhura/advanced-custom-fields-pro": "*",
        "vlucas/phpdotenv": "^5.2",
        "oscarotero/env": "^2.1",
        "roots/bedrock-autoloader": "^1.0",
        "roots/wordpress": "5.6",
        "roots/wp-config": "1.0.0",
        "roots/wp-password-bcrypt": "1.0.0",
        "wpackagist-plugin/wordpress-seo": "^15.9",
        "wpackagist-plugin/duracelltomi-google-tag-manager": "^1.11",
        "wpackagist-plugin/tiny-compress-images": "^3.2",
        "wpackagist-plugin/redirection": "^5.0",
        "wpackagist-plugin/safe-svg": "^1.9",
        "wpackagist-plugin/wp-fastest-cache": "0.9.1.5",
        "wpackagist-plugin/acf-cpt-options-pages": "^2.0",
        "wpackagist-plugin/intuitive-custom-post-order": "3.1.3"
    },
    "require-dev": {
        "squizlabs/php_codesniffer": "^3.5.8",
        "roave/security-advisories": "dev-master"
    },
    "config": {
        "optimize-autoloader": true,
        "preferred-install": "dist"
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "extra": {
        "installer-paths": {
            "web/app/mu-plugins/{$name}/": ["type:wordpress-muplugin"],
            "web/app/plugins/{$name}/": ["type:wordpress-plugin"],
            "web/app/themes/{$name}/": ["type:wordpress-theme"]
        },
        "wordpress-install-dir": "web/wp"
    },
    "scripts": {
        "post-root-package-install": [
            "php -r \"copy('.env.example', '.env');\""
        ],
        "test": [
            "phpcs"
        ]
    }
}