Browse Source

Merge pull request #9430 from ravshanium/upstream

According to: Composer installation guide [skip ci]
9899-cache-bug
Alexander Makarov 9 years ago
parent
commit
af5c1ee5a8
  1. 2
      docs/internals/git-workflow.md

2
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

Loading…
Cancel
Save