Initial commit

This commit is contained in:
2018-04-02 08:07:38 +02:00
commit 7330c1ed3e
2054 changed files with 405203 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
{
"name": "mso/idna-convert",
"description": "A library for encoding and decoding internationalized domain names",
"license": "LGPL-2.1+",
"keywords": ["PHP","IDN","IDNA"],
"homepage": "http://idnaconv.net/",
"authors": [
{
"name": "Matthias Sommerfeld",
"email": "mso@phlylabs.de",
"role": "Developer"
}
],
"autoload": {
"classmap": [
"idna_convert.class.php",
"uctc.php"
]
},
"require": {
"ext-pcre": "*",
"php": ">=5.0.0"
},
"extra": {
"branch-alias": {
"dev-master": "0.9.x-dev"
}
}
}