diff --git a/docs/internals/git-workflow.md b/docs/internals/git-workflow.md index bdee0f3ad2..3349051db6 100644 --- a/docs/internals/git-workflow.md +++ b/docs/internals/git-workflow.md @@ -35,7 +35,7 @@ The following steps are not necessary if you want to work only on translations o - run `composer update` to install dependencies (assuming you have [composer installed globally](https://getcomposer.org/doc/00-intro.md#globally)). -> Note: If you see errors like `Problem 1 The requested package bower-asset/jquery could not be found in any version, there may be a typo in the package name.`, you will need to run `composer global require "fxp/composer-asset-plugin:1.0.0"` +> Note: If you see errors like `Problem 1 The requested package bower-asset/jquery could not be found in any version, there may be a typo in the package name.`, you will need to run `composer global require "fxp/composer-asset-plugin:~1.0"` - run `php build/build dev/app basic` to clone the basic app and install composer dependencies for the basic app. This command will install foreign composer packages as normal but will link the yii2 repo to