You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
2.0 KiB
59 lines
2.0 KiB
{ |
|
"name": "yiisoft/yii2-app-advanced", |
|
"description": "Yii 2 Advanced Project Template", |
|
"keywords": ["yii2", "framework", "advanced", "project template"], |
|
"homepage": "http://www.yiiframework.com/", |
|
"type": "project", |
|
"license": "BSD-3-Clause", |
|
"support": { |
|
"issues": "https://github.com/yiisoft/yii2/issues?state=open", |
|
"forum": "http://www.yiiframework.com/forum/", |
|
"wiki": "http://www.yiiframework.com/wiki/", |
|
"irc": "irc://irc.freenode.net/yii", |
|
"source": "https://github.com/yiisoft/yii2" |
|
}, |
|
"minimum-stability": "stable", |
|
"require": { |
|
"php": ">=5.4.0", |
|
"yiisoft/yii2": "~2.0.6", |
|
"yiisoft/yii2-bootstrap": "~2.0.0", |
|
"yiisoft/yii2-swiftmailer": "~2.0.0 || ~2.1.0", |
|
"la-haute-societe/yii2-save-relations-behavior": "*", |
|
"paulzi/yii2-nested-sets": "^1.0", |
|
"league/flysystem": "^1.0", |
|
"yii-dream-team/yii2-upload-behavior": "*", |
|
"mihaildev/yii2-ckeditor": "*", |
|
"mihaildev/yii2-elfinder": "*", |
|
"filsh/yii2-oauth2-server": "*", |
|
"fishvision/yii2-migrate": "*", |
|
"dmstr/yii2-adminlte-asset": "^2.1", |
|
"yiisoft/yii2-queue": "^2.0", |
|
"yiisoft/yii2-redis": "^2.0", |
|
"yiisoft/yii2-authclient": "^2.1", |
|
"kartik-v/yii2-widgets": "*", |
|
"kartik-v/yii2-field-range": "*", |
|
"bower-asset/jquery-migrate": "^3.0", |
|
"bower-asset/jquery-cookie": "^1.4", |
|
"drewm/mailchimp-api": "^2.4", |
|
"yiisoft/yii2-imagine": "^2.1", |
|
"zertex/yii2-avatar-generator": "*", |
|
"paulzi/yii2-sortable": "^1.0", |
|
"paulzi/yii2-adjacency-list" : "^2.1" |
|
}, |
|
"require-dev": { |
|
"yiisoft/yii2-debug": "~2.0.0", |
|
"yiisoft/yii2-gii": "~2.0.0", |
|
"yiisoft/yii2-faker": "~2.0.0", |
|
"codeception/base": "^2.2.3", |
|
"codeception/verify": "~0.3.1" |
|
}, |
|
"config": { |
|
"process-timeout": 1800 |
|
}, |
|
"repositories": [ |
|
{ |
|
"type": "composer", |
|
"url": "https://asset-packagist.org" |
|
} |
|
] |
|
}
|
|
|