-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
42 lines (42 loc) · 1.04 KB
/
Copy pathcomposer.json
File metadata and controls
42 lines (42 loc) · 1.04 KB
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
{
"name": "donbstringham/wsu-cs3620-project1",
"description": "Project 1 (One)",
"minimum-stability": "dev",
"license": "MIT",
"authors": [
{
"name": "Don B. Stringham",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"Project1\\": "src/"
}
},
"config": {
"bin-dir": "vendor/bin",
"preferred-install": "dist",
"optimize-autoloader": true,
"secure-http": false
},
"require": {
"silex/silex": "^2.0",
"predis/predis": "^1.1"
},
"require-dev": {
"apigen/apigen": "^4.0",
"fzaninotto/faker": "^1.5",
"peridot-php/peridot": "^1.0",
"peridot-php/peridot-code-coverage-reporters": "^1.0",
"peridot-php/peridot-concurrency": "^1.1",
"peridot-php/peridot-dot-reporter": "^1.0",
"peridot-php/peridot-prophecy-plugin": "^1.1",
"peridot-php/peridot-watcher-plugin": "^1.3",
"peridot-php/leo": "^1.0",
"phploc/phploc": "^2.0",
"phpmd/phpmd": "^1.5",
"sebastian/phpcpd": "^1.4",
"squizlabs/php_codesniffer": "^2.3"
}
}