-
-
Notifications
You must be signed in to change notification settings - Fork 51
/
composer.json
40 lines (34 loc) · 929 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "khaled.alshamaa/ar-php",
"description": "Set of functionalities enable Arabic website developers to serve professional search, present and process Arabic content in PHP",
"type": "library",
"license": "LGPL-3.0",
"homepage": "https://github.com/khaled-alshamaa/ar-php",
"support": {
"issues": "https://github.com/khaled-alshamaa/ar-php/issues"
},
"keywords": [
"Arabic", "arabic-sentiment", "arabic-numbers", "arabic-glyphs", "arabic-calendar", "arabic-sql-query", "arabic-segments-identifier"
],
"authors": [
{
"name": "Khaled Al-Sham'aa",
"email": "[email protected]",
"homepage":"http://www.ar-php.org",
"role": "Developer"
}
],
"require": {
"php": ">=5.6.0",
"ext-calendar": "*",
"ext-mbstring": "*"
},
"require-dev": {
"phpunit/phpunit": "9.*"
},
"autoload": {
"psr-4": {
"ArPHP\\I18N\\": "src"
}
}
}