diff --git a/framework/composer.json b/framework/composer.json index 4272186..9e6e3c4 100644 --- a/framework/composer.json +++ b/framework/composer.json @@ -66,7 +66,7 @@ "require": { "php": ">=5.4.0", "yiisoft/yii2-composer": "*", - "frameworks/jquery": "1.10.*", + "yiisoft/jquery": "1.10.*", "ext-mbstring": "*", "lib-pcre": "*", "phpspec/php-diff": "dev-master", diff --git a/framework/yii/web/JqueryAsset.php b/framework/yii/web/JqueryAsset.php index 4efab8e..90d2df6 100644 --- a/framework/yii/web/JqueryAsset.php +++ b/framework/yii/web/JqueryAsset.php @@ -15,7 +15,7 @@ namespace yii\web; */ class JqueryAsset extends AssetBundle { - public $sourcePath = '@vendor/frameworks/jquery'; + public $sourcePath = '@vendor/yiisoft/jquery'; public $js = [ 'jquery.js', ];