{
  "name": "delbem/service-tracker",
  "type": "wordpress-plugin",
  "description": "A WordPress plugin for tracking services provided to clients",
  "authors": [
    {
      "name": "Rodrigo Del Bem",
      "email": "rodrigodelbem@gmail.com"
    }
  ],
  "require": {
    "php": ">=8.1",
    "fightbulc/moment": "1.33.0"
  },
  "require-dev": {
    "phpstan/phpstan": "2.1.46",
    "squizlabs/php_codesniffer": "3.13.5",
    "wp-coding-standards/wpcs": "3.3.0",
    "phpcompatibility/phpcompatibility-wp": "2.1.8",
    "php-stubs/wordpress-stubs": "6.9.1",
    "szepeviktor/phpstan-wordpress": "2.0.3",
    "phpunit/phpunit": "10.5.63",
    "brain/monkey": "2.7.0",
    "yoast/phpunit-polyfills": "2.0.5"
  },
  "autoload-dev": {
    "psr-4": {
      "STOLMC_Service_Tracker\\Tests\\": "tests/"
    }
  },
  "autoload": {
    "psr-4": {
      "STOLMC_Service_Tracker\\": "./"
    }
  },
  "config": {
    "allow-plugins": {
      "dealerdirect/phpcodesniffer-composer-installer": true
    },
    "platform": {
      "php": "8.1"
    }
  },
  "scripts": {
    "phpcs": "phpcs --standard=phpcs.xml.dist",
    "phpcbf": "phpcbf --standard=phpcs.xml.dist",
    "phpstan": "phpstan analyse --memory-limit=2G",
    "phpstan:baseline": "phpstan analyse --memory-limit=2G --generate-baseline=phpstan-baseline.neon",
    "phpunit": "phpunit",
    "phpunit:coverage": "phpunit --coverage-html .coverage",
    "test": [
      "@phpcs",
      "@phpstan",
      "@phpunit"
    ],
    "test:unit": "@phpunit --testsuite Unit",
    "test:integration": "@phpunit --testsuite Integration",
    "fix": "@phpcbf",
    "compile:translation": "msgfmt languages/service-tracker-stolmc-pt_BR.po -o languages/service-tracker-stolmc-pt_BR.mo"
  }
}
