forked from luyadev/luya
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
44 lines (44 loc) · 1.25 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
{
"name" : "luyadev/luya",
"description" : "The Yii2 PHP Framework wrapper which provides out of the box functions like an administration interface, a beautiful looking content management system, payment modules, agency workflows and other tools to develop your website pretty fast!",
"type" : "project",
"keywords" : ["php", "yii2", "cms", "luya", "programmatic", "content", "angular", "modular", "yii2-wrapper"],
"license": "MIT",
"homepage" : "http://luya.io",
"authors" : [
{
"name" : "Basil",
"email" : "[email protected]",
"homepage" : "https://github.com/nadar"
}
],
"support" : {
"issues" : "https://github.com/luyadev/luya/issues"
},
"require" : {
"php": ">=5.5.0",
"yiisoft/yii2": "2.0.9",
"twig/twig" : "^1.24",
"curl/curl" : "^1.3",
"phpmailer/phpmailer": "^5.2"
},
"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"]
}