{
  "name": "frontis/frontis-interaction",
  "autoload": {
    "psr-4": {
      "FrontisInteraction\\": "includes/"
    }
  },
  "scripts": {
    "test": "phpunit",
    "test:watch": "phpunit-watcher watch",
    "test:coverage": "phpunit --coverage-html coverage",
    "lint": "phpstan analyse && phpcs",
    "format": "phpcbf && php-cs-fixer fix"
  },
  "require-dev": {
    "phpunit/phpunit": "^9.6",
    "spatie/phpunit-watcher": "^1.23",
    "phpstan/phpstan": "^1.12",
    "wp-coding-standards/wpcs": "^3.1",
    "friendsofphp/php-cs-fixer": "^3.40",
    "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
    "szepeviktor/phpstan-wordpress": "^1.3"
  },
  "config": {
    "platform": {
      "php": "7.4.30"
    },
    "allow-plugins": {
      "dealerdirect/phpcodesniffer-composer-installer": true
    }
  },
  "require": {
    "appsero/client": "^2.0"
  }
}
