-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 930 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 930 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
31
32
{
"name": "univeros/http",
"description": "The Altair Http package.",
"license": "MIT",
"homepage": "https://univeros.io",
"support": {
"issues": "https://github.com/univeros/framework/issues",
"source": "https://github.com/univeros/framework"
},
"require": {
"php": ">=7.0.0",
"micheh/psr7-cache": "^0.5.0",
"neomerx/cors-psr7": "^1.0",
"nikic/fast-route": "^1.0",
"psr/http-message": "^1.0",
"psr/cache": "^1.0",
"relay/relay": "^1.1",
"relay/middleware": "^1.0",
"univeros/cache": "*",
"univeros/configuration": "*",
"univeros/session": "*",
"univeros/structure": "*",
"willdurand/negotiation": "^2.0",
"zendframework/zend-diactoros": "^1.0.4"
},
"autoload": {
"psr-4": {
"Altair\\Http\\": ""
}
},
"minimum-stability": "dev"
}