-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
50 lines (50 loc) · 1.24 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
{
"name": "apiopenstudio/apiopenstudio_admin",
"description": "Build APIs faster & at less cost",
"keywords": [
"api",
"open-source",
"multi-tool",
"business logic",
"studio",
"open",
"community"
],
"license": "NOASSERTION",
"type": "project",
"homepage": "https://www.apiopenstudio.com/",
"readme": "./README.md",
"authors": [
{
"name": "John Avery",
"homepage": "https://gitlab.com/john89"
}
],
"support": {
"email": "[email protected]",
"issues": "https://gitlab.com/apiopenstudio/apiopenstudio_admin/-/issues",
"forum": "https://www.apiopenstudio.com/questions-answers/",
"wiki": "https://wiki.apiopenstudio.com/",
"source": "https://github.com/naala89/apiopenstudio_admin"
},
"require-dev": {
"components/jquery": "^3.3",
"squizlabs/php_codesniffer": "*",
"bookdown/bookdown": "^1.1"
},
"require": {
"slim/twig-view": "2.4",
"slim/slim": "~3.0",
"monolog/monolog": "^1.23",
"theorchard/monolog-cascade": "^0.5.0",
"slim/flash": "^0.4.0",
"guzzlehttp/guzzle": "^6.3",
"symfony/yaml": "^3.0",
"mustangostang/spyc": "^0.6.3"
},
"autoload": {
"psr-4": {
"ApiOpenStudioAdmin\\": "includes/"
}
}
}