Skip to content

Commit 93ce7a4

Browse files
committed
Improve composer.json
1 parent c3cfb5f commit 93ce7a4

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

composer.json

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
{
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+
},
211
"authors": [
312
{
413
"email": "[email protected]",
@@ -11,24 +20,13 @@
1120
"Text": "./"
1221
}
1322
},
14-
"description": "More info available on: http://pear.php.net/package/Text_LanguageDetect",
1523
"include-path": [
1624
"./"
1725
],
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",
2526
"suggest": {
2627
"ext-mbstring": "May require the mbstring PHP extension"
2728
},
28-
"require": {
29-
"pear/pear_exception": "*"
30-
},
3129
"require-dev": {
3230
"phpunit/phpunit": "*"
3331
}
34-
}
32+
}

0 commit comments

Comments
 (0)