forked from auraphp/Aura.Web_Kernel
-
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) · 838 Bytes
/
Copy pathcomposer.json
File metadata and controls
32 lines (32 loc) · 838 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": "aura/web-kernel",
"type": "library",
"description": "The kernel files for an Aura web project.",
"keywords": ["web", "kernel"],
"homepage": "http://auraphp.com/package/Aura.Web_Kernel",
"license": "BSD-2-Clause",
"authors": [
{
"name": "Aura.Web_Kernel Contributors",
"homepage": "https://github.com/auraphp/Aura.Web_Kernel/contributors"
}
],
"require": {
"php": ">=5.4.0",
"aura/project-kernel": "2.*@dev",
"aura/dispatcher" : "2.*@dev",
"aura/router": "2.*@dev",
"aura/web": "2.*@dev"
},
"autoload": {
"files": ["autoload.php"]
},
"extra": {
"aura": {
"type": "kernel"
},
"branch-alias": {
"dev-develop-2": "2.0.x-dev"
}
}
}