New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(more) documentation changes #4172
Conversation
bbb2fd3
to
0c2ff66
Compare
8aef2b4
to
7141247
Compare
7141247
to
16a7cf1
Compare
|
/cc @Seldaek this is done, let me know if I need to update it if you merge anything that conflicts |
|
Thanks, great overhaul :) Just had to fix a couple things for rendering, I hope I didn't miss anything. |
| Composer is **not** a package manager in the same sense as Yum or Apt are. 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm never installs globally is actually not true, https://getcomposer.org/doc/03-cli.md#global
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
by default
global is not the default command.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, missed that part. You are right.
…oviders-2 * github-composer/master: (64 commits) Fix tests Add event name in verbose mode, refs composer#4123 Use only one level of verbosity Rendering fix, refs composer#4172 Formatting tweaks, refs composer#4172 Minor tweaks, refs composer#4172 Revert "apply a regex solution instead of tokenizer" apply a regex solution instead of tokenizer updated spdx related files Mark VersionParser::formatVersion() as deprecated Update callers of VersionParser::formatVersion() Move VersionParser::formatVersion() to BasePackage::getFullPrettyVersion() Changing config.json to satis.json Fix: Import Symfony\Component\Finder\Finder CS fixes outside of table, no need to escape added some links and some restructuring better phrasing / structure + moved version testing link reworking basic usage, added versions article add installer information ... Conflicts: src/Composer/Repository/ComposerRepository.php
refs #4171