{
  "name": "static-snap/static-snap",
  "type": "project",
	"description": "Static Snap transforms your dynamic WordPress site into a static website for seamless integration and deployment through various hosting services. This documentation will guide you through the installation, configuration, and usage of the Static Snap plugin. StaticSnap is an ideal solution for businesses looking to optimize their website's performance, security, and manageability without losing the dynamic capabilities they depend on. This powerful tool combines the best of WordPress with the advantages of static websites, enhanced by seamless integration with GitHub for effortless version control and backups.",
	"license": "GPL-3.0-or-later",
  "autoload": {
    "classmap": [
      {
        "StaticSnap\\": "src/"
      },
      "vendor_prefixed/"
    ]
  },
  "authors": [
    {
      "name": "Leandro Emanuel López",
      "email": "lopezlean@gmail.com"
    }
  ],
  "scripts": {
    "test": "phpunit",
    "phpcs": "./vendor/bin/phpcs",
    "phpcbf": "./vendor/bin/phpcbf",
    "pre-install-cmd": [
      "@php -r \"if (!file_exists('vendor_prefixed')) { mkdir('vendor_prefixed', 0755, true); }\""
    ],
    "prefix-dependencies": [
      "@php ./vendor/humbug/php-scoper/bin/php-scoper add-prefix --prefix=StaticSnapVendor --output-dir=./vendor_prefixed --config=./config/scoper.inc.php"
    ],
    "post-autoload-dump": [
      "StaticSnap\\Composer::post_autoload_dump"
    ]
  },
  "require": {
    "php": "^7.4 || ^8.0"
  },
  "require-dev": {
    "algolia/algoliasearch-client-php": "^3.4",
    "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
    "deliciousbrains/wp-background-processing": "^1.3",
    "humbug/php-scoper": "^0.17.5",
    "mustache/mustache": "^2.14",
    "nyholm/psr7": "^1.8",
    "php-stubs/wordpress-stubs": "^6.5",
    "phpcompatibility/phpcompatibility-wp": "^2.1",
    "phpunit/phpunit": "^9.6",
    "symfony/http-client": "^5.4",
    "wp-coding-standards/wpcs": "*",
    "yoast/phpunit-polyfills": "^2.0",
    "guzzlehttp/psr7": "^2.7",
    "guzzlehttp/guzzle": "^7.9"
  },
  "config": {
    "platform": {
      "php": "7.4.0"
    },
    "allow-plugins": {
      "dealerdirect/phpcodesniffer-composer-installer": true,
      "php-http/discovery": true
    }
  }
}
