-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathcomposer.json
39 lines (39 loc) · 1.01 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
{
"name": "ronisaha/easy-bangla-date",
"type": "library",
"description": "Extended DateTime Class For Bangla Date and Time",
"keywords": ["Bangla DateTime", "Bangla Date", "Bangla"],
"license": "MIT",
"homepage": "http://ronisaha.github.io/easy-bangla-date/",
"authors": [
{
"name": "Roni Saha",
"email": "[email protected]",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/ronisaha/easy-bangla-date/issues",
"source": "https://github.com/ronisaha/easy-bangla-date"
},
"require": {
"php": ">=5.3"
},
"require-dev": {
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.5",
"satooshi/php-coveralls": "^0.6"
},
"autoload": {
"psr-4": {
"EasyBanglaDate\\": "src/"
}
},
"autoload-dev": {
"psr-4": { "EasyBanglaDateTests\\": "Tests/" }
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}