forked from islamic-network/api.aladhan.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (36 loc) · 798 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
33
34
35
36
{
"name": "aladhan/api-service",
"type": "library",
"description": "AlAdhan.com REST Service",
"authors": [
{
"name": "Meezaan-ud-Din Abdu Dhil-Jalali Wal-Ikram",
"email": "[email protected]"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/meezaan/askgeo-api"
}
],
"require": {
"monolog/monolog": "~1.24",
"doctrine/dbal": "v2.5.4",
"guzzlehttp/guzzle": "^6.1",
"slim/slim": "^3.0",
"symfony/yaml": "^4.1",
"islamic-network/prayer-times": "^1.0.6",
"islamic-network/alqibla": "^1.2",
"meezaan/askgeo-api": "dev-master"
},
"autoload": {
"psr-0": {
"AlAdhanApi": "src/"
}
},
"require-dev": {
"phpunit/phpunit": "^6.2",
"squizlabs/php_codesniffer": "^3.0"
}
}