{
  "name": "webkinder/wk-google-analytics",
  "description": "Plugin für Google Analytics Integration",
  "keywords": [
    "wordpress",
    "plugin"
  ],
  "version": "2",
  "homepage": "https://www.webkinder.ch/",
  "license": "GPL-3.0+",
  "authors": [
    {
      "name": "WEBKINDER",
      "email": "support@webkinder.ch",
      "homepage": "https://www.webkinder.ch/"
    }
  ],
  "type": "wordpress-plugin",
  "require": {
    "php": ">=7.3",
    "composer/installers": "v2.1"
  },
  "require-dev": {
    "phpunit/phpunit": "^8.5.52",
    "yoast/phpunit-polyfills": "^1.1.0"
  },
  "autoload": {
    "psr-4": {
      "WebKinder\\GoogleAnalytics\\": "lib/"
    }
  },
  "config": {
    "allow-plugins": {
      "composer/installers": true
    }
  }
}
