{
  "name": "bitcode/bitform",
  "description": "An another wordpress plugin for creating contact form and integrate with other services",
  "license": "gpl-2",
  "autoload": {
    "psr-4": {
      "BitCode\\BitForm\\": "includes/",
      "BitCode\\BitForm\\ComposerScripts\\": "composer/"
    }
  },
  "require-dev": {
    "phpunit/phpunit": "^9",
    "phpcompatibility/phpcompatibility-wp": "*",
    "sirbrillig/phpcs-variable-analysis": "*",
    "friendsofphp/php-cs-fixer": "^3.11",
    "dealerdirect/phpcodesniffer-composer-installer": "^0.7",
    "vimeo/psalm": "^4.27",
    "typisttech/imposter": "^0.6.1",
    "yoast/phpunit-polyfills": "^4",
    "phpstan/phpstan": "^2.2",
    "szepeviktor/phpstan-wordpress": "^2.0"
  },
  "scripts": {
    "test-unit": "./vendor/bin/phpunit --testdox --colors=always -c phpunit.unit.xml",
    "test-contract": "./vendor/bin/phpunit --testdox --colors=always -c phpunit.contract.xml",
    "test-integration": "./vendor/bin/phpunit --testdox --colors=always -c phpunit.integration.xml",
    "test-live": "./vendor/bin/phpunit --testdox --colors=always -c phpunit.live.xml",
    "i18n-build": "wp i18n make-php languages languages",
    "test-i18n": [
      "@i18n-build",
      "./vendor/bin/phpunit --testdox --colors=always -c phpunit.contract.xml --group i18n"
    ],
    "test": [
      "@test-unit",
      "@test-contract",
      "@test-integration"
    ],
    "test-all": [
      "@test"
    ],
    "unused-variables": "phpcs -p --standard=VariableAnalysis includes",
    "variable-fix": "vendor/bin/psalter --alter --issues=UnusedVariable",
    "version": "phpcs -p --standard=PHPCompatibilityWP --runtime-set testVersion 5.6-8.1 includes",
    "fix-all": "php-cs-fixer fix includes",
    "fix": "php-cs-fixer fix",
    "pcf-commands": "php-cs-fixer",
    "code-status": "php-cs-fixer fix --dry-run --show-progress=dots --ansi --diff -vv ./",
    "analyse": "phpstan analyse --memory-limit=1G",
    "analyse-baseline": "phpstan analyse --memory-limit=1G --generate-baseline"
  },
  "config": {
    "allow-plugins": {
      "dealerdirect/phpcodesniffer-composer-installer": true,
      "typisttech/imposter-plugin": true
    }
  },
  "require": {
    "arif-un/jcof": "^1.0",
    "typisttech/imposter-plugin": "^0.6.2",
    "enshrined/svg-sanitize": "^0.22.0"
  },
  "extra": {
    "imposter": {
      "namespace": "BitCode\\BitForm"
    }
  }
}
