-
-
Save lx4r/bdf81562c4fb9444a0e5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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": "*", | |
"yiisoft/yii2-bootstrap": "*", | |
"yiisoft/yii2-swiftmailer": "*", | |
"2amigos/yii2-ckeditor-widget" : "~1.0", | |
"yiisoft/yii2-jui": "~2.0.0" | |
}, | |
"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" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment