forked from jscuba/jyotish-lambda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
53 lines (53 loc) · 1.64 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
50
51
52
53
{
"repositories": [
{
"type": "package",
"package": {
"name": "kunjara/jyotish",
"version": "1.0",
"description": "PHP library for calculations in Vedic astrology",
"keywords": [
"jyotish", "vedic astrology", "ganita", "jataka", "muhurta", "panchanga"
],
"minimum-stability": "dev",
"type": "library",
"license": "GPL-2.0+",
"authors": [
{
"name": "Kunjara Lila das",
"email": "[email protected]",
"homepage": "http://web-art.su"
}
],
"require": {
"php": ">=5.6",
"kunjara/swetest": "1.0"
},
"require-dev": {
"phpunit/phpunit": "5.7.9",
"mockery/mockery": "0.9.*"
},
"autoload": {
"psr-4": {
"Jyotish\\": "src"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"source": {
"url": "https://github.com/jscuba/jyotish.git",
"type": "git",
"reference": "master"
}
}
}
],
"require": {
"php": ">=5.6",
"kunjara/jyotish": "1.0",
"bref/bref": "^0.5.7"
}
}