-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·30 lines (29 loc) · 846 Bytes
/
Copy pathcomposer.json
File metadata and controls
executable file
·30 lines (29 loc) · 846 Bytes
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
{
"name": "apigoat/runtime",
"description": "",
"homepage": "https://apigoat.com/",
"type": "library",
"license": "MIT",
"require": {
"ext-dom": "*",
"ext-libxml": "*",
"slim/slim": "^4.0",
"slim/psr7": "^1.0",
"tuupola/base62": "^2.0",
"tuupola/slim-basic-auth": "^3.2",
"selective/config": "^1",
"symfony/filesystem": "^5.0",
"phpmailer/phpmailer": "~6.1",
"php-di/slim-bridge": "^3.0",
"php-di/php-di": "^6.0",
"drez/conditional-middleware": "dev-master",
"respect/validation": "^2.4",
"jimtools/jwt-auth": "^3.0",
"league/oauth2-server": "^8.5"
}, "repositories": [
{
"type": "git",
"url": "https://github.com/drez/conditional-middleware"
}
]
}