add hidden account support add delete/payout buttons to carts add backend product sales with pdf export add frontend product sales with pdf export add frontend ticket sales with pdf export
49 lines
1.6 KiB
JSON
49 lines
1.6 KiB
JSON
{
|
|
"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": "*",
|
|
"yiisoft/yii2-swiftmailer": "*",
|
|
"kartik-v/yii2-widgets": "^3.4",
|
|
"kartik-v/yii2-widget-typeahead": "*",
|
|
"bower-asset/remarkable-bootstrap-notify": "^3.1",
|
|
"yiisoft/yii2-jui": "^2.0",
|
|
"bower-asset/moment": "^2.10",
|
|
"bower-asset/accounting": "^0.3.2",
|
|
"dmstr/yii2-adminlte-asset": "2.*",
|
|
"bassjobsen/bootstrap-3-typeahead": "^4.0",
|
|
"bower-asset/webcamjs": "^1.0",
|
|
"mpdf/mpdf": "^6.0",
|
|
"os/php-excel": "^2.1"
|
|
},
|
|
"require-dev": {
|
|
"yiisoft/yii2-codeception": "*",
|
|
"yiisoft/yii2-debug": "*",
|
|
"yiisoft/yii2-gii": "*",
|
|
"yiisoft/yii2-faker": "*"
|
|
},
|
|
"config": {
|
|
"process-timeout": 1800
|
|
},
|
|
"extra": {
|
|
"asset-installer-paths": {
|
|
"npm-asset-library": "vendor/npm",
|
|
"bower-asset-library": "vendor/bower"
|
|
}
|
|
}
|
|
}
|