punycode.php

Non-length-limited punycode en-/decoder
git clone git://git.finwo.net/lib/punycode.php
Log | Files | Refs | README | LICENSE

composer.json (313B)


      1 {
      2   "name"             : "finwo/punycode",
      3   "minimum-stability": "stable",
      4   "authors"          : [
      5     {
      6       "name" : "Robin Bron",
      7       "email": "robin@finwo.nl"
      8     }
      9   ],
     10   "autoload"         : {
     11     "psr-4": {
     12       "Finwo\\Punycode\\": "src"
     13     }
     14   },
     15   "require"          : {
     16     "php": ">=5.3"
     17   }
     18 }