Browse Source

added 2.1 extensions to devcontroller

tags/3.0.0-alpha1
Carsten Brandt 7 years ago
parent
commit
7eadd66639
No known key found for this signature in database
GPG Key ID: BE4F41DE1DEEEED0
  1. 6
      build/controllers/DevController.php

6
build/controllers/DevController.php

@ -47,6 +47,7 @@ class DevController extends Controller
'apidoc' => 'git@github.com:yiisoft/yii2-apidoc.git',
'authclient' => 'git@github.com:yiisoft/yii2-authclient.git',
'bootstrap' => 'git@github.com:yiisoft/yii2-bootstrap.git',
'captcha' => 'git@github.com:yiisoft/yii2-captcha.git',
'codeception' => 'git@github.com:yiisoft/yii2-codeception.git',
'composer' => 'git@github.com:yiisoft/yii2-composer.git',
'debug' => 'git@github.com:yiisoft/yii2-debug.git',
@ -55,10 +56,15 @@ class DevController extends Controller
'gii' => 'git@github.com:yiisoft/yii2-gii.git',
'httpclient' => 'git@github.com:yiisoft/yii2-httpclient.git',
'imagine' => 'git@github.com:yiisoft/yii2-imagine.git',
'jquery' => 'git@github.com:yiisoft/yii2-jquery.git',
'jui' => 'git@github.com:yiisoft/yii2-jui.git',
'maskedinput' => 'git@github.com:yiisoft/yii2-maskedinput.git',
'mongodb' => 'git@github.com:yiisoft/yii2-mongodb.git',
'mssql' => 'git@github.com:yiisoft/yii2-mssql.git',
'oracle' => 'git@github.com:yiisoft/yii2-oracle.git',
'queue' => 'git@github.com:yiisoft/yii2-queue.git',
'redis' => 'git@github.com:yiisoft/yii2-redis.git',
'rest' => 'git@github.com:yiisoft/yii2-rest.git',
'shell' => 'git@github.com:yiisoft/yii2-shell.git',
'smarty' => 'git@github.com:yiisoft/yii2-smarty.git',
'sphinx' => 'git@github.com:yiisoft/yii2-sphinx.git',

Loading…
Cancel
Save