{
  "name": "sqm-views/sqm-views",
  "description": "Plugin to collect, store, and use pageviews.",
  "version": "1.2.4",
  "_comment": "SQMVIEWS_BUILD_GLOBAL_VERSION - WARNING: Do NOT edit the version field manually! Use the bump-version.sh script: ./bump-version.sh patch|minor|major",
  "type": "wordpress-plugin",
  "license": "GPL-2.0-or-later",
  "autoload": {
    "psr-4": {
      "SQMViews\\": "src/"
    },
    "files": [
      "src/includes/utils.php"
    ]
  },
  "authors": [
    {
      "name": "Pavel Khloponin",
      "email": "pavel@diplux.com"
    }
  ],
  "require": {
    "php": ">=7.4"
  },
  "require-dev": {
    "kint-php/kint": "^6.0"
  }
}
