File tree Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change 1
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
+ },
2
11
"authors" : [
3
12
{
4
13
11
20
"Text" : " ./"
12
21
}
13
22
},
14
- "description" : " More info available on: http://pear.php.net/package/Text_LanguageDetect" ,
15
23
"include-path" : [
16
24
" ./"
17
25
],
18
- "license" : " BSD" ,
19
- "name" : " pear/text_languagedetect" ,
20
- "support" : {
21
- "issues" : " http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Text_LanguageDetect" ,
22
- "source" : " https://github.com/pear/Text_LanguageDetect"
23
- },
24
- "type" : " library" ,
25
26
"suggest" : {
26
27
"ext-mbstring" : " May require the mbstring PHP extension"
27
28
},
28
- "require" : {
29
- "pear/pear_exception" : " *"
30
- },
31
29
"require-dev" : {
32
30
"phpunit/phpunit" : " *"
33
31
}
34
- }
32
+ }
You can’t perform that action at this time.
0 commit comments