{
  "name": "apiki/wpsteak-plugin",
  "description": "A fully structured WordPress plugin.",
  "type": "wordpress-plugin",
  "license": "GPL-2.0-only",
  "require": {
    "apiki/wpsteak": "0.1.2",
    "composer/installers": "1.11.*",
    "league/container": "3.3.*",
    "php": ">=7.4"
  },
  "require-dev": {
    "dealerdirect/phpcodesniffer-composer-installer": "0.7.*",
    "phpcompatibility/phpcompatibility-wp": "2.1.*",
    "phpunit/phpunit": "9.5.*",
    "wp-coding-standards/wpcs": "2.3.0",
    "slevomat/coding-standard": "7.0.*",
    "edgedesign/phpqa": "1.24.*",
    "php-stubs/wordpress-stubs": "5.7.*",
    "szepeviktor/phpstan-wordpress": "0.7.*",
    "nette/neon": "3.2.*",
    "vimeo/psalm": "4.7.*"
  },
  "autoload": {
    "psr-4": {
      "ShipSmart\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "ShipSmart\\Test\\": "tests/"
    }
  },
  "scripts": {
    "install-codestandards": [
      "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin::run"
    ],
    "lint": [
      "phpqa",
      "psalm"
    ],
    "lint:fix": "phpcbf",
    "test": "phpunit"
  }
}
