2627 - Арт Проект. Подключение турбо страниц для сайта task-on.com
Showing
| ... | @@ -12,27 +12,28 @@ | ... | @@ -12,27 +12,28 @@ |
| "irc": "irc://irc.freenode.net/yii", | "irc": "irc://irc.freenode.net/yii", | ||
| "source": "https://github.com/yiisoft/yii2" | "source": "https://github.com/yiisoft/yii2" | ||
| }, | }, | ||
| "minimum-stability": "dev", | "minimum-stability": "stable", | ||
| "require": { | "require": { | ||
| "php": ">=5.4.0", | "php": ">=5.4.0", | ||
| "yiisoft/yii2": "*", | "yiisoft/yii2": "~2.0.6", | ||
| "yiisoft/yii2-bootstrap": "*", | "yiisoft/yii2-bootstrap": "~2.0.5", | ||
| "yiisoft/yii2-swiftmailer": "*", | "yiisoft/yii2-swiftmailer": "~2.0.6", | ||
| "yiisoft/yii2-imagine": "dev-master", | "yiisoft/yii2-imagine": "~2.0.3", | ||
| "lagman/yii2-eav": "*", | "lagman/yii2-eav": "dev-master#d86a5ee", | ||
| "himiklab/yii2-sortable-grid-view-widget": "*", | "himiklab/yii2-sortable-grid-view-widget": "~1.0.7", | ||
| "c006/yii2-migration-utility": "dev-master", | "c006/yii2-migration-utility": "~1.1.2", | ||
| "2amigos/yii2-date-picker-widget": "~1.0", | "2amigos/yii2-date-picker-widget": "~1.0.5", | ||
| "kartik-v/dependent-dropdown": "dev-master", | "kartik-v/dependent-dropdown": "~1.4.4", | ||
| "mirocow/yii2-minify-view" : "*", | "rmrevin/yii2-minify-view" : "2.0.0", | ||
| "kartik-v/yii2-widget-fileinput": "@dev", | "kartik-v/yii2-widget-fileinput": "~1.0.4", | ||
| "nodge/yii2-eauth": "~2.0", | "nodge/yii2-eauth": "~2.4.1", | ||
| "xj/yii2-tagit-widget": "*", | "xj/yii2-tagit-widget": "1.0.1", | ||
| "bower-asset/jquery-cookie": "*", | "bower-asset/jquery-cookie": "~1.4.1", | ||
| "2amigos/yii2-transliterator-helper": "*", | "2amigos/yii2-transliterator-helper": "~0.1.0", | ||
| "kbsali/redmine-api" : "~1.0", | "kbsali/redmine-api" : "~1.5.9", | ||
| "netcarver/textile" : "3.5.*", | "netcarver/textile" : "~3.5.6", | ||
| "coderlex/yii2-markitup" : "*" | "coderlex/yii2-markitup" : "~1.0.1", | ||
| "sokolnikov911/yandex-turbo-pages-php5": "~1.1.2" | |||
| }, | }, | ||
| "require-dev": { | "require-dev": { | ||
| "yiisoft/yii2-codeception": "*", | "yiisoft/yii2-codeception": "*", | ||
| ... | @@ -41,12 +42,15 @@ | ... | @@ -41,12 +42,15 @@ |
| "yiisoft/yii2-faker": "*" | "yiisoft/yii2-faker": "*" | ||
| }, | }, | ||
| "config": { | "config": { | ||
| "process-timeout": 1800 | "process-timeout": 1800, | ||
| }, | "fxp-asset": { | ||
| "extra": { | "enabled": false | ||
| "asset-installer-paths": { | |||
| "npm-asset-library": "vendor/npm", | |||
| "bower-asset-library": "vendor/bower" | |||
| } | } | ||
| }, | |||
| "repositories": [ | |||
| { | |||
| "type": "composer", | |||
| "url": "https://asset-packagist.org" | |||
| } | } | ||
| ] | |||
| } | } |
Please register or sign in to comment