-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathcomposer.json
More file actions
55 lines (54 loc) · 1.45 KB
/
Copy pathcomposer.json
File metadata and controls
55 lines (54 loc) · 1.45 KB
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
50
51
52
53
54
55
{
"name": "maherelgamil/arabicdatetime",
"description": "Easy and useful tool to generate arabic or hijri date with multi-language support for laravel",
"keywords": [
"arabic",
"date",
" time",
"laravel",
"php" ,
"maherelgamil" ,
"buzzylab" ,
"hijri"
],
"homepage": "https://github.com/maherelgamil/arabicdatetime",
"license": "MIT",
"authors": [
{
"name": "Maher El Gamil",
"email": "[email protected]",
"homepage": "http://www.maherelgamil.me",
"role": "Software Engineer"
}
],
"require": {
"php": ">=5.4.0",
"ext-calendar": "*",
"illuminate/support": "^5.0|^6.0|^7.0||^8.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5",
"orchestra/testbench": "^3.0||^4.0||^5.0||^6.0"
},
"autoload": {
"psr-4": {
"Maherelgamil\\Arabicdatetime\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Maherelgamil\\Arabicdatetime\\Tests\\": "tests/"
}
},
"extra": {
"laravel": {
"providers": [
"Maherelgamil\\Arabicdatetime\\ArabicdatetimeServiceProvider"
],
"aliases": {
"Arabicdatetime": "Maherelgamil\\Arabicdatetime\\Facades\\Arabicdatetime"
}
}
},
"minimum-stability": "stable"
}