forked from luyadev/luya-bootstrap3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
40 lines (40 loc) · 975 Bytes
/
composer.json
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" : "luyadev/luya-bootstrap3",
"description" : "LUYA Bootstrap 3 content",
"type" : "luya-extension",
"keywords" : ["luya-blocks", "bootstrap3", "luya"],
"license": "MIT",
"homepage" : "https://luya.io",
"authors" : [
{
"name" : "Basil Suter",
"email" : "git@nadar.io",
"homepage" : "https://github.com/nadar"
}
],
"support" : {
"issues" : "https://github.com/luyadev/luya-bootstrap3/issues"
},
"autoload" : {
"psr-4" : {
"luya\\bootstrap3\\" : "src/",
"luya\\bootstrap3\\tests\\" : "tests/"
}
},
"extra": {
"luya" : {
"blocks" : [
"src/blocks"
]
},
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"require-dev": {
"luyadev/luya-testsuite": "~1.0.6"
},
"config": {
"platform": {"php": "7.0"}
}
}