1. 12 Mar, 2014 1 commit
    • [doc]Composer is not a package manager. · ebb27ef4
      东方孤思子(Paris·QianSen) authored
      It is a issue i found when I translate it.
      > Composer is not a package manager, It's a tool for dependency management.
      
      According to their [doc](https://getcomposer.org/doc/00-intro.md)
      >Composer is a tool for dependency management in PHP. It allows you to declare the dependent libraries your project needs and it will install them in your project for you.
      
      and 
      
      > **Composer is not a package manager.** Yes, it deals with "packages" or libraries, but it manages > them on a per-project basis, installing them in a directory (e.g. vendor) inside your project. By > default it will never install anything globally. Thus, it is a dependency manager.
      
      So i think, It will be better, if we remain their offical appellation.
  2. 21 Jan, 2014 1 commit
  3. 06 Jan, 2014 1 commit
    • Added --prefer-dist to all docs · dc45de12
      Alexander Makarov authored
      1. It results in much smaller download and takes less disk space (25MB instead of 180MB for yii-basic + dependencies).
      2. It requires less utilities to be installed (no VCS binaries required).
      3. It takes less time to install dependencies.
  4. 31 Dec, 2013 1 commit
  5. 27 Nov, 2013 2 commits
  6. 20 Nov, 2013 1 commit
  7. 06 Nov, 2013 1 commit
  8. 05 Nov, 2013 1 commit
  9. 31 Oct, 2013 1 commit