Initial commit
This commit is contained in:
29
typo3_src-7.6.24/vendor/mso/idna-convert/composer.json
vendored
Normal file
29
typo3_src-7.6.24/vendor/mso/idna-convert/composer.json
vendored
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user