Skip to content

Instantly share code, notes, and snippets.

@c-gross
Created March 23, 2023 09:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save c-gross/33de5f1a8a93589cbf6bb327b6c94aa8 to your computer and use it in GitHub Desktop.
Save c-gross/33de5f1a8a93589cbf6bb327b6c94aa8 to your computer and use it in GitHub Desktop.
Yii2 composer.json
{
"name": "gide/cc2",
"description": "Yii 2 Advanced Application Template",
"keywords": ["yii2", "framework", "advanced", "application template"],
"homepage": "http://www.yiiframework.com/",
"type": "custom-cc2",
"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": "dev",
"require": {
"php": ">=7.0.0",
"yidas/yii2-bower-asset": "~2.0.5",
"yiisoft/yii2": "2.0.47",
"yiisoft/yii2-bootstrap": "*",
"yiisoft/yii2-swiftmailer": "*",
"kartik-v/yii2-widgets": "*",
"kartik-v/yii2-grid": "*",
"kartik-v/yii2-detail-view": "*",
"kartik-v/yii2-mpdf": "*",
"kartik-v/yii2-krajee-base": "*",
"kartik-v/yii2-widget-fileinput": "*",
"kartik-v/yii2-widget-activeform": "*",
"kartik-v/yii2-nav-x": "*",
"kartik-v/yii2-sortable-input": "*",
"kartik-v/yii2-export": "*",
"kartik-v/yii2-date-range": "*",
"kartik-v/yii2-checkbox-x": "*",
"webvimark/module-user-management": "^1.0",
"vlucas/phpdotenv": "^3.6@dev"
},
"require-dev": {
"codeception/codeception": "*",
"yiisoft/yii2-debug": "*",
"yiisoft/yii2-gii": "*",
"yiisoft/yii2-faker": "*"
},
"config": {
"process-timeout": 1800,
"platform": {
"php": "7.0"
},
"allow-plugins": {
"yiisoft/yii2-composer": true
}
},
"repositories": [
{
"type": "composer",
"url": "https://repo.packagist.org"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment