{
  "name": "genesis/blocks",
  "description": "A beautiful collection of handy Gutenberg blocks to help you get started with the new WordPress editor.",
  "type": "wordpress-plugin",
  "license": "GPL-2.0-or-later",
  "require": {
    "php": "^7.1 || ^8"
  },
  "require-dev": {
    "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
    "squizlabs/php_codesniffer": "^3.6.2",
    "phpcompatibility/phpcompatibility-wp": "2.1.3",
    "wp-coding-standards/wpcs": "^2.2.0",
    "sirbrillig/phpcs-variable-analysis": "^2.7",
    "phpunit/phpunit": "^7 || ^9 || ^10",
    "brain/monkey": "^2",
    "yoast/phpunit-polyfills": "^1.0"
  },
  "scripts": {
    "lint": "phpcs --standard=phpcs.xml.dist ./lib ./includes ./src",
    "test": [
      "@test-unit",
      "@test-integration"
    ],
    "test-integration": "phpunit --configuration tests/integration/phpunit.xml --testdox",
    "test-unit": "phpunit --configuration tests/unit/phpunit.xml --testdox",
    "fix:format": "phpcbf --standard=phpcs.xml.dist --report-summary --report-source ./lib ./includes",
    "fix:autoload": "composer dump-autoload && composer install -o"
  },
  "autoload": {
    "psr-4": {
      "Genesis\\Blocks\\": "lib/"
    }
  },
  "config": {
    "allow-plugins": {
      "dealerdirect/phpcodesniffer-composer-installer": true
    }
  }
}
