{
  "name": "lloc/multisite-language-switcher",
  "description": "Multisite Language Switcher",
  "require": {
    "php": ">=5.6",
    "composer/installers": "~1.0.6"
  },
  "require-dev": {
    "phpunit/phpunit": ">=5.7 <7"
  },
  "autoload": {
    "psr-4": {
      "lloc\\Msls\\": "includes/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "lloc\\Msls\\": "tests/"
    }
  },
  "scripts": {
    "test": "phpunit",
    "coverage": "phpunit --coverage-html docs/.vuepress/public/coverage",
    "prepare": "wget -O build/translations.json http://api.wordpress.org/translations/core/1.0/",
    "flags": "php bin/flags.php > flags/flags.php"
  },
  "authors": [
    {
      "name": "Dennis Ploetner",
      "email": "re@lloc.de",
      "homepage": "http://lloc.de"
    }
  ],
  "keywords": [
    "multilingual",
    "multisite",
    "language",
    "switcher",
    "international",
    "localization",
    "i18n"
  ],
  "type": "wordpress-plugin",
  "license": "GPL-2.0-or-later",
  "homepage": "http://msls.co"
}
