]> git.mxchange.org Git - friendica.git/blob - vendor/pear/text_languagedetect/composer.json
Removed useless "function_exists" checks
[friendica.git] / vendor / pear / text_languagedetect / composer.json
1 {
2     "name": "pear/text_languagedetect",
3     "description": "Identify human languages from text samples",
4     "homepage": "http://pear.php.net/package/Text_LanguageDetect",
5     "type": "library",
6     "license": "BSD-2-Clause",
7     "support": {
8         "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Text_LanguageDetect",
9         "source": "https://github.com/pear/Text_LanguageDetect"
10     },
11     "authors": [
12         {
13             "email": "taak@php.net",
14             "name": "Nicholas Pisarro",
15             "role": "Lead"
16         }
17     ],
18     "autoload": {
19         "psr-0": {
20             "Text": "./"
21         }
22     },
23     "include-path": [
24         "./"
25     ],
26     "suggest": {
27         "ext-mbstring": "May require the mbstring PHP extension"
28     },
29     "require-dev": {
30         "phpunit/phpunit": "*"
31     }
32 }