-
-
Save lx4r/8040a2a8b1f88c788ffe 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": "*", | |
"braintree/braintree_php" : "3.5.0", | |
"npm-asset/braintree-web": "2.10.*", | |
"tuyakhov/yii2-braintree": "*" | |
}, | |
"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