{
  "name": "voku/portable-utf8",
  "description": "Portable UTF-8 library with polyfill / shim for Iconv, Intl, Mbstring, Normalizrer etc.",
  "keywords": [
    "php",
    "utf",
    "utf8",
    "utf-8",
    "clean",
    "unicode"
  ],
  "type": "library",
  "homepage": "https://github.com/voku/portable-utf8",
  "license": "(Apache-2.0 or GPL-2.0)",
  "authors": [
    {
      "name": "Nicolas Grekas",
      "email": "p@tchwork.com"
    },
    {
      "name": "Hamid Sarfraz",
      "homepage": "http://pageconfig.com/"
    },
    {
      "name": "Lars Moelleken",
      "homepage": "http://www.moelleken.org/"
    }
  ],
  "require": {
    "php": ">=5.3.0"
  },
  "require-dev": {
    "phpunit/phpunit": "4.*"
  },
  "suggest": {
    "ext-intl": "Use Intl for best performance",
    "ext-iconv": "Use iconv for best performance",
    "ext-mbstring": "Use Mbstring for best performance"
  },
  "autoload": {
    "psr-4": {
      "voku\\": "src/voku/"
    },
    "classmap": [
      "src/Normalizer.php"
    ]
  },
  "extra": {
    "branch-alias": {
      "dev-master": "1.6.x-dev"
    }
  }
}
