This repository has been archived by the owner on Apr 22, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
63 lines (63 loc) · 1.73 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
54
55
56
57
58
59
60
61
62
63
{
"name": "hackathon/hrqls",
"description": "HRQLS project for Fall 2015 Hackathon",
"keywords": ["tol", "hackathon"],
"authors": [
{
"name": "Jason Bennett",
"email": "jason.bennett@dominionenterprises.com",
"role": "Developer"
},
{
"name": "Tom Bielek",
"email": "thomas.bielek@dominionenterprises.com",
"role": "Developer"
},
{
"name": "Krishna Ranga",
"email": "krishna.ranga@dominionenterprises.com",
"role": "Developer"
},
{
"name": "Alicia Sedarski",
"email": "alicia.sedarski@dominionenterprises.com",
"role": "Developer"
},
{
"name": "Josiah Baker",
"email": "josiah.baker@dominionenterprises.com",
"role": "Developer"
},
{
"name": "Derek Drummond",
"email": "derek.drummond@dominionenterprises.com",
"role": "Developer"
},
{
"name": "Krishna Ranga",
"email": "krishna.ranga@dominionenterprises.com",
"role": "Developer"
}
],
"license": "MIT",
"require": {
"php": "~5.5",
"ext-json": "~1.2",
"guzzlehttp/guzzle": "~6.1",
"silex/silex": "~1.3",
"elasticsearch/elasticsearch": "^2.1",
"monolog/monolog": "^1.17",
"twig/twig": "^1.22",
"phpdocumentor/phpdocumentor": "^2.8"
},
"require-dev": {
"phpunit/phpunit": "~4.7",
"phploc/phploc": "~2.1",
"squizlabs/php_codesniffer": "<=2.3"
},
"autoload": {
"psr-4": {
"HRQLS\\": "src/HRQLS/"
}
}
}