Browse Source

Merge pull request #2718 from qiansen1386/patch-2

[doc]Composer is not a package manager.
tags/2.0.0-beta
Alexander Makarov 11 years ago
parent
commit
466e2600ad
  1. 4
      docs/guide/composer.md

4
docs/guide/composer.md

@ -1,7 +1,7 @@
Composer
========
Yii2 uses Composer as its package manager. Composer is a PHP utility that can automatically handle the installation of needed libraries and
Yii2 uses Composer as its dependency management tool. Composer is a PHP utility that can automatically handle the installation of needed libraries and
extensions, thereby keeping those third-party resources up to date while absolving you of the need to manually manage the project's dependencies.
Installing Composer
@ -97,4 +97,4 @@ Either install git or try adding `--prefer-dist` to the end of `install` or `upd
See also
--------
- [Official Composer documentation](http://getcomposer.org).
- [Official Composer documentation](http://getcomposer.org).

Loading…
Cancel
Save