forked from khaled-alshamaa/ar-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (29 loc) · 781 Bytes
/
composer.json
File metadata and controls
34 lines (29 loc) · 781 Bytes
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
{
"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",
"keywords": [
"Arabic", "arabic-sentiment", "arabic-numbers", "arabic-glyphs", "arabic-calendar", "arabic-sql-query", "arabic-segments-identifier"
],
"authors": [
{
"name": "Khaled Al-Sham'aa",
"email": "khaled@ar-php.org",
"homepage":"http://www.ar-php.org"
}
],
"require": {
"php": ">=5.6.0",
"ext-mbstring": "*"
},
"require-dev": {
"phpunit/phpunit": "9.*"
},
"autoload": {
"psr-4": {
"ArPHP\\I18N\\": "src"
}
}
}