Skip to content

Commit

Permalink
Used v3project/core-app
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Nov 6, 2017
1 parent c9ad54c commit d98a7b9
Show file tree
Hide file tree
Showing 5 changed files with 546 additions and 357 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
CHANGELOG
==============

1.2.0
-----------------
* Used v3project/core-app

1.1.3
-----------------
* Update
Expand Down

Large diffs are not rendered by default.

14 changes: 0 additions & 14 deletions common/config/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,25 +35,11 @@
]
],


'cache' => [
'class' => 'yii\caching\FileCache',
],

'assetManager' =>
[
'linkAssets' => false,
],

'settings' =>
[
'class' => 'common\components\SettingsComponent',
],

'cmsAgent' => [
'onHitsEnabled' => false
],

'money' =>
[
'class' => 'common\components\CommonMoney',
Expand Down
32 changes: 1 addition & 31 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,37 +17,7 @@
}
],
"require": {
"skeeks/cms": "^4.0",
"skeeks/cms-shop": "^2",
"skeeks/cms-agent": "^1.1",
"skeeks/cms-mailer": "^2",
"skeeks/cms-seo": "^2",
"skeeks/cms-search": "^2",
"skeeks/cms-db-dumper": "^1",
"skeeks/cms-module-form2": "^2",
"skeeks/cms-module-reviews2": "^2",
"skeeks/cms-vk-comments": "^1",
"skeeks/cms-ya-share": "^1",
"skeeks/cms-vk-community": "^1",
"skeeks/cms-assets-auto-compress": "^1.4",
"skeeks/yii2-template-smarty-asset": "1.1.5",
"skeeks/cms-external-links": "^1",
"skeeks/cms-log-db-target": "^1",
"kartik-v/yii2-widget-rating": "^1",
"yiisoft/yii2-debug": "*",
"skeeks/cms-instagram-widget": "^1",
"skeeks/cms-import-csv-content": "^1",
"skeeks/cms-import-csv-shop-content": "^1",
"skeeks/cms-export-csv-content": "^1",
"skeeks/cms-export-shop-yandex-market": "^1",
"skeeks/cms-shop-cart-steps-widget": "^1",
"skeeks/cms-shop-cart-items-widget": "^1",
"skeeks/cms-shop-checkout-simple-widget": "^1",
"skeeks/cms-shop-checkout-widget": "^1",
"skeeks/cms-shop-discount-coupon-widget": "^1",
"skeeks/cms-related-handler-extra": "^1",
"skeeks/cms-rp-view-widget": "^1",
"v3toys/skeeks": "^2.1"
"v3project/core-app": "^1.0"
},
"minimum-stability" : "dev",
"prefer-stable" : true,
Expand Down
Loading

0 comments on commit d98a7b9

Please sign in to comment.