-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
32 lines (32 loc) · 997 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
{
"name": "biladina/yii2-hijridatetime",
"description": "Hijri Date Time - Yii2 Extension for using Hijri date time, compatible with 'Umm al-Qura' formal calendar in Saudi Arabia and the Muslim world",
"type": "yii2-extension",
"keywords": ["yii2","extension","hijridatetime","hijri","hijriyah"],
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Abdulrhman Alkhodiry",
"email": "[email protected]",
"homepage": "http://7in.org"
},
{
"name": "Abdul-Aziz Al-Oraij",
"email": "[email protected]",
"homepage": "http://aziz.oraij.com"
},
{
"name": "Nabil Munawar",
"email": "[email protected]",
"homepage": "http://nabilmunawar.wordpress.com"
}
],
"require": {
"yiisoft/yii2": "~2.0.0"
},
"autoload": {
"psr-4": {
"biladina\\hijridatetime\\": ""
}
}
}