File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 44
44
}
45
45
],
46
46
"require" : {
47
- "yiisoft/yii2" : " 2.x " ,
48
- "yiisoft/yii2-twig" : " 2.x " ,
49
- "symfony/yaml" : " 3.x | 2.x " ,
47
+ "yiisoft/yii2" : " ^2.0 " ,
48
+ "yiisoft/yii2-twig" : " ^2.0 " ,
49
+ "symfony/yaml" : " ^3.0 | ^2.0 " ,
50
50
"hiqdev/yii2-collection" : " *"
51
51
},
52
52
"require-dev" : {
53
53
"yiisoft/yii2" : " dev-master" ,
54
- "hiqdev/composer-extension -plugin" : " <2.0 "
54
+ "hiqdev/composer-config -plugin" : " dev-master "
55
55
},
56
56
"autoload" : {
57
57
"psr-4" : {
63
63
" bin/hidev"
64
64
],
65
65
"extra" : {
66
- "extension -plugin" : {
67
- "hidev-config " : " src/config/hidev.php"
66
+ "config -plugin" : {
67
+ "hidev" : " src/config/hidev.php"
68
68
}
69
69
},
70
70
"repositories" : [
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ public static function create(array $config)
70
70
71
71
public static function readExtraVendor ($ dir )
72
72
{
73
- return static ::readExtraConfig ($ dir . '/hiqdev/hidev- config.php ' );
73
+ return static ::readExtraConfig ($ dir . '/hiqdev/config/hidev .php ' );
74
74
}
75
75
76
76
public static function readExtraConfig ($ path )
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ protected function requireAll()
117
117
throw new InvalidParamException ('Failed initialize project with composer install ' );
118
118
}
119
119
}
120
- if (file_exists ('vendor/hiqdev/hidev- config.php ' )) {
120
+ if (file_exists ('vendor/hiqdev/config/hidev .php ' )) {
121
121
$ vendors [] = 'vendor ' ;
122
122
}
123
123
if (!empty ($ vendors )) {
You can’t perform that action at this time.
0 commit comments