forked from CyanoFresh/solomashka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
39 lines (39 loc) · 1.02 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=7.1",
"yiisoft/yii2": "~2.0.6",
"yiisoft/yii2-bootstrap": "~2.0.0",
"yiisoft/yii2-swiftmailer": "~2.0.0 || ~2.1.0",
"omnilight/yii2-shopping-cart": "^1.2.2",
"kartik-v/yii2-widgets": "^3.4.0",
"zelenin/yii2-slug-behavior": "~1.5.1",
"vova07/yii2-imperavi-widget": "~2.0",
"2amigos/yii2-gallery-widget": "~1.0",
"himiklab/yii2-sortable-grid-view-widget": "^1.0",
"ijackua/yii2-sharelinks-widget": "^1.0",
"kartik-v/yii2-icons": "^1.4",
"rmrevin/yii2-minify-view": "^2",
"yiisoft/yii2-imagine": "^2"
},
"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": {
"enabled": false
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
}