-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
49 lines (49 loc) · 1.17 KB
/
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
41
42
43
44
45
46
47
48
49
{
"name": "zymawy/arabify",
"description": ":closed_lock_with_key: A Wrapper Sluggable Traits, To Deal With Arabic Langauge",
"keywords": [
"laravel",
"arabic slug",
"arabify",
"slug",
"eloquent",
"unique"
],
"homepage": "https://github.com/zymawy/arabify",
"license": "MIT",
"authors": [
{
"name": "Hamza Zymawy",
"email": "zymawy@gmail.com",
"homepage": "http://zymawy.com",
"role": "Developer"
},
{
"name": "Ben-Piet O'Callaghan",
"email": "bpocallaghan@gmail.com",
"homepage": "http://bpocallaghan.co.za",
"role": "Developer"
}
],
"require": {
"php": ">=5.6.4",
"illuminate/support": "5.6.*|5.7.*|5.8.*"
},
"autoload": {
"psr-4": {
"Zymawy\\Arabify\\": "src/"
}
},
"config": {
"sort-packages": true
},
"extra": {
"laravel": {
"providers": [
"Zymawy\\Arabify\\ArabifyServiceProvider"
]
}
},
"minimum-stability": "dev",
"prefer-stable": true
}