7d876aab98
- Updated mobiledetectlib to 2.8.26 - Updated PEAR to 1.10.5 - Updated Archive_Tar to 1.4.3 - Updated XML_Util to 1.4.3
32 lines
838 B
JSON
32 lines
838 B
JSON
{
|
|
"name": "pear/text_languagedetect",
|
|
"description": "Identify human languages from text samples",
|
|
"homepage": "http://pear.php.net/package/Text_LanguageDetect",
|
|
"type": "library",
|
|
"license": "BSD-2-Clause",
|
|
"support": {
|
|
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Text_LanguageDetect",
|
|
"source": "https://github.com/pear/Text_LanguageDetect"
|
|
},
|
|
"authors": [
|
|
{
|
|
"email": "taak@php.net",
|
|
"name": "Nicholas Pisarro",
|
|
"role": "Lead"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Text": "./"
|
|
}
|
|
},
|
|
"include-path": [
|
|
"./"
|
|
],
|
|
"suggest": {
|
|
"ext-mbstring": "May require the mbstring PHP extension"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "*"
|
|
}
|
|
}
|