File tree 3 files changed +11
-13
lines changed
3 files changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,4 @@ yii2webapp:
9
9
config : src/config/console.php
10
10
11
11
do :
12
- class : hiqdev\assetpackagist\controllers\DoController
13
-
14
- require :
15
- hiqdev/hidev-php : " *"
16
- hiqdev/hidev-yii2-web-app : " *@dev"
17
- hiqdev/hidev-vendor : " *"
12
+ class : hiqdev\assetpackagist\console\DoController
Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ cache:
14
14
before_install :
15
15
- ' composer self-update'
16
16
- ' composer --version'
17
- - ' wget http://hiqdev.com/hidev/hidev.phar -O hidev.phar && chmod a+x hidev.phar '
18
- - ' ./hidev.phar --version'
19
- - ' ./hidev.phar travis/before_install'
17
+ - ' composer install --no-interaction '
18
+ - ' ./vendor/bin/ hidev --version'
19
+ - ' ./vendor/bin/ hidev travis/before_install'
20
20
sudo : false
21
21
install :
22
- - ' ./hidev.phar travis/install'
22
+ - ' ./vendor/bin/ hidev travis/install'
23
23
script :
24
- - ' ./hidev.phar travis/script'
24
+ - ' ./vendor/bin/ hidev travis/script'
25
25
after_script :
26
- - ' ./hidev.phar travis/after_script'
26
+ - ' ./vendor/bin/ hidev travis/after_script'
Original file line number Diff line number Diff line change 45
45
"yiisoft/yii2-debug" : " ^2.0"
46
46
},
47
47
"require-dev" : {
48
- "hiqdev/composer-extension-plugin" : " *@dev"
48
+ "hiqdev/hidev" : " dev-master" ,
49
+ "hiqdev/hidev-php" : " *" ,
50
+ "hiqdev/hidev-hisite" : " dev-master" ,
51
+ "hiqdev/hidev-vendor" : " *"
49
52
},
50
53
"autoload" : {
51
54
"psr-4" : {
You can’t perform that action at this time.
0 commit comments