File tree Expand file tree Collapse file tree 1 file changed +17
-12
lines changed Expand file tree Collapse file tree 1 file changed +17
-12
lines changed Original file line number Diff line number Diff line change 19
19
"minimum-stability" : " dev" ,
20
20
"require" : {
21
21
"php" : " >=5.4.0" ,
22
- "yiisoft/yii2" : " *" ,
23
- "yiisoft/yii2-bootstrap" : " *"
22
+ "yiisoft/yii2" : " ~2.0.6" ,
23
+ "yiisoft/yii2-bootstrap" : " ~2.0.0" ,
24
+ "yiisoft/yii2-swiftmailer" : " ~2.0.0 || ~2.1.0"
24
25
},
25
26
"require-dev" : {
26
- "yiisoft/yii2-codeception" : " *" ,
27
- "yiisoft/yii2-debug" : " *" ,
28
- "yiisoft/yii2-gii" : " *" ,
29
- "yiisoft/yii2-faker" : " *"
27
+ "yiisoft/yii2-debug" : " ~2.0.0" ,
28
+ "yiisoft/yii2-gii" : " ~2.0.0" ,
29
+ "yiisoft/yii2-faker" : " ~2.0.0" ,
30
+ "codeception/base" : " ^2.2.3" ,
31
+ "codeception/verify" : " ~0.3.1"
30
32
},
31
33
"config" : {
32
- "process-timeout" : 1800
34
+ "process-timeout" : 1800 ,
35
+ "fxp-asset" : {
36
+ "enabled" : false
37
+ }
33
38
},
34
- "extra " : {
35
- "asset-installer-paths" : {
36
- "npm-asset-library " : " vendor/npm " ,
37
- "bower-asset-library " : " vendor/bower "
39
+ "repositories " : [
40
+ {
41
+ "type " : " composer " ,
42
+ "url " : " https://asset-packagist.org "
38
43
}
39
- }
44
+ ]
40
45
}
You can’t perform that action at this time.
0 commit comments