forked from luyadev/luya
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
70 lines (70 loc) · 1.55 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name":"luyadev/luya",
"description":"LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.",
"type":"project",
"keywords":[
"php",
"yii2",
"cms",
"luya",
"website",
"content",
"angular",
"modules",
"framework"
],
"license":"MIT",
"homepage":"https://luya.io",
"authors":[
{
"name":"Basil Suter",
"email":"[email protected]",
"homepage":"https://github.com/nadar"
}
],
"support":{
"issues":"https://github.com/luyadev/luya/issues"
},
"require":{
"luyadev/luya-composer":"^1.0",
"luyadev/yii-helpers":"^1.0",
"yiisoft/yii2":"~2.0.15",
"curl/curl":"^2.0 || ^1.0",
"phpmailer/phpmailer":"^6.0",
"nadar/php-composer-reader":"^1.0",
"cpliakas/git-wrapper":"^1.0 || ^2.0",
"giggsey/libphonenumber-for-php":"^8.11"
},
"require-dev":{
"luyadev/luya-testsuite":"^2.0",
"nadar/github-markdown-fixer":"^1.0",
"unglue/client":"^1.5"
},
"autoload":{
"psr-4":{
"luya\\":"core/",
"luya\\dev\\":"dev",
"luyatests\\":"tests/"
}
},
"extra":{
"asset-installer-paths":{
"bower-asset-library":"vendor/bower"
}
},
"config":{
"fxp-asset":{
"enabled":false
}
},
"bin":[
"core/bin/luya",
"dev/luyadev"
],
"repositories":[
{
"type":"composer",
"url":"https://asset-packagist.org"
}
]
}