{
    "name": "staticweb-io/static-deploy",
    "description": "WordPress plugin for deploying static websites.",
    "homepage": "https://github.com/staticweb-io/static-deploy",
    "license": "UNLICENSE",
    "authors": [
        {
            "name": "Leon Stafford",
            "email": "me@ljs.dev",
            "homepage": "https://ljs.dev"
        },
        {
            "name": "John Shaffer",
            "email": "jdsha@pm.me",
            "homepage": "https://john.shaffe.rs"
        }
    ],
    "type": "wordpress-plugin",
    "support": {
        "issues": "https://github.com/staticweb-io/static-deploy/issues",
        "forum": "https://github.com/staticweb-io/static-deploy/issues",
        "docs": "https://deepwiki.com/staticweb-io/static-deploy",
        "source": "https://github.com/staticweb-io/static-deploy"
    },
    "require": {
        "php": ">=8.2",
        "ext-mbstring": "*",
        "ext-simplexml": "*",
        "lib-libxml": "*",
        "masterminds/html5": "^2",
        "phlak/splat": "^6",
        "aws/aws-sdk-php": "^3",
        "guzzlehttp/guzzle": "^7"
    },
    "require-dev": {
        "szepeviktor/phpstan-wordpress": "*",
        "squizlabs/php_codesniffer": "*",
        "phpunit/phpunit": "*",
        "dealerdirect/phpcodesniffer-composer-installer": "*",
        "wp-coding-standards/wpcs": "*",
        "phpcompatibility/php-compatibility": "*",
        "php-parallel-lint/php-parallel-lint": "*",
        "mikey179/vfsstream": "*",
        "php-stubs/wp-cli-stubs": "^2.12",
        "rector/rector": "^2.1"
    },
    "autoload": {
        "psr-4": {
            "StaticDeploy\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "StaticDeploy\\": "tests/integration/"
        }
    },
    "config": {
        "preferred-install": {
            "*": "dist"
        },
        "classmap-authoritative": true,
        "allow-plugins": {
            "dealerdirect/phpcodesniffer-composer-installer": true
        },
        "platform": {
            "php": "8.2.0"
        }
    },
    "extra": {
        "aws/aws-sdk-php": [
            "CloudFront",
            "S3"
        ]
    },
    "scripts": {
        "pre-autoload-dump": "Aws\\Script\\Composer\\Composer::removeUnusedServices"
    }
}
