-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathcomposer.json
43 lines (43 loc) · 1.01 KB
/
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
41
42
43
{
"name" : "luyadev/luya-generic",
"description" : "LUYA Generic content",
"type" : "luya-extension",
"keywords" : ["luya-blocks", "generic", "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-generic/issues"
},
"autoload" : {
"psr-4" : {
"luya\\generic\\" : "src/",
"luya\\generic\\tests\\" : "tests/"
}
},
"extra": {
"luya" : {
"blocks" : [
"src{{DS}}blocks"
]
},
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"require-dev": {
"luyadev/luya-testsuite": "^2.0"
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}