Skip to content

Commit

Permalink
Switched to asset-packagist
Browse files Browse the repository at this point in the history
  • Loading branch information
cui-liang committed Jul 21, 2017
1 parent ef1a54e commit e4fc4a2
Showing 1 changed file with 18 additions and 22 deletions.
40 changes: 18 additions & 22 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,44 +1,40 @@
{
"name": "yiisoft/yii2-app-advanced",
"description": "Yii 2 Advanced Project Template",
"keywords": ["yii2", "framework", "advanced", "project template"],
"homepage": "http://www.yiiframework.com/",
"name": "yiisoft/yii2-cms",
"description": "基于 Yii 2 的高度可定制化 CMS",
"keywords": ["yii2", "framework", "cms", "yiichina"],
"homepage": "http://www.yiichina.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"
"issues": "https://github.com/yiichina/yii2-cms/issues?state=open",
"source": "https://github.com/yiichina/yii2-cms"
},
"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",
"yiichina/yii2-adminlte": "*"
"yiichina/yii2-adminlte": "*",
"yiichina/yii2-icons": "*",
"yiichina/yii2-auth": "*",
"yiichina/yii2-comments": "*",
"yiichina/yii2-simditor": "*"
},
"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,
"fxp-asset":{
"installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
},
"vcs-driver-options": {
"github-no-api": true
},
"pattern-skip-version": "(-build|-patch)"
"process-timeout": 1800
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
}
]
}

0 comments on commit e4fc4a2

Please sign in to comment.