Commit 466e2600 by Alexander Makarov

Merge pull request #2718 from qiansen1386/patch-2

[doc]Composer is not a package manager.
parents ed5007e4 ebb27ef4
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).
\ No newline at end of file
- [Official Composer documentation](http://getcomposer.org).
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment