Skip to content

Instantly share code, notes, and snippets.

@andku83
Created November 14, 2017 14:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andku83/be19f25c9024b0c56e751ceaf79d51c5 to your computer and use it in GitHub Desktop.
Save andku83/be19f25c9024b0c56e751ceaf79d51c5 to your computer and use it in GitHub Desktop.
composer.json
{
"name": "trntv/yii2-starter-kit",
"description": "Yii2 Starter Kit Application Template",
"keywords": [
"yii2",
"framework",
"start",
"cms",
"application template",
"yii2 advanced"
],
"authors": [
{
"name": "Eugene Terentev",
"email": "eugene@terentev.net",
"homepage": "http://terentev.net",
"role": "Developer"
}
],
"type": "project",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/trntv/yii2-starter-kit/issues?state=open",
"source": "https://github.com/trntv/yii2-starter-kit"
},
"minimum-stability": "stable",
"require": {
"php": ">=5.5.0",
"ext-intl": "*",
"yiisoft/yii2": "2.0.12",
"yiisoft/yii2-bootstrap": "^2.0.0",
"yiisoft/yii2-swiftmailer": "^2.0.0",
"yiisoft/yii2-authclient": "^2.0.0",
"yiisoft/yii2-jui": "^2.0.0",
"asofter/yii2-imperavi-redactor": "dev-master@dev",
"trntv/yii2-aceeditor": "^2.0",
"trntv/probe": "^0.2",
"trntv/yii2-file-kit": "^1.0.0",
"trntv/yii2-glide": "^1.0.0",
"trntv/yii2-datetime-widget": "^1.0.0",
"trntv/cheatsheet": "^0.1@dev",
"trntv/yii2-command-bus": "^2.0",
"intervention/image": "^2.1",
"vlucas/phpdotenv": "^2.0",
"bower-asset/admin-lte": "^2.0",
"bower-asset/font-awesome": "^4.0",
"bower-asset/html5shiv": "^3.0",
"bower-asset/flot": "^0.8",
"bower-asset/jquery-slimscroll": "^1.3",
"bower-asset/jquery-bonsai": "*",
"bower-asset/jquery-qubit": "*",
"symfony/process": "^3.0",
"mihaildev/yii2-elfinder": "^1.0",
"kartik-v/yii2-widget-datetimepicker": "*",
"kartik-v/yii2-widget-datepicker": "*",
"kartik-v/yii2-widget-select2": "@dev",
"kartik-v/yii2-widget-switchinput": "*",
"kartik-v/yii2-editable": "*",
"kartik-v/yii2-grid": "@dev",
"kartik-v/yii2-date-range": "*",
"pheme/yii2-toggle-column": "*",
"borales/yii2-phone-input": "*",
"lajax/yii2-translate-manager": "1.*",
"yii-dream-team/yii2-upload-behavior": "*",
"himiklab/yii2-recaptcha-widget": "*",
"samdark/sitemap": "^2.0",
"rmrevin/yii2-minify-view": "~1.14",
"moonlandsoft/yii2-phpexcel": "*",
"hscstudio/yii2-cart": "*",
"lis-dev/nova-poshta-api-2": "dev-master",
"sadovojav/yii2-ckeditor": "dev-master",
"w8tcha/CKEditor-CodeMirror-Plugin": "dev-master"
},
"require-dev": {
"yiisoft/yii2-debug": "^2.0.0",
"yiisoft/yii2-gii": "^2.0.0",
"yiisoft/yii2-faker": "^2.0.0",
"codeception/codeception": "^2.0",
"codeception/specify": "^0.4.3",
"codeception/verify": "^0.3.0",
"zxbodya/yii2-gallery-manager": "*@dev",
"zxbodya/yii2-image-attachment": "*@dev"
},
"repositories": [
{
"type":"package",
"package": {
"name": "w8tcha/CKEditor-CodeMirror-Plugin",
"version":"dev-master",
"source": {
"url": "https://github.com/w8tcha/CKEditor-CodeMirror-Plugin.git",
"type": "git",
"reference":"master"
}
}
},
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"suggest": {
"trntv/yii2-debug-xhprof": "dev-master@dev"
},
"config": {
"process-timeout": 1800
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment