-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathcomposer.json
More file actions
40 lines (40 loc) · 1.37 KB
/
composer.json
File metadata and controls
40 lines (40 loc) · 1.37 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
36
37
38
39
40
{
"name": "aura/system",
"type": "project",
"description": "A full-stack framework system built from Aura library packages.",
"keywords": [
"aura",
"auraphp",
"system",
"framework"
],
"license": "BSD-2-Clause",
"authors": [
{
"name": "Aura Contributors",
"email": "auraphp@googlegroups.com",
"homepage": "https://github.com/auraphp/system/contributors"
}
],
"minimum-stability": "dev",
"require": {
"aura/installer-system" : "1.0.2",
"aura/autoload" : "dev-develop",
"aura/cli" : "dev-develop",
"aura/di" : "dev-develop",
"aura/filter" : "dev-develop",
"aura/http" : "dev-develop",
"aura/input" : "dev-develop",
"aura/intl" : "dev-develop",
"aura/marshal" : "dev-develop",
"aura/router" : "dev-develop",
"aura/session" : "dev-develop",
"aura/signal" : "dev-develop",
"aura/sql" : "dev-develop",
"aura/uri" : "dev-develop",
"aura/view" : "dev-develop",
"aura/web" : "dev-develop",
"aura/framework" : "dev-develop",
"aura/framework-demo" : "dev-develop"
}
}