forked from luyadev/luya
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
43 lines (43 loc) · 1.15 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",
"description" : "LUYA is a fast and flexible PHP framework and content management system built with the goal to please developers, clients and users alike. Built upon Yii 2.",
"type" : "luya-core",
"keywords" : ["php", "yii2", "cms", "luya", "programmatic", "content", "angular", "modular", "yii2-wrapper"],
"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/issues"
},
"require" : {
"php": ">=5.5.0",
"yiisoft/yii2": "2.0.11",
"curl/curl" : "~1.0",
"phpmailer/phpmailer": "~5.0"
},
"require-dev" : {
"phpunit/phpunit" : "~5.0",
"satooshi/php-coveralls": "~1.0"
},
"autoload" : {
"psr-4" : {
"luya\\" : "core/",
"luyatests\\" : "tests/"
}
},
"extra": {
"asset-installer-paths": {
"bower-asset-library": "vendor/bower"
},
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"bin" : ["core/bin/luya"]
}