-
-
Save evercode1/aac186f6e970c0d6a634 to your computer and use it in GitHub Desktop.
composer json Chap 5
This file contains hidden or 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 Application Template", | |
"keywords": ["yii2", "framework", "advanced", "application 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": "*", | |
"kartik-v/yii2-social": "dev-master", | |
"fortawesome/font-awesome": "4.2.0" | |
}, | |
"require-dev": { | |
"yiisoft/yii2-codeception": "*", | |
"yiisoft/yii2-debug": "*", | |
"yiisoft/yii2-gii": "*", | |
"yiisoft/yii2-faker": "*", | |
"yiisoft/yii2-jui": "*" | |
}, | |
"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