-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 1.14 KB
/
Copy pathcomposer.json
File metadata and controls
35 lines (35 loc) · 1.14 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
{
"name": "univeros/http",
"description": "PSR-15 HTTP foundation with the Action/Domain/Input/Responder lifecycle, FastRoute routing, content negotiation, and JWT authentication.",
"license": "MIT",
"homepage": "https://univeros.io",
"support": {
"issues": "https://github.com/univeros/framework/issues",
"source": "https://github.com/univeros/framework"
},
"require": {
"php": ">=8.3",
"laminas/laminas-diactoros": "^3.5",
"lcobucci/clock": "^3.2",
"lcobucci/jwt": "^5.3",
"neomerx/cors-psr7": "^3.0",
"nikic/fast-route": "^1.3",
"psr/cache": "^3.0",
"psr/http-factory": "^1.1",
"psr/http-message": "^2.0",
"psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0",
"relay/relay": "^2.1",
"univeros/cache": "^2.0",
"univeros/configuration": "^2.0",
"univeros/module": "^2.0",
"univeros/session": "^2.0",
"univeros/structure": "^2.0",
"willdurand/negotiation": "^3.1"
},
"autoload": {
"psr-4": {
"Altair\\Http\\": ""
}
}
}