{
  "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"
  },
  "scripts": {
    "test": "./vendor/bin/phpunit --testdox --colors=always tests/ --exclude-group db",
    "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 ./"
  },
  "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"
    }
  }
}